Page 1 of 1

Help: Categories not working - new user

Posted: July 4th, 2020, 6:53 am
by VENtiAnT
Hi All

Sorry I am sure this is simple and I am being thick. I am moving from NZBGet to SabNZBD and having some issues.

I setup Sab using Docker (linuxserver/sabnzbd) latest tag the version of SAB is 2.3.9 [03c10dc].

I get my files via NZBHydra, I copied the setup from nzbget by using the option "Use original category"

However everything I add is set to default, in Categories page I have tried the following (taken from my working nzbget)

Code: Select all

movies*, Movie*
Books > Comics
TV > HD, TV > SD, TV*
Audio* 
none of these work when sending the nzbfile - send the same file to nzbget and it gets set to the correct category!

Any ideas where I can look to see why this is failing? Sorry trying to get my head around Sab as I have used nzbget for years.

Thanks

Re: Help: Categories not working - new user

Posted: July 7th, 2020, 2:15 am
by safihre
So these values are what you have set for Indexer Categories in the Config > Categories page?
https://sabnzbd.org/wiki/configuration/2.3/categories

What we can try is see what Hydra is sending. So enable +Debug logging, then add an NZB again and then check the logs by clicking Show Logging.
It will say what categories were recieved and how they were processed.
It also includes at the end of the log a copy of your settings, so you could share your categories settings.

Re: Help: Categories not working - new user

Posted: July 7th, 2020, 7:07 am
by VENtiAnT
Hi safihre

Thanks for the advice, they are the Categories I set in Config > Categories page.

I enabled debug and looked at the log I did a search for category

Code: Select all

2020-07-07 13:02:03,208::DEBUG::[nzbstuff:560] META-DATA = {u'category': [u], u'name': [u'a9500031971141a6a63bf7bf9fde484f [2/34] "a9500031971141a6a63bf7bf9fde484f.part01.rar" yEnc']}
It looks like it's sending a blank Category over - same file works fine in NZBGet - it went to TV so I think it must be something with hydra then.

Thanks anyway.

Re: Help: Categories not working - new user

Posted: July 8th, 2020, 4:33 am
by safihre
As the documentation describes, there are multiple ways to submit the category.
Hydra can also do it through the API-call. The line you show is what we can parse from the NZB file itself.
There was no other mention of category in the logs? Because there should be.