Page 1 of 1

[SOLVED] indexer / group tags?

Posted: June 14th, 2015, 1:22 am
by teracow
I'm seeking a way to get SABnzbd to automatically sort items provided by my custom-built RSS feed.

Up until now, I've used many filters on the incoming RSS feed page in SABnzbd to configure each item based upon a text match of its title. One of my feeds has 184 filter rules at present. ::)

As I now have control over the feed output, I'd like to switch to using the indexer / group tags feature in SABnzbd.

What part of the feed does SABnzbd examine to determine a match with a user-defined tag?

Is it:

Code: Select all

<category>x264</category>
Or:

Code: Select all

<newznab:attr name="group" value="alt.binaries.example" />
Or is it based upon the feed item title?

Hoping to hear from anyone experienced with this.

Thanks :)

Re: indexer / group tags?

Posted: June 15th, 2015, 9:46 am
by shypike
The <category> field is the first evaluated field to match against the user-defined categories.

Re: indexer / group tags?

Posted: June 16th, 2015, 2:55 am
by teracow
Thanks shypike. 8)