Help: Categories not working - new user

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
VENtiAnT
Newbie
Newbie
Posts: 2
Joined: July 4th, 2020, 6:46 am

Help: Categories not working - new user

Post 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
User avatar
safihre
Administrator
Administrator
Posts: 5366
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Help: Categories not working - new user

Post 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.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
VENtiAnT
Newbie
Newbie
Posts: 2
Joined: July 4th, 2020, 6:46 am

Re: Help: Categories not working - new user

Post 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.
User avatar
safihre
Administrator
Administrator
Posts: 5366
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Help: Categories not working - new user

Post 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.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply