View Single Post
Old 07-21-2023, 08:20 PM   #8686
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,045
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by w4tchdoge View Post
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 View Post
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.
JimmXinu is offline   Reply With Quote