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
problems with nzbmatrix catagories (python)
Forum rules
Help us help you:
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.
problems with nzbmatrix catagories (python)
Last edited by Dephcon on November 15th, 2010, 2:30 pm, edited 1 time in total.
Re: problems with nzbmatrix catagories (python)
Nope, it's all compatible.
Provided the Python and its modules are OK on UnRaid.
Did you enter your nzbmatrix account info?
Provided the Python and its modules are OK on UnRaid.
Did you enter your nzbmatrix account info?
Re: problems with nzbmatrix catagories (python)
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?
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)
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
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.
Re: problems with nzbmatrix catagories (python)
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
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)
oh I'm a fucking tool. Thanks dude