Kodi Community Forum
[RELEASE] SABnzbd+ (Programs) Plugin - Manage SABnzbd and search for files from XBMC - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] SABnzbd+ (Programs) Plugin - Manage SABnzbd and search for files from XBMC (/showthread.php?tid=76182)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23


- kricker - 2011-11-10

I've been able to hack the plugin to allow it to use https. I need to find out how to do it properly though. For those that want experiment with it, do the following:

Open the "sabnzbd_actions.py" file in the plugin.program.SABnzbd\nzb folder.

On line 34 change
Code:
'http://%s:%s@%s:%s/sabnzbd/ACTION_HERE' % (username,password,host, port)
to read
Code:
'[b]https[/b]://%s:%s@%s:%s/sabnzbd/ACTION_HERE' % (username,password,host, port)

Then in the addon's setting make sure you change it to use the proper port, which is 9090 by default.


- kricker - 2011-11-10

Okay. I've got it done properly. I'll look to get a new version out today.


- Aenima99x - 2011-11-11

kricker Wrote:Okay. I've got it done properly. I'll look to get a new version out today.

Will it be pre-eden compatible?


- kricker - 2011-11-11

I'll send out a Dharma version first. I'm still looking into what I have to do to make it Eden compatible. I lost the info on what I need to do.


Error Script failed! :plugin.program.SABnzbd - thorner - 2011-11-13

I have spent hours searching this forum, and others, looking for a reason why I can't get the SABnzbd add-on to work for me! Please help.

I am pretty sure i have everything entered correctly - although a little confused about which API key to use for SABnzbd API. One site says to use the NZB Key, but the API Key makes more sense? (tried both anyways, and neither works)

I am running Ubuntu 11.10, SABnzbd+ 0.6.8, XBMC 10.1, and I use NZBMatrix for indexing. I have tried everything and still get the Error
Quote:Script failed! : plugin.program.SABnzbd
Huh

Any suggestions are greatly appreciated!


- m1mi.dan0s - 2011-11-13

thorner Wrote:I have spent hours searching this forum, and others, looking for a reason why I can't get the SABnzbd add-on to work for me! Please help.

I am pretty sure i have everything entered correctly - although a little confused about which API key to use for SABnzbd API. One site says to use the NZB Key, but the API Key makes more sense? (tried both anyways, and neither works)

I am running Ubuntu 11.10, SABnzbd+ 0.6.8, XBMC 10.1, and I use NZBMatrix for indexing. I have tried everything and still get the Error Huh

Any suggestions are greatly appreciated!

What worked for me was matching the settings of the plugin and your NZBMatrix account. What fixed all the issues in my case was setting 'English Only' in the plugin to 'Yes' since that is how setup my NZBMatrix account as well.

You should use the API key from SabNZBd and the API key from your NZBMatrix account.


- thorner - 2011-11-13

Thanks for the suggestions.
I verified both API (SAB and NZBmatrix), verified english only, and the plugin still won't start - same error as above.

I am not using https. I'm reaching, but could it be a router issue?
For what it's worth, I have two machines running XBMC. One is remote and runs only Ubuntu+XBMC, the other is running Ubuntu, XBMC, SABnzbd+, and everything else... I get the same error on both machines.


- kricker - 2011-11-14

Make sure you have a name and password set in SAB and they match on the addon. Also are you using the ip address in SAB and the addon or the Netbios name? I prefer to use ip and make sure that number is locked to that pc in your router config. Check your settings.xml file for any typos. Look in your XBMC user profile folder\user data\addon data\plugin.program.SABnzbd.


- thorner - 2011-11-15

Hi Kricker, thanks for the response.
Both name and password are set in SAB, and they match in the addon.
I have been using the netbios name, but as per your suggestion i switched it up to the ip address... still no luck! Sad

(I have triple checked settings.xml - it all looks good to me)

Any other suggestions? I would love to be able to use this addon (would increase the WAF if she were able to download her own shows using the remote control...)


- kricker - 2011-11-15

PM me a screenshot of your SABnzbd settings and your settings.xml file. I'll take a peek at them for you. 99% of the time the issues have been related to typos.


- thorner - 2011-11-19

so... apart from not being able to get this addon to connect to SAB, many weird things have been going on with my machine - I have finally tracked it down to a failing HDD! I will be replacing it in the coming days, at which point I am hoping that my troubles will cease...


- kricker - 2011-11-20

Odd. Sorry to hear it, but at least you tracked it down. Let me know how it goes when you get it back up and running.


- JoeSzymkowicz - 2011-11-20

The addon works perfectly. I actually bought an HP Touchpad Bluetooth keyboard just to use it. I've read the threads of people trying to add NZB.su integration; any progress in adding that source?


- kricker - 2011-11-21

I could add that in.


- JoeSzymkowicz - 2011-11-22

kricker Wrote:I could add that in.

Nice. I've found NZB.su to be a nice substitute to NZBMatrix lately, with the issues they been having keeping their site and db up. NZB.su has been solid but doesn't have as complete a collection as NZBMatrix. I love the plugin, keep up the good work.