Of course not. That would have been too easy, and saved that extra hair that I apparently didn't need.I'm not sure how this isn't covered by a default included rule, but I've added the following rules (among others) to try to work with this, but still absolutely no luck:
Those should have worked just fine. Did you re-arrange their order to be first priority? You might be dealing with false positives from higher prioritized expressions, which means the system never ends up processing yours.
I didn't realize false positives could happen and screw up the parsing. It makes perfect sense, of course. I actually thought about this while I was dealing with the problem yesterday - it would be fantastic if there was a way to tell which rule a show was processed under. That way false positives could be easily picked out, rules rearranged, etc.
Also, is there some kind of guide to the regular expressions used in here? Like I said, I've dealt with them more than a few times, but the ones that come loaded by default are complex enough that, without some sort of reference or place to start, they're very difficult to make sense of, much less modify.