Quote:
Originally Posted by w4tchdoge
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.
|
There's an easier way using
extratags. The default (for most sites) is
extratags: FanFiction, you could:
Code:
# Keep FanFiction from defaults:
[defaults]
add_to_extratags:,Web Fiction
# or set for all sites, replacing both default FanFiction and
# sites with no extratags set.
[overrides]
extratags:Web Fiction
Quote:
Originally Posted by culytera
You forgot to retrieve the group that matched your regex. It should be:
Code:
web_fic_tag=>^(.*)=>Web Fiction \1
|
That would append to
every tag. I believe w4tchdoge only wants one additional tag.