[RELEASE] SABnzbd - 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 (/showthread.php?tid=152494) |
RE: [RELEASE] SABnzbd - FishOil - 2014-11-15 (2014-11-14, 09:58)Popeye Wrote: Seems like your program addon is not installed ok. Reinstalled a few times. Suggestions? Two different machines same effect. Kodi Helix RE: [RELEASE] SABnzbd - FishOil - 2014-11-17 Two different machines with linux And 1 android No change same effect RE: [RELEASE] SABnzbd - kricker - 2014-11-18 Hey Popeye. I've been trying to get this working with the Kodi betas, but I keep running into script issues. Here is the snippet from my log: Code: 19:29:50 T:3184 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin SABnzbd('plugin://plugin.program.sabnzbd/','3','') RE: [RELEASE] SABnzbd - Popeye - 2014-11-18 I don't understand. I haven't done any code changes. Must be the /lib folder not getting loaded properly. Is there something that has to be set in the addon.xml now or? RE: [RELEASE] SABnzbd - kricker - 2014-11-19 Hmm. I don't know. I have been very busy the past year and have lost track. Have you by chance tried any of the Kodi betas? RE: [RELEASE] SABnzbd - Popeye - 2014-11-20 No, I haven't. I don't really miss any features from XBMC so I try to just stick with the last mayor release.. You could try moving the files from /lib to the root of the addon and see if that works.. RE: [RELEASE] SABnzbd - Yaff1e - 2014-12-02 I've just had to redo my RaspBMC install and I now seem to be having problems with SABnzbd as well as the Pauser. I had it installed and working for a long while on the previous install but on this one the Pauser isn't working at all and SABnzbd works occasionally but mostly not. The only difference I can think of is that on the previous install I'd stopped one short of the current RaspBMC version because of some problems updating SD/USB installs. This time because I was doing a fresh install I've gone straight to the current version. Here's a snippet of my log file when trying to start SABnzbd Quote:02:00:30 T:2462053440 NOTICE: -->Python Interpreter Initialized<-- Any idea what could be going wrong? RE: [RELEASE] SABnzbd - Popeye - 2014-12-02 Yes, just do as I described in my previous post. Seems like sabnzbd can't start. The /lib folder does not seem to be recognized by xbmc/kodi.. Re: RE: [RELEASE] SABnzbd - kricker - 2014-12-03 (2014-12-02, 09:56)Popeye Wrote: Yes, just do as I described in my previous post. Seems like sabnzbd can't start. The /lib folder does not seem to be recognized by xbmc/kodi.. I moved those files out of the lib folder and the add-on worked fine. RE: [RELEASE] SABnzbd - Yaff1e - 2014-12-03 Yeap, same here. Many thanks RE: [RELEASE] SABnzbd - Popeye - 2015-01-13 I don't understand why Helix complained about the lib folder. I'm about to do a new release within a few weeks with no visible changes , just under the hood cleanup and providing a module/api for others (and my pneumatic) to use. RE: [RELEASE] SABnzbd - kricker - 2015-01-13 Let me know if tou need sonething tested before release. RE: [RELEASE] SABnzbd - Popeye - 2015-01-14 Thanks kricker, with the latest commits things seems to be working good on Helix. I will package everything the coming days but everyone are free to try from github. The next step is to sync the api with Pneumatic, fix language labels etc and then hopefully release it to the official addon repo... RE: [RELEASE] SABnzbd - Popeye - 2015-01-14 SABnzbd 3.1.0 - Restructure to support Helix - Stop import settings from Pneumatic - Lots of minor fixes RE: [RELEASE] SABnzbd - kricker - 2015-01-15 Works a treat. Thanks Popeye. |