Quote:
Originally Posted by JimmXinu
I don't know why you started with a copy of defaults.ini. That will occasionally cause problems when you don't pick up changes made to defaults.ini because you're already overriding them.
|
I did that because I thought this would make it easier for me to compare it to defaults.ini whenever it updates. Thought I'd just highlight the differences and compare. If it doesn't work someday for me or becomes cumbersome I'll trim it down. For now it works.
Quote:
The problem is this bad line, not any arbitrary length limit:
Code:
characters=>Ameyuri R\.=>=>Ringo Ameyuri&&category=>Naruto&&category=>Naruto
But the error message is vague, so I can see why you came to that conclusion. I'll try to improve it.
(FYI, you have several lines in your replace_metadata there that are character instead of characters.)
|
Oh, I see. Thank you!
At first I went over it several times, to see if there was an error in there somewhere, but somehow never picked up on those lines. That and the error message telling me it was too long is why I thought there was a length limit. And so I cut off most of it, leaving only the most often used ones. Guess I removed also those bad lines when I did that, so I never noticed it wasn't a length limit that was the problem.
Forgot to say this before: Thank you for the link to the wiki page, I'll be certain add my tags to the list. I think it's awesome and very helpful that people are pooling their tag change regex together.