[SOLVED] indexer / group tags?

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
User avatar
teracow
Newbie
Newbie
Posts: 40
Joined: July 27th, 2012, 7:14 pm

[SOLVED] indexer / group tags?

Post 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 :)
Last edited by teracow on June 16th, 2015, 2:55 am, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: indexer / group tags?

Post by shypike »

The <category> field is the first evaluated field to match against the user-defined categories.
User avatar
teracow
Newbie
Newbie
Posts: 40
Joined: July 27th, 2012, 7:14 pm

Re: indexer / group tags?

Post by teracow »

Thanks shypike. 8)
Post Reply