[0.6.14] Regex not working?
Posted: December 28th, 2011, 5:53 pm
(Please feel free to move this to the beta-forums, as described here; I could not create any new topics there, so...)
Anyways.
Regexes in the RSS-section doesn't seem to work properly.
Given the following filters;
0 is assigned to category "tv", 1 is assigned to category "movies", while 2 goes to a default group.
All of the following entries is matched against filter 2;
However, they should be matched against filter 1.
Using "re:" in front of the filters, as described at the wiki doesn't help.
These filters used to work a while ago (I'm not entirely sure when they started to fail).
Am I missing something obvious?
Anyways.
Regexes in the RSS-section doesn't seem to work properly.
Given the following filters;
Code: Select all
0: Accept: .*[sS]([0-9]{2})[eE]([0-9]{2}).*
1: Accept: .*(720|1080)[pP].*
2: Accept: *
All of the following entries is matched against filter 2;
Code: Select all
Beethoven.1992.720p.HDTV.x264-HD
The.Rocketeer.1991.720p.BluRay.x264-SiNNERS
Austin.Powers.The.Spy.Who.Shagged.Me.1999.1080p.BluRay.x264.iNT-WPi
Austin.Powers.International.Man.Of.Mystery.1997.1080p.BluRay.x264-iKA
Code: Select all
jocke@omg:~$ echo "Beethoven.1992.720p.HDTV.x264-HD" | grep -E ".*(720|1080)[pP].*"
Beethoven.1992.720p.HDTV.x264-HD
jocke@omg:~$ echo "The.Rocketeer.1991.720p.BluRay.x264-SiNNERS" | grep -E ".*(720|1080)[pP].*"
The.Rocketeer.1991.720p.BluRay.x264-SiNNERS
(and so on...)
These filters used to work a while ago (I'm not entirely sure when they started to fail).
Am I missing something obvious?
Code: Select all
Version: 0.6.14 (from Git source)
OS: FreeBSD 9
Install-type: Source, via Git
Skin (if applicable): smpl Version: 1.3
Firewall Software: None
Are you using IPV6? It's enabled in the OS, but not in use by SABnzbd
Is the issue reproducible? Yes