1st Day with SABnzbd, small issue with RSS

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
Paschar
Newbie
Newbie
Posts: 18
Joined: August 7th, 2011, 8:38 am

1st Day with SABnzbd, small issue with RSS

Post by Paschar »

After using Newsleecher for years, I made the switch yesterday to Sabnzbd mostly due to the RSS feature. Using .67, read the tutorial and it seems to work except does not filter my reject entries, here's how mine looks:

FEED: nzbmatrix Xvid TV
REJECT: FRENCH*GERMAN*SPANISH
ACCEPT: Law*order*SVU*S12E*

It sill downloads the GERMAN version

I have about 30 TV shows entered and it was very tedious but if it works will be worth it. I "tested" this format on other shows to see if the syntax was working and it showed correctly, but when left alone, it failed.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: 1st Day with SABnzbd, small issue with RSS

Post by shypike »

Paschar wrote: It still downloads the GERMAN version
Of course it does, you are rejecting only jobs with the words "french" AND "german" AND "spanish" in them.
That must be a rare breed.
What you need is this:

FEED: nzbmatrix Xvid TV
REJECT: FRENCH
REJECT: GERMAN
REJECT: SPANISH
ACCEPT: Law*order*SVU*S12E*
Paschar
Newbie
Newbie
Posts: 18
Joined: August 7th, 2011, 8:38 am

Re: 1st Day with SABnzbd, small issue with RSS

Post by Paschar »

I see, thanks. Damn I wish there were a faster way to do this for dozens of shows I have reprogram.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: 1st Day with SABnzbd, small issue with RSS

Post by shypike »

If you're handy with regular expression it is possible to combine stuff:

Use this literal string for the reject

re:FRENCH|GERMAN|SPANISH
Paschar
Newbie
Newbie
Posts: 18
Joined: August 7th, 2011, 8:38 am

Re: 1st Day with SABnzbd, small issue with RSS

Post by Paschar »

Ok nice. Edit this directly into the .ini or withinig the web interface REJECT?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: 1st Day with SABnzbd, small issue with RSS

Post by shypike »

Both are possible, but if you're going to edit the ini file,
first stop SABnzbd.
fenlander
Newbie
Newbie
Posts: 36
Joined: May 4th, 2010, 5:47 am

Re: 1st Day with SABnzbd, small issue with RSS

Post by fenlander »

If you get your rss feed from nzbindex.com you can incorporate a set of default exclusions into the query that generates the feed. Just include -french -german -spanish into the default query.
Anyway, whatever feed you use, if you put the language exclusions at the top of SABnzb's filter list you will only need to do it once, not repeat it for each show.
Paschar
Newbie
Newbie
Posts: 18
Joined: August 7th, 2011, 8:38 am

Re: 1st Day with SABnzbd, small issue with RSS

Post by Paschar »

I use nzbmatrix, which unfortunately claims the language filters are "broken" for now. Good tip, already programmed everything but did notice that just one mistake of ACCEPT vs REJECT of any language would result in only downloading foreign shows. If I have any issues, I'll check out nzbindex.com for sure.
Post Reply