Page 1 of 1

Categories

Posted: November 18th, 2018, 3:34 pm
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

Re: Categories

Posted: November 20th, 2018, 3:18 am
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?

Re: Categories

Posted: November 23rd, 2018, 2:17 pm
by pawelciechan
hi

via nzbmatrix just dl the nzb file and sab checks my download folder for new downloads

Re: Categories

Posted: November 23rd, 2018, 2:26 pm
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. ::)

Re: Categories

Posted: November 24th, 2018, 9:06 am
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)

Re: Categories

Posted: November 29th, 2018, 3:05 pm
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

Re: Categories

Posted: November 30th, 2018, 3:11 am
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*"