Quote:
Originally Posted by JimmXinu
You know what? This has gotten really out of hand.
I'm sure there are other users who'd like a simple feature to include or exclude metadata values that's separate from the regex driven replace_metadata feature.
Let me go see what I can think up.
|
That would be great.
Of course, after I had condensed my personal ini code and was writing a reply to your last post, I think I solved my problem.
I tried this code:
Code:
characters=>^.*?(|(Anime/Manga|Book)(.*?))$=>\1
Before the first '|' was within the second parentheses, which meant it was accepting anything.
Even though I figured out my problem, a way to do that without the replace_metadata feature would be great.