RSS priority PAUSED not working.

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • 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
58mPdoRbhEdJ
Newbie
Newbie
Posts: 7
Joined: September 8th, 2011, 10:51 am

RSS priority PAUSED not working.

Post by 58mPdoRbhEdJ »

All of my RSS feeds are being added as HIGH priority even though I'm setting them as priority PAUSED in the RSS settings. Is this a bug or am I doing something wrong? Thanks.

For example:

Code: Select all

[[South Park]]
pp = ""
enable = 1
name = South Park
script = ""
uri = http://www.nzbs.org/rss.php?q=south+park...
cat = tv
priority = -2
filter0 = "", "", "", A, *, -100
Version: 0.6.9
OS: Windows XP Sp3
Install-type: Windows zip
Firewall Software: None
Are you using IPV6? no
Is the issue reproducible? yes
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: RSS priority PAUSED not working.

Post by shypike »

It should work like this.
However, to be completely certain, change filter0 to this:

Code: Select all

filter0 = "", "", "", A, *, [b]-2[/b]
I'll check if there is a bug in this area.
58mPdoRbhEdJ
Newbie
Newbie
Posts: 7
Joined: September 8th, 2011, 10:51 am

Re: RSS priority PAUSED not working.

Post by 58mPdoRbhEdJ »

Thanks. It worked.

Code: Select all

filter0 = "", "", "", A, *, -2
I now see where the priority HIGH came from. I have the TV category set to HIGH priority and I have all my RSS feeds set to TV. I've changed my RSS feeds to category default and now my RSS feeds are being added as PAUSED.

My feeds now look like this.

Code: Select all

[[Boardwalk.Empire]]
pp = ""
enable = 1
name = Boardwalk.Empire
script = ""
uri = http://www.nzbs.org/rss.php?q=...
cat = Default
priority = -2
filter0 = "", "", None, R, DD5.1, -100
Thanks.
Post Reply