Thank you so much! I really appreciate how active you are here. I've found answers to all of my other questions because you're so quick to provide answers to your users.
Quote:
Originally Posted by JimmXinu
There isn't any way to stop FFF collecting those tags--it's part of the code. However, you can stop FFF from using those tags.
Looking in defaults.ini, freeformtags are included in genre, you change that in your personal.ini with:
Code:
[archiveofourown.org]
include_in_genre: ao3categories
For reference, defaults.ini has:
Code:
## AO3 doesn't have anything it calls 'genre'. The adapter used to be
## hardcoded to include the site specific metadata freeformtags &
## ao3categories in the standard metadata field genre. By making it
## configurable, users can change it.
include_in_genre: freeformtags, ao3categories
|