View Single Post
Old 05-29-2022, 09:54 AM   #7193
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,041
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
FFF has a round-about way of doing that using the replace_metadata split feature:

Code:
[www.fimfiction.net]
add_to_replace_metadata:
 characters=>^(.*)$=>\1\,Human&&genre==Human
This says to replace any and all characters entries with themself plus add Human to the list, but only when genre contains Human. Duplicates are removed automatically.

See wiki page.

Note that this will only work when there is already something in characters.
JimmXinu is offline   Reply With Quote