Quote:
Originally Posted by ownedbycats
Searched the thread but didn't see: Is there a way to avoid downloading tags on new fics? Some authors get just a bit over-enthusiastic with them.
|
Since you specifically mention new fics, I assume you already found the 'New Only' checkbox next to Tags on the Standard Columns tab in FFF config. That will prevent Tags being set on updates, there isn't a simple 'checkbox' way on
new fics.
But it can be done. How FFF populates Calibre's Tags is a bit odd for historical reasons. The INI setting
include_subject_tags controls what is populated in Calibre's Tags column. (It started out as the control for what <dc:subject> tags end up in the epub format.)
In personal.ini, you can set
include_subject_tags. The default.ini value is:
Code:
include_subject_tags: extratags, genre, category, characters, ships, status
You can get rid of tags in general[1] by clearing
include_subject_tags in your personal.ini with:
Code:
[defaults]
# add to existing [defaults] section
include_subject_tags:
Or you might set it to a subset of the normal values for just one site:
Code:
[archiveofourown.org]
# may need to add [archiveofourown.org] section.
include_subject_tags: extratags, status
(
extratags is usually 'FanFiction' for most sites.)
[1] - While thinking about this I realized that some of the default.ini settings make it more difficult to remove all
include_subject_tags settings for a few sites (the base_xenforoforum sites and potionsandsnitches.org specifically). I'll be fixing that before the next release.