Categories

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
pawelciechan
Newbie
Newbie
Posts: 3
Joined: November 18th, 2018, 3:31 pm

Categories

Post by pawelciechan »

Hi

Trying to sort out auto categories folders as Tv Movies etc, not sure what am i doing wrong. I have entered the API code from NZBplanet web site but with no luck

Any help would be great full

Running SAB on OS

Paul
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Categories

Post by safihre »

Can you explain a bit more what you are doing and what you want to happen?
You want NZB's to get automatically put in the right category?
How do you add NZB's?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
pawelciechan
Newbie
Newbie
Posts: 3
Joined: November 18th, 2018, 3:31 pm

Re: Categories

Post by pawelciechan »

hi

via nzbmatrix just dl the nzb file and sab checks my download folder for new downloads
User avatar
OneCD
Hero Member
Hero Member
Posts: 557
Joined: March 4th, 2017, 3:47 pm

Re: Categories

Post by OneCD »

pawelciechan wrote: November 23rd, 2018, 2:17 pm via nzbmatrix just dl the nzb file and sab checks my download folder for new downloads
NZBMatrix shut-down years ago... they took my subscription payment with them. ::)
Stuff I like: Apache bash cron DD-WRT Debian DNSMasq Entware FireFox GitHub ImageMagick Kate KDE LibreELEC Netrunner NFS NVIDIA OpenVPN Orvibo-S20 pfSense Python Raspberry-Pi RAID SABnzbd Transmission Usenet VirtualBox Watcher3 XFCE
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Categories

Post by safihre »

The automatic categories originate from data within the NZB, if it provides special "category" tags. You can link those to your categories (see bottom of the wiki-page: https://sabnzbd.org/wiki/configuration/2.3/categories)
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
pawelciechan
Newbie
Newbie
Posts: 3
Joined: November 18th, 2018, 3:31 pm

Re: Categories

Post by pawelciechan »

Hi

oops I'm using nzbplanet i have done TV* in Indexer Categories / Groups but still without any luck done some much reading on this but with no luck
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Categories

Post by safihre »

Note that if an NZB is added from an external service, like Sonarr or Radarr or direct linking to the indexer, this will overwrite the tag inside the NZB.
You can look inside the NZB's from NZBPlanet and see what you need.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<!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="name">ABC.TV.Show.S07E19.720p.WEB.x264-TBS-Obfuscated</meta>
    <meta type="category">TV &gt; HD</meta>
    <meta type="x-rating-host">https://api.nzbgeek.info/feedback</meta>
    <meta type="x-rating-id">e39f7ddc4546a49417574c6f4e46deee</meta>
  </head>
So here the tag should be "tv" or "tv*"
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply