Page 1 of 1
problems with nzbmatrix catagories (python)
Posted: November 15th, 2010, 2:28 pm
by Dephcon
Hello,
I just recently switched from sab on windows to sab on unRAID (python). On windows I had nzbmatrix categories working from the bookmark rss feed.
On python, they do not work. Is the configuration different?
*edit* Using 0.5.5
Thanks
Re: problems with nzbmatrix catagories (python)
Posted: November 15th, 2010, 2:39 pm
by shypike
Nope, it's all compatible.
Provided the Python and its modules are OK on UnRaid.
Did you enter your nzbmatrix account info?
Re: problems with nzbmatrix catagories (python)
Posted: November 15th, 2010, 6:07 pm
by Dephcon
Got my account deets configured.
Is there a log or something were I can see how sab is handling the queuing from the rss feed?
Re: problems with nzbmatrix catagories (python)
Posted: November 15th, 2010, 6:11 pm
by Dephcon
nm, i found the log and i see this:
2010-11-15 17:58:35,334::INFO::[rss:466] Adding
http://api.nzbmatrix.com/v1.1/download. ... apikey=xxx (Inception 720p BluRay x264 CROSSBOW) to queue
Now if the categories did work, would it state that it was assigning it to one?
From my sabnzbd.ini:
[nzbmatrix]
username = Dephcon
apikey = ***
[categories]
[["42, movies.hd (x264)"]]
priority = -100
pp = ""
name = "42, movies.hd (x264)"
script = nfo.sh
newzbin = Movies
dir = Movies
Re: problems with nzbmatrix catagories (python)
Posted: November 16th, 2010, 3:17 am
by shypike
I think you misinterpreted categories.
First category, is just a name to help you.
The matching with nzbmatrix categories is done using the newzbin field (yeah, historical).
So what I would expect in your case is this:
[categories]
[[movies]]
priority = -100
pp = ""
name = movies
newzbin = movies.hd (x264)
script = nfo.sh
dir = Movies
Re: problems with nzbmatrix catagories (python)
Posted: November 16th, 2010, 5:45 pm
by Dephcon
oh I'm a fucking tool. Thanks dude