Regex RSS filter
Posted: October 12th, 2009, 5:51 pm
Either I'm too tired or I'm just haven't enough brain to think straight.
I'm trying to figure out how regular expressions work.
I was using just standard word filtering, but it wasn't really satisfying.
This is for mostly TV shows.
I'm trying to use regular expressions now and it seem to match my filters, but only if it is a one word show.
For example:
re:^Merlin
re:^Desperate?Housewives
It match: Merlin.s0?x?? and Merlin.Secrets* but it doesn't seem to match Desperate.Housewives.*
Not even if I use re:^Desperate*Housewives as the filter string.
Am I doing anything wrong?
Another question is that I've tried to figure out for a day now, if there is a way to use regular expressions in a easy way to accept one thing in a releasename but reject another, for example for Merlin.
I only want the regular show of Merlin, but not the Merlin.Secrets.And.Magic show, is there a way to use the same filter line to filter the both at the same time, if you understand what I mean. Or do I need to make a seperate reject filter for the Secrets And Magic releases?
I'm trying to figure out how regular expressions work.
I was using just standard word filtering, but it wasn't really satisfying.
This is for mostly TV shows.
I'm trying to use regular expressions now and it seem to match my filters, but only if it is a one word show.
For example:
re:^Merlin
re:^Desperate?Housewives
It match: Merlin.s0?x?? and Merlin.Secrets* but it doesn't seem to match Desperate.Housewives.*
Not even if I use re:^Desperate*Housewives as the filter string.
Am I doing anything wrong?
Another question is that I've tried to figure out for a day now, if there is a way to use regular expressions in a easy way to accept one thing in a releasename but reject another, for example for Merlin.
I only want the regular show of Merlin, but not the Merlin.Secrets.And.Magic show, is there a way to use the same filter line to filter the both at the same time, if you understand what I mean. Or do I need to make a seperate reject filter for the Secrets And Magic releases?