problems with nzbmatrix catagories (python)

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
Dephcon
Release Testers
Release Testers
Posts: 10
Joined: March 20th, 2009, 1:29 pm

problems with nzbmatrix catagories (python)

Post 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
Last edited by Dephcon on November 15th, 2010, 2:30 pm, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: problems with nzbmatrix catagories (python)

Post by shypike »

Nope, it's all compatible.
Provided the Python and its modules are OK on UnRaid.
Did you enter your nzbmatrix account info?
Dephcon
Release Testers
Release Testers
Posts: 10
Joined: March 20th, 2009, 1:29 pm

Re: problems with nzbmatrix catagories (python)

Post 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?
Dephcon
Release Testers
Release Testers
Posts: 10
Joined: March 20th, 2009, 1:29 pm

Re: problems with nzbmatrix catagories (python)

Post 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
Last edited by Dephcon on November 15th, 2010, 9:31 pm, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: problems with nzbmatrix catagories (python)

Post 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
Dephcon
Release Testers
Release Testers
Posts: 10
Joined: March 20th, 2009, 1:29 pm

Re: problems with nzbmatrix catagories (python)

Post by Dephcon »

oh I'm a fucking tool.  Thanks dude
Post Reply