Page 1 of 1

Newbie RSS Feeds

Posted: November 18th, 2010, 10:36 am
by paulies
Hi there,

I am trying to setup rss feed to automatically download my favourite shows but not having much luck.

The ony 2 lines in the list are

0 accept    The Episode
1 requires  s10e09

When I preview is says no match but its clearly in the preview list, am I doing something wrong ? I have read these forums and tried other ways but still no luck. The version sabnzbd I am running is 0.5.6.

Any help would be appreciated thanks.

Paul

Re: Newbie RSS Feeds

Posted: November 18th, 2010, 11:08 am
by azgul
Not sure why you'd want to require a specific season AND episode? But whatever.

Is your feed perhaps using scenenames? If so try adding a dot instead of the space.

Re: Newbie RSS Feeds

Posted: November 18th, 2010, 2:46 pm
by shypike
"Require" filters must precede "Accept" filters.

Re: Newbie RSS Feeds

Posted: November 19th, 2010, 3:50 pm
by paulies
Hi,

I think I got it going I am now using the one line

accept->  myepisode*E01S01*Xvid*HDTV

This seems to work but is it possible to combine 10 episodes into 2 lines ie,

Require-> myepisode
accept-> *E01S01**E01S02*E01S03*E01S04*E01S05*E01S06*

Thanks

Re: Newbie RSS Feeds

Posted: November 19th, 2010, 4:14 pm
by shypike
You cannot combine filters that way.
You need to be really clever with regular expressions to do that.
If you don't know what that means, don't try.
The simple way is to have a list of separate Accepts.

Re: Newbie RSS Feeds

Posted: November 20th, 2010, 11:24 am
by fenlander
Is there any reason why "myepisode.s01" wouldn't do what you want?