View Single Post
Old 08-23-2025, 01:54 PM   #11156
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,043
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by suhair View Post
I'm looking for an efficient way to clean up Ao3 category subject tags for Boku no Hero Academia.
...

Is there a way to change any category tag that includes "Hero Academia" (not case sensitive) to "Boku no Hero Academia | My Hero Academia"?
AO3's tagging is, IMO, a fundamentally unfixable mess. But that doesn't stop people trying.

For maximum matching, you probably want something like:
Code:
replace_metadata:
 category=>(?i)^.*Hero Academia.*$=>Boku no Hero Academia | My Hero Academia
See ReplaceMetadata wiki page or search for replace_metadata.
JimmXinu is offline   Reply With Quote