Quote:
Originally Posted by Athenano
I have noticed that if the ao3categories is empty from ao3.com, FanFicFare seems to fill the field/column with the fandom(s). Does anyone know how to stop this? I have not made any changes to the personal.ini other that point ao3categories to a custom column.
|
You can check plugin-defaults.ini, maybe the default settings have something to do with that behavior?
Code:
## Some adapters collect additional meta information beyond the
## standard ones. They need to be defined in extra_valid_entries to
## tell the rest of the FanFicFare system about them. They can be
## used in include_subject_tags, titlepage_entries,
## extra_titlepage_entries, logpage_entries, extra_logpage_entries,
## and include_in_* config items. You can also add additional entries
## here to build up composite metadata entries.
## archiveofourown.org, for example, fills genre (a standard
## entry) as the composite offreeformtags, ao3categories in
## include_in_genre. If there's ever more than 4 series, add
## series04,series04Url etc.
## 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: genre, freeformtags, ao3categories