Quote:
The first thing I see is that your regexp for checking cover_image isn't correct. It should be '|', not ','.
|
... I am a bloody idiot. I should have noticed those commas given how much I use regular expressions. How did I not notice those? The thing I redacted definitely has several of them in it.
I have to apologize on bothering you with that one; I think I spent so much time triple-checking and verifying other lines I thought might interfere that I totally failed to carefully triple-check the one thing I _am_ familiar with.
I'll give it a shot with that change incorporated.
Quote:
(Also, I'm not sure why you have '.' before SOME_FANDOM, I'd expect it to be '.*' like after...)
|
Simplification error on my part. It is the same regex; I just did a sloppy selection while manually replacing it here while writing my comment. (You'd make a great rubber ducky, did you know that?!)
Quote:
2018-06-13
- Change metadata separator to ' & ' when filling 'Contains names' custom columns.
|
I will give that one a whirl and will report in with the results after I wrap up what I'm doing. Thanks for the amazing response!