Hello,
I am trying to automatically remove the content of some standard columns when importing a fanfiction from archiveofourown.org. I might have missed it but I could not find a solution to clear all the fields:
- publisher: can clear it from personal.ini with
Code:
add_to_replace_metadata:
publisher=>.=>
- pubdate, languages, last_modified...: cannot clear them
- tags: cannot clear them BUT
- characters (part of the "tags" column): can clear them from personal.ini with
Code:
add_to_replace_metadata:
publisher=>.=>
When I was importing the fanfiction manually, I had set Calibre "Adding books" > "Adding actions" > "Rules to filter tags read from metadata" > "Remove the tag, if it is not one of: a". It used to work very well (as long as no one put "a" tag) but I cannot set it with the FanFicFare plugin.
I am also trying to keep the rating, words and ships only.
Thank you!