Page 1 of 1

SABNZBd categories when using the RSS from nzbs.org beta

Posted: June 3rd, 2012, 1:30 am
by aloneandeasy
Hi,

I'm sorry if this has been asked before - I searched the forum and couldn't find anything relevant.

I use nzbs.org at my search indexer and have SABNZBd monitor the RSS feed for new content. Prior to the update to the new "beta.nzbs.org" site layout the items in my RSS feed would be corrently identified and sorted into the proper category. This no longer appears to be the case, is there anything I can do (short of modifying the rss.py file) to resolve this issue?

I was previously running 0.6.14 but updated to SABNZBd version 0.7.0Beta8 this evening and this didn't solve the problem. The new 0.7.0 had no categories defined at all, so I added custom categories for "movies", "music" and "tv".

*Edit, I was previously running on Ubuntu lucid and wiped my drive to install the Lubnutu 11.10 (XBMCbuntu).

Re: SABNZBd categories when using the RSS from nzbs.org beta

Posted: June 3rd, 2012, 1:57 am
by aloneandeasy
I Managed to work this out by myself ;D

When adding my categories I didn't put the "*" on the end of the "Groups / Indexer Tags" so the beta.nzbs.org categories were not being correctly recognized.

For anyone stuck with the same problem it should look something like this:

Code: Select all

Category	Priority	Processing	Folder/Path	  Groups / Indexer tags
TV         default    default      my/tv/path      TV*
Movies     default    default      my/movie/path   Movies*
Etc.