This is INSANE I’m sure this is simple, but I can’t figure it out.
There are two things I’d like to do to make tags that use the character names easier to manage. First, those that mix the character with a descriptive adjective (e.g. Deaf Clint Barton) I’d like to change to just my tag to that adjective
Shouldn’t that be something like
add_replace_metadata:
tag=>^.[Dd]eaf.*=>Deafness
From there, I’d like to then delete tags that use character names. I’d use
exclude_metadata_post:
tag=~^. Clint .*
I haven’t tried it yet, because I’ve been trying to do the first part. Also, is there anyway to do it more generally, not just putting in every name?
|