Quote:
Originally Posted by Montana Harper
One more tiny thing? Is there a way to use replace_metadata to change one piece of metadata into two comma-separated pieces? On Wraithbait, they use "Bitextual" and I want to swap it to the AO3 format of M/M, F/M.
Example story: http://www.wraithbait.com/viewstory.php?sid=6284
|
.....
Okay, whatever.
It took me
entirely too long to remember that there's a feature that does exactly that. Add
\, to the replacement string.
Code:
add_to_replace_metadata:
category=>Bitextual=>M/M\,F/M
(update)BTW, I'm adding some documentation for that feature to defaults.ini and the
wiki page.