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.
1st Day with SABnzbd, small issue with RSS
Forum rules
Help us help you:
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.
Re: 1st Day with SABnzbd, small issue with RSS
Of course it does, you are rejecting only jobs with the words "french" AND "german" AND "spanish" in them.Paschar wrote: It still downloads the GERMAN version
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*
Re: 1st Day with SABnzbd, small issue with RSS
I see, thanks. Damn I wish there were a faster way to do this for dozens of shows I have reprogram.
Re: 1st Day with SABnzbd, small issue with RSS
If you're handy with regular expression it is possible to combine stuff:
Use this literal string for the reject
re:FRENCH|GERMAN|SPANISH
Use this literal string for the reject
re:FRENCH|GERMAN|SPANISH
Re: 1st Day with SABnzbd, small issue with RSS
Ok nice. Edit this directly into the .ini or withinig the web interface REJECT?
Re: 1st Day with SABnzbd, small issue with RSS
Both are possible, but if you're going to edit the ini file,
first stop SABnzbd.
first stop SABnzbd.
Re: 1st Day with SABnzbd, small issue with RSS
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.
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.
Re: 1st Day with SABnzbd, small issue with RSS
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.