Author Topic: Help for RSS  (Read 1851 times)

Offline matthieugoua

  • Contributor
  • ***
  • Posts: 5
Help for RSS
« on: February 17, 2010, 08:00:35 PM »
hello

i have a problem with RSS

Code: [Select]
   *BlahBlah*S03* | A | | E:\_PROGRESS_VO_\%NZBSUBJECT
       
    ;Exclude:
    *720* | D
       *MPEG-2* | D
    *1080* | D

you can see that I take the blabla, I also love to have the 720P blabla, execpt in my exclude i excluded the 720 globally.

I would therefore like to know if I authorize 720p by adding this rules

Code: [Select]
*BlahBlah*S03*720* | A | | E:\_PROGRESS_VO_\%NZBSUBJECT
is what we ACCEPTED priority over or not DENIED and if not how can I do

Thanks

PS: Sorry for my bad english, i am french

Offline Hecks

  • Contributor
  • ***
  • Posts: 2011
  • naughty cop
Re: Help for RSS
« Reply #1 on: February 17, 2010, 08:21:25 PM »
Add it to the end of the list, after any Denieds.  The last filter matched is always the one applied, whether A or D.

Offline matthieugoua

  • Contributor
  • ***
  • Posts: 5
Re: Help for RSS
« Reply #2 on: February 17, 2010, 08:38:15 PM »
Ok thanks