Categories not working

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
brantdk
Newbie
Newbie
Posts: 16
Joined: February 12th, 2009, 4:46 am

Categories not working

Post by brantdk »

I have been using Sabnzbd for years and Categories have always worked. I have notice since nzbmatrix stop, then the Categories doesnt work anymore.

my settings are following:

Default /volume1/download/complete
Category = books - Path =/volume1/Ebooks - groups / indexer tags = books
Category = console - Path = /volume1/download/complete/Console - groups / indexer tags = Console

and I do this with other Categories...but when I look into a Completed download, Category says * and nothing is put into the folders..

I know that this work before..what has changed? Everything is put into the Default folder.

If anybody has any tips, I would be grateful

thanks
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Categories not working

Post by shypike »

Categories only worked for you because SABnzbd translated nzbmatrix categories to yours.
Many indexers don't have categories or at least have no way of communicating them to SABnzbd.
Find out first what your new indexer supports.
brantdk
Newbie
Newbie
Posts: 16
Joined: February 12th, 2009, 4:46 am

Re: Categories not working

Post by brantdk »

When i go into a nzb on the site, it shows Categories for exemple Movie-> hd or TV ->hd
I thought that it was from there that it Found which Category to sort from. Is there Any Way around this?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Categories not working

Post by shypike »

In what way would these categories ever reach SABnzbd?
Very few websites embed their categories into their NZB files.
Which indexer do you use and how do you get the NZB files into SABnzbd?
brantdk
Newbie
Newbie
Posts: 16
Joined: February 12th, 2009, 4:46 am

Re: Categories not working

Post by brantdk »

I use a few different index sites..but my prime site is nzb.su and have my own private site using newznab. I get nzb via API or RSS feed.

But if you look at the nzb file on the site, they are in Categories. I thought that this is where sabnzb was getting it from. So I guess Categories are kinda of useless.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Categories not working

Post by shypike »

If a site supplies its categories in its RSS feeds, then SABnzbd may pick them up.
That's how it worked with nzbmatrix.

Ask your indexer to embed categories into the NZB files.
brantdk
Newbie
Newbie
Posts: 16
Joined: February 12th, 2009, 4:46 am

Re: Categories not working

Post by brantdk »

I'm going to ask I dumb question....how do you do that? I'm asking because I also have my own private newznab server and would like to be able to do that
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Categories not working

Post by shypike »

When using RSS, your feed should have records that carry an attribute called "category".

Embedding in NZB files is like this:

Code: Select all

<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE nzb PUBLIC "-//newzBin//DTD NZB 1.1//EN" "http://www.newzbin.com/DTD/nzb/nzb-1.1.dtd">
<nzb xmlns="http://www.newzbin.com/DTD/2003/nzb">
 <head>
   <meta type="category">TV</meta>
</head>
brantdk
Newbie
Newbie
Posts: 16
Joined: February 12th, 2009, 4:46 am

Re: Categories not working

Post by brantdk »

And this has to be done for each nzb? Ouch...out of league
brantdk
Newbie
Newbie
Posts: 16
Joined: February 12th, 2009, 4:46 am

Re: Categories not working

Post by brantdk »

OK...I found the solution for this problem...I asked on the newznab irc and they knew just what to do.
in Sab go to config -> Categories -> Groups / Indexer tags
type in Cat*

for example
Movies*
books*
xxx*
tv*

for sub folders it´s Cat*Subfolder

thanks for the help
Post Reply