Page 1 of 1

sab with nzbmatix, how do I poll nzbmatrix for my bookmarks?

Posted: May 11th, 2011, 7:39 pm
by zen0n
I've got sab 0.6.0 setup and running on ubuntu lucid (from the ppa),  and it works great when manually adding an nzb.   I've also got a VIP account at nzbmatrix,  and have pasted in my username and API key to the appropriate boxes in the index sites section of the config web page.  Click save,  and then what?

I  login to my nzbmatrix account,  and I can see items in my bookmarks,   but nothing is happening in sab.  I've grep'd the logs for nzbmatrix and nothing comes up.  No errors, nothing.  In the newzbin section of the index sites config page,  there is a get bookmarks button,  but nothing like that for nzbmatrix.

So how do I poll nzbmatix for my bookmarks in sab?  Or at least where should I be looking for the proper logs.  The sab error log is empty,  and the only entry in the regular log about index sites is an error about newzbin from when I clicked check bookmarks hoping it was referring to nzbmatrix.


2011-05-11 19:18:16,865::INFO::[sabnzbdplus:1135] --------------------------------
2011-05-11 19:18:16,880::INFO::[sabnzbdplus:1136] sabnzbdplus-0.6.0 (rev=2821)
2011-05-11 19:18:16,880::INFO::[sabnzbdplus:1149] Platform = posix
2011-05-11 19:18:16,880::INFO::[sabnzbdplus:1150] Python-version = 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)
2011-05-11 19:18:16,880::INFO::[sabnzbdplus:1163] Read INI file /var/stuff/sab/.sabnzbd/sabnzbd.ini
2011-05-11 19:18:16,917::INFO::[__init__:843] Loading data for running.sab from /var/stuff/sab/.sabnzbd/admin/running.sab
2011-05-11 19:18:16,949::INFO::[__init__:824] Saving data for running.sab in /var/stuff/sab/.sabnzbd/admin/running.sab
2011-05-11 19:18:16,949::INFO::[__init__:843] Loading data for bookmarks.sab from /var/stuff/sab/.sabnzbd/admin/bookmarks.sab
2011-05-11 19:18:16,965::INFO::[__init__:843] Loading data for rss_data.sab from /var/stuff/sab/.sabnzbd/admin/rss_data.sab
2011-05-11 19:18:16,975::INFO::[__init__:843] Loading data for totals9.sab from /var/stuff/sab/.sabnzbd/admin/totals9.sab
2011-05-11 19:18:16,990::INFO::[postproc:89] Loading postproc queue
2011-05-11 19:18:16,990::INFO::[__init__:843] Loading data for postproc1.sab from /var/stuff/sab/.sabnzbd/admin/postproc1.sab
2011-05-11 19:18:16,991::INFO::[__init__:843] Loading data for queue9.sab from /var/stuff/sab/.sabnzbd/admin/queue9.sab
2011-05-11 19:18:16,998::INFO::[__init__:843] Loading data for watched_data.sab from /var/stuff/sab/.sabnzbd/admin/watched_data.sab
2011-05-11 19:18:16,999::INFO::[downloader:194] Resuming
2011-05-11 19:18:17,000::INFO::[__init__:284] All processes started
2011-05-11 19:18:17,000::INFO::[sabnzbdplus:327] Web dir is /usr/share/sabnzbdplus/interfaces/smpl
2011-05-11 19:18:17,079::INFO::[sabnzbdplus:1207] Starting sabnzbdplus-0.6.0
2011-05-11 19:18:17,081::INFO::[dirscanner:263] Dirscanner starting up
2011-05-11 19:18:17,081::INFO::[urlgrabber:75] URLGrabber starting up
2011-05-11 19:18:17,082::INFO::[sabnzbdplus:437] _yenc module... found!
2011-05-11 19:18:17,082::INFO::[sabnzbdplus:445] par2 binary... found (/usr/local/bin/par2)
2011-05-11 19:18:17,082::INFO::[sabnzbdplus:453] unrar binary... found (/usr/bin/unrar)
2011-05-11 19:18:17,082::INFO::[sabnzbdplus:458] unzip binary... found (/usr/bin/unzip)
2011-05-11 19:18:17,082::INFO::[sabnzbdplus:464] nice binary... found (/usr/bin/nice)
2011-05-11 19:18:17,082::INFO::[sabnzbdplus:468] ionice binary... found (/usr/bin/ionice)
2011-05-11 19:18:17,082::INFO::[sabnzbdplus:473] pyOpenSSL... found (True)
2011-05-11 19:18:17,084::INFO::[sabnzbdplus:1315] Starting web-interface on 192.168.0.10:9090
2011-05-11 19:18:17,085::INFO::[_cplogging:55] [11/May/2011:19:18:17] ENGINE Bus STARTING
2011-05-11 19:18:17,087::INFO::[_cplogging:55] [11/May/2011:19:18:17] ENGINE Started monitor thread '_TimeoutMonitor'.
2011-05-11 19:18:17,188::INFO::[_cplogging:55] [11/May/2011:19:18:17] ENGINE Serving on 192.168.0.10:20000
2011-05-11 19:18:17,290::INFO::[_cplogging:55] [11/May/2011:19:18:17] ENGINE Serving on 192.168.0.10:9090
2011-05-11 19:18:17,291::INFO::[_cplogging:55] [11/May/2011:19:18:17] ENGINE Bus STARTED
2011-05-11 19:27:36,071::INFO::[newzbin:291] Fetching Newzbin bookmarks
2011-05-11 19:27:36,971::WARNING::[newzbin:327] Unauthorised, check your newzbin username/password

Re: sab with nzbmatix, how do I poll nzbmatrix for my bookmarks?

Posted: May 12th, 2011, 1:22 am
by shypike
nzbmatrix bookmarks can only be read through their RSS interface.
They have a specific RSS feed for bookmarks.
See nzbmatrix for more info.
It's still a good idea to enter your nzbmatrix username/api-key in SABnzbd,
because that will unlock their API for other functions.

Re: sab with nzbmatix, how do I poll nzbmatrix for my bookmarks?

Posted: May 12th, 2011, 5:30 pm
by zen0n
got it,  thanks!