Page 1 of 1

[solved] nzbmatrix rss +categories need help

Posted: October 16th, 2012, 11:39 am
by Sinisa
Hi guys,

I have been using Sabnzb+ for almost a year now, no major problem just does its job perfectly.

I have 0,74 vesrion installed on xbmcbuntu with couchpotato and sickberad "feeding" sabnzbd+ no problems at all.

Today I tried to configure sabnzbd+ to sort my bookmarks on nzbbmatrix rss feeds,
but I am doing something wrong and it is not working as I think it should. It is not recognizing categories, i know i have miss configured something
just don't know what. Biggest problem is that I am new to this whole concept so don't even know what to Google to get the answer that i need,

Code: Select all

 
http://nzbmatrix.com/rss-bookmarks.php?userid=xxxxx&apikey=xxxxxxxxxxxxxxxxxxxxxxxx&cat={music-all}
RSS feed configuration in sabnzbd looks like this:
type = requires category
filter = *
category = music

But feed from my bookmark of mp3 album is not sorted as music when added tu queue, but as default.

Thank you in advance

Re: nzbmatrix rss +categories need help

Posted: October 16th, 2012, 11:44 am
by shypike
You need to select "music" as category in your RSS setup in Config->RSS.
Either that or map nzbmatrix's category system to your categories.
In that case you would enter something like *music* (with the asterisks) in the "Groups / Indexer tags" column in Config->Categories.

Re: nzbmatrix rss +categories need help

Posted: October 16th, 2012, 11:59 am
by Sinisa
thanks for quick replay,

but my English is limited to basic communication. I think I have setup my rss for music.
Here is a section for music rss from my ini file.

Code: Select all

[rss]
[[Music]]
pp = ""
enable = 1
name = Music
script = ""
uri = http://nzbmatrix.com/rss-bookmarks.php?userid=xxxxxx&apikey=232xxxxxx&cat={music-all}
cat = ""
priority = -100
filter0 = music, 3, "", C, *, -100, 1
Is there anything else I should configure?

Re: nzbmatrix rss +categories need help

Posted: October 16th, 2012, 12:13 pm
by shypike
Did you actually set up a "music" category Config->Categories?

Re: nzbmatrix rss +categories need help

Posted: October 16th, 2012, 12:17 pm
by Sinisa
yes, I was thinking that i messed up rss url, but then i guess i would not get anything.

Code: Select all

[[music]]
priority = -1
pp = 3
name = music
script = Default
newzbin = music
dir = /mnt/arhiva/download/audio

Re: nzbmatrix rss +categories need help

Posted: October 16th, 2012, 12:22 pm
by shypike
The inheritance rules for categories are rather complex.
I do recommend that you change your category to this:

Code: Select all

[[music]]
priority = -1
pp = 3
name = music
script = Default
newzbin = *music*
dir = /mnt/arhiva/download/audio

Re: nzbmatrix rss +categories need help

Posted: October 16th, 2012, 2:38 pm
by Sinisa
still no go, added one album it ended in "Not Matched" .

Tried changing cat id to 22.
Adding one mp3 album after that, same result.

Re: nzbmatrix rss +categories need help

Posted: October 16th, 2012, 3:25 pm
by shypike
Looking at your nzbmatrix definition again, I think you use the wrong approach.
It better to leave out the cat={music-all} part of the feed.
Just create an RSS defintion for bookmarks feed.
You can then rely on nzbmatrix's own category system.
So remove the category setting from the RSS definition in SABnzbd.
The *music* text in Config->Categories->music will translate all of nzbmatrix music categories to your own.

Re: nzbmatrix rss +categories need help

Posted: October 17th, 2012, 5:37 am
by Sinisa
]ok tried that still no go,

should i post my debug log, complete ini file?

I deleted all my rss feeds setting, now there is only one - for music, I removed category at end of feed. Bookmarked one mp3 album and forced reading of feed.
Album fell to "not mached".

I tried forcing download and it was added to queue as music :/
Here is part of log:

Code: Select all

2012-10-17 12:22:50,766::DEBUG::[bpsmeter:253] bps: 528474.736303
2012-10-17 12:22:51,949::DEBUG::[interface:1651] RSS READOUT = True
2012-10-17 12:22:51,949::DEBUG::[rss:320] Running feedparser on http://nzbmatrix.com/rss-bookmarks.php?userid=114xxx&apikey=2325xx
2012-10-17 12:22:52,121::DEBUG::[rss:322] Done parsing http://nzbmatrix.com/rss-bookmarks.php?userid=114xxxx&apikey=2325xx
2012-10-17 12:22:52,121::DEBUG::[rss:394] Trying title Alice Cooper   Trilogy
2012-10-17 12:22:52,121::INFO::[__init__:896] Saving data for rss_data.sab in /home/sinisa/.sabnzbd/admin/rss_data.sab
2012-10-17 12:22:52,147::DEBUG::[interface:1651] RSS READOUT = False
2012-10-17 12:22:52,147::DEBUG::[rss:394] Trying title Alice Cooper   Trilogy
2012-10-17 12:22:52,686::INFO::[rss:493] Starting scheduled RSS read-out
I don't know is this relevant but i noticed that RSS setting for categories is "empy"

Code: Select all

[rss]
[[Music]]
pp = ""
enable = 1
name = Music
script = ""
uri = http://nzbmatrix.com/rss-bookmarks.php?userid=114x&apikey=232xxx
cat = ""
priority = -100
filter0 = music, "", "", C, *, -100, 1

Re: nzbmatrix rss +categories need help

Posted: October 17th, 2012, 5:45 am
by shypike
Yes, it's better to send the sabnzbd.ini file to bugs@sabnzbd.org
But first remove all passwords from the copy, I don't want those.

Re: nzbmatrix rss +categories need help

Posted: October 17th, 2012, 5:51 am
by Sinisa
shypike wrote:Yes, it's better to send the sabnzbd.ini file to bugs@sabnzbd.org
But first remove all passwords from the copy, I don't want those.
Ok all just add all feeds i think i need.

Thank you for your help and support.

Re: nzbmatrix rss +categories need help

Posted: October 17th, 2012, 6:10 am
by Sinisa
sent

Re: nzbmatrix rss +categories need help

Posted: October 17th, 2012, 3:21 pm
by shypike
Your "music" and "movies" RSS definitions have a "RequireCat" filter only.
This will never match anything.
Make sure that your filters have an "Accept" line, which comes after any "RequireCat" or "Reject" filter.

Re: nzbmatrix rss +categories need help

Posted: October 18th, 2012, 6:17 am
by Sinisa
shypike wrote:Your "music" and "movies" RSS definitions have a "RequireCat" filter only.
This will never match anything.
Make sure that your filters have an "Accept" line, which comes after any "RequireCat" or "Reject" filter.
That did it. :)
Sorry if my info was not clear enough, my English is rubbish for anything else but basic communication,
and whole concept of usnet is quite new to me.

Thank you for your time, good will and patience.

Regards, Sinisa