2.1.0RC1 RSS reject filter ignored

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
ErikBrown
Release Testers
Release Testers
Posts: 118
Joined: December 20th, 2009, 1:25 am
Location: Home

2.1.0RC1 RSS reject filter ignored

Post by ErikBrown »

Windows 10 32
Glitter Night
2.1.0RC1

In 2.1.0RC1 but also in several previous versions I have an issue that one of the reject filters of a RSS feed is ignored. The below picture is a screen capture of the first few rules of one of my RSS feed configurations. The line that should reject NHL 2017 does not work. I get every now and then a file in the download queue of which the filename starts with NHL 2017

I am not sure if this is relevant but there is a space between NHL and 2017

Image
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: 2.1.0RC1 RSS reject filter ignored

Post by safihre »

And what are the names of the release that pass? Do they also have NHL 2017 with a space?
If you want it to get both NHL2017 and NHL 2017 you might have to make a regular-expression statement instead that catches all variants of this.
Or just put a * instead of a space:
https://sabnzbd.org/wiki/configuration/2.0/rss
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
ErikBrown
Release Testers
Release Testers
Posts: 118
Joined: December 20th, 2009, 1:25 am
Location: Home

Re: 2.1.0RC1 RSS reject filter ignored

Post by ErikBrown »

For instance the following file came erroneously in my download queue:

NHL 2017 Stanley Cup Final Game 3 Penguins vs Predators 720p HDTV x264-GAMETiME

Note that I would like to reject only all files that have NHL <space> 2017 in the filename, not NHL2017 and also not NHL*2017

Edit
Actually the NZB name is

NHL 2017 Stanley Cup Final Game 3 Penguins vs Predators 720p HDTV x264-GAMETiME

but the file name is

nhl.2017.stanley.cup etc etc

So I assume that the filtering works on the filename but not on the NZB name. So I have added a filter to reject nhl.2017 also.
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: 2.1.0RC1 RSS reject filter ignored

Post by safihre »

Looking at the code it should match on Title, not NZB filename.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply