Hello there.
I'm sorry if I'm about to ask an obvious question which has already been answered (apologies if it has been answered, but I haven't been able to find it) but I'm currently trying to
append "Web Fiction" as a default tag to the tags the FanFicFare plugin writes to the metadata of the file it outputs.
e.g. Under normal operations, using FFF on
the following title from Scribble Hub results in
the following tags. The result I'm looking for is for FFF to
append a tag to the tag list like so.
So far I've attempted this by putting the following code into the defaults section of my personal.ini file:
Code:
add_to_extra_valid_entries:,web_fic_tag
include_in_web_fic_tag:status
replace_metadata:
web_fic_tag=>^(.*)=>Web Fiction
include_subject_tags:,web_fic_tag
But the above code replaces all the tags for a work with the single tag "Web Fiction", which is not the result I'm looking for.
I may have used Scribble Hub in the example, but I would like to implement this behaviour on any work that FanFicFare processes.
Any information/assistance on how to achieve this or whether this is possible in the first place would be greatly appreciated.