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


- speed32219 - 2012-01-23

kricker Wrote:Working fine for me on Eden Beta1. What XBMC version are you trying it on?

EDIT:
I just tried it on Eden Beta 2 and still works fine for me.

Pre-11.0 July Build.


- kricker - 2012-01-23

Not sure why it is throwing that error for you. I've seen similar in the log, but it still works.


- woodg8 - 2012-01-23

speed32219 Wrote:Selecting NZBMatrix - TV and HDTV works.
Selecting NZBMtrix - Music and Muxic Videos works.
Selecting NZBMatrix - Movies, HD Movies does not work. I get the following error.

18:16:18 T:3008359280 M:1781530624 ERROR: /home/XBMC/.xbmc/addons/plugin.video.SABnzbd/nzb/misc.py:4: DeprecationWarning: os.getcwd() currently lies to you so please use addon.getAddonInfo('path') to find the script's root directory and DO NOT make relative path accesses based on the results of 'os.getcwd.' cur_dir = os.getcwd()

Anyone have similar results?


Tried updating your newznab to the latest version? I was having the same problem on an old version


- noparanoia - 2012-01-25

hum... sorry but where can I get this addon ? no zip file on googlecode and I can't find it on any repository


- kricker - 2012-01-25

If you are using Eden it will not show up in the repos. This add-on is in limbo at the moment. Popeye has some code coming that will breath new life into this hopefully. That is if I can figure out how to use his class he is working on.


- noparanoia - 2012-01-25

Oh okay, thanks for the answer and the good work.
I'll keep on eye on this thread, hopefully something will be released for Eden.


- Popeye - 2012-01-26

kricker Wrote:If you are using Eden it will not show up in the repos. This add-on is in limbo at the moment. Popeye has some code coming that will breath new life into this hopefully. That is if I can figure out how to use his class he is working on.

Just been drawing a rough UI sketch to find out if there are any new development I need to do (from a class/API perspective...). There is some work but it shouldn't be to hard..


- omen101 - 2012-02-14

I'm not sure if this is the right place for this, but NewzBin support seems to be broken in the current release of the SABnzbd add-on (V2.1.5).

It can be fixed by replacing all of the http://www.newzbin.com in settings.py with http://www.newzbin2.es

To display file sizes in the items list you need to change the regular expression on line 87 of the rss_parser.py to: '([0-9]+\.[0-9]+ ?[A-z]+)'


- Smiths - 2012-02-17

speed32219 Wrote:Selecting NZBMatrix - TV and HDTV works.
Selecting NZBMtrix - Music and Muxic Videos works.
Selecting NZBMatrix - Movies, HD Movies does not work. I get the following error.

18:16:18 T:3008359280 M:1781530624 ERROR: /home/XBMC/.xbmc/addons/plugin.video.SABnzbd/nzb/misc.py:4: DeprecationWarning: os.getcwd() currently lies to you so please use addon.getAddonInfo('path') to find the script's root directory and DO NOT make relative path accesses based on the results of 'os.getcwd.' cur_dir = os.getcwd()

Anyone have similar results?

I had to update the config file for this addon to make movies show up again:

Code:
{'name':'NZBMatrix - Movies', 'url':'http://rss.nzbmatrix.com/rss.php?subcat=54,2,1,50,42,4,3,48&english=' + __settings__.getSetting('nzbmatrix_english'), 'category':'tv'},

{'name':'NZBMatrix - Movies Search', 'url':'http://rss.nzbmatrix.com/rss.php?page=details&subcat=54,2,1,50,42,4,3,48&term=%s', 'category':'tv'},

that works for movies for me

File I modified is:

Program Files\XBMC\portable_data\addons\plugin.program.SABnzbd\settings.py


- kricker - 2012-02-17

Why would you change the category to tv? All that change does is tell SABnzbd the category is tv? Did you not have a SAB category called "movies"?


- kricker - 2012-02-17

omen101 Wrote:I'm not sure if this is the right place for this, but NewzBin support seems to be broken in the current release of the SABnzbd add-on (V2.1.5).

It can be fixed by replacing all of the http://www.newzbin.com in settings.py with http://www.newzbin2.es

To display file sizes in the items list you need to change the regular expression on line 87 of the rss_parser.py to: '([0-9]+\.[0-9]+ ?[A-z]+)'
Has something at NewzBin changed? What is newzbin2.es?


- kricker - 2012-02-17

Okay. I have updated the settings.py file and attached it here for those that need it. This "should" fix the NewzBin issue. As I do not have an account there I can not verify. Can someone else check and report back?


- jurm - 2012-02-18

Can't find this in the official repo, I'm on eden beta 3, is it still there?


- Popeye - 2012-02-18

It's not there since Eden has another repo..


- kricker - 2012-02-18

As Popeye said. This add-on is for Dharma. It works for Eden, but it is not officially for Eden. Once Popeye finishes his SAB class, I will try to begin work on an Eden version. The EDEN version will purely a SABnzbd management add-on. All searching and browsing for nzb files will be done by separate add-ons.