Quote:
Originally Posted by enquidu
Thank you! I like the idea of just applying "_Misc." to all fandom tags and then that prefix would be removed as the fandom tag gets formatted correctly.
I added "category=>(.*)=>_Misc.\1" to replace_metadata, but it's adding "_Misc." to both the the beginning and the end of each fandom tag.
Did I do that correctly, or should I maybe add it somewhere other than replace_metadata?
|
Nevermind! It turns out it needs to be + instead of a * to prepend it, so: "category=>(.+)=>_Misc.\1"
Thanks again!