View Single Post
Old 01-24-2025, 03:49 PM   #10236
enquidu
Junior Member
enquidu began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jun 2023
Device: none
Quote:
Originally Posted by enquidu View Post
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!
enquidu is offline   Reply With Quote