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

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (/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 24 25 26 27 28 29 30 31 32 33 34


- KidVulcan - 2012-01-20 08:28

Any luck with this?


- kricker - 2012-01-20 08:40

Popeye is doing amazing work with his various NZB add-ons. He has some good ideas and much cleaner code. In a discussion with him I decided to take this addon in a different direction. If I can find some Python help, I plan for the addon to become a SABnzbd management addon only. Then Popeye's various addons can link to it.

My wife quit her job in October to spend more time with our son before he goes to the first grade. She was feeling some Mommy guilt for working pretty much since he was born. Now that I am the sole provider of income, and being that I am self employed, time outside of work is pretty much non-existent. If I am not working, I'm looking for work.

Maybe one day I can crack open those learning Python books I have.


- Popeye - 2012-01-20 08:57

Thank you kricker! I have a quite feature complete SABnzbd class I plan to release as a stand alone scriptmodule. Writing a SAB client with this I could do just to show what can be done with the script module. Shouldn't be to hard... Big Grin


- speed32219 - 2012-01-23 01:23

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?


- kricker - 2012-01-23 02:54

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?
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.


- speed32219 - 2012-01-23 03:12

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 03:22

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 11:46

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 19:14

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 19:21

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.