Page 1 of 1

RSS priority PAUSED not working.

Posted: October 18th, 2011, 6:57 am
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

Re: RSS priority PAUSED not working.

Posted: October 18th, 2011, 7:23 am
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.

Re: RSS priority PAUSED not working.

Posted: October 18th, 2011, 10:50 am
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.