how are categories assigned for RSS feeds?
Posted: September 24th, 2024, 12:09 am
Hi guys, using SABnzbd 4.3.3 from source on Debian 12.7 and it's going great. Nice work. 
Got a question though. I have a single RSS feed (it's to my bookmarks on DogNZB), and no-matter what is downloaded via this feed in SABnzbd, it's always assigned to the 'movies' category - even when it's a TV show episode.
My default category in SABnzbd is 'default', but 'movies' is the first custom category listed.
My 'tv' category in SABnzbd has the 'Indexer Categories/Groups' field set to "tv*".
The NZB received through the RSS feed also has the category set as "TV" (kinda... please see below) in the NZB file.
An example:
If I download this NZB through my browser, then add it to SABnzbd via the web UI, it is correctly assigned to the ‘tv’ category.
But when downloaded via SABnzbd RSS, it is assigned to the ‘movies’ category.
Could the problem be the extra characters in the ‘category‘ XML structure?
How can I configure SABnzbd to use the category inside each NZB file for RSS feeds?
Thank you.
Got a question though. I have a single RSS feed (it's to my bookmarks on DogNZB), and no-matter what is downloaded via this feed in SABnzbd, it's always assigned to the 'movies' category - even when it's a TV show episode.
My default category in SABnzbd is 'default', but 'movies' is the first custom category listed.
My 'tv' category in SABnzbd has the 'Indexer Categories/Groups' field set to "tv*".
The NZB received through the RSS feed also has the category set as "TV" (kinda... please see below) in the NZB file.
An example:
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="category">TV > HD</meta>
<meta type="name">redacted</meta>
<meta type="propername">redacted</meta>
<meta type="guid">redacted</meta>
<meta type="rid">redacted</meta>
</head>
But when downloaded via SABnzbd RSS, it is assigned to the ‘movies’ category.
Could the problem be the extra characters in the ‘category‘ XML structure?
How can I configure SABnzbd to use the category inside each NZB file for RSS feeds?
Thank you.
