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


- Rocket - 2010-07-25 00:01

I don't get it.


I have changed it in this location:

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

and in this one.

C:\Program Files\XBMC\portable_data\userdata\addon_data\plugin.program.SABnzbd\settings.py


nothing changes.

The changes i made is:

I added this line to search all categories.

{'name':'NZBs.org - Search All', 'url':'http://nzbs.org/rss.php?q=%s&type=0&num=100&dl=1&i=' + __settings__.getSetting('nzbs_id') + '&h=' + __settings__.getSetting('nzbs_hash'), 'category':'movies'},

What am I doing wrong?


- kricker - 2010-07-25 00:48

In portable mode C:\Program Files\XBMC\portable_data\addons\plugin.program.SAB nzbd\settings.py should be the proper path. Delete the settings.pyo file if there is one. XBMC makes .pyo files for some reason and then uses those instead of the .py file. I'm not sure why this happens.

If you enter it as
Code:
{'name':'NZBs.org - Search All', 'url':'http://nzbs.org/rss.php?q=%s&type=0&num=100&dl=1&i=' + __settings__.getSetting('nzbs_id') + '&h=' + __settings__.getSetting('nzbs_hash')},

It will prompt you for the category if you have "prompt for category" on in the settings.


- Rocket - 2010-07-25 11:36

If I delete settings.pyo, i get a Error "failed to load plugin" in XBMC if I start the plugin.

If I restore that file, it comes back to normal. But I still can't make any changes to th Rss stuff. ;-(


- kricker - 2010-07-25 13:08

Maybe you should uninstall it and start fresh. Edit settings.py before you run it for the first time. Hopefully I can get the next version to use custom feeds in a seperate file in the addon-data folder for the next version.


- Rocket - 2010-07-25 18:48

OK got it working.

You have to delete both .pyo files in the folder. It works now :-)

Damn did kost me some time to figure it out.

Thanks!


- bluenote - 2010-07-31 06:23

Wow, this add on is so sweet, thanks so much.

I can get nzb's in the queue properly, but , I'm not seeing any IMDB posters or any such metadata for any items on newzbin, nzbs.org, or anywhere. Am I supposed to press something to trigger this? I have it enabled in the config.

I've also noticed that some items have the yellow sabnzbd arrow in the thumbnail area, and some have a stock filmstrip graphic. What's the difference?

thanks for any pointers!

EDIT: And if I could make a small suggestion - being able to paste in the hashes would be extremely helpful ...


- dsmuk - 2010-08-01 12:30

I do I go about updating the RSS feeds?

NZB Matrix have changed all their RSS addresses resulting in none working!

EDIT: Found it - all sorted!


- kricker - 2010-08-01 17:26

bluenote Wrote:...I can get nzb's in the queue properly, but , I'm not seeing any IMDB posters or any such metadata for any items on newzbin, nzbs.org, or anywhere. Am I supposed to press something to trigger this? I have it enabled in the config.
I've also noticed that some items have the yellow sabnzbd arrow in the thumbnail area, and some have a stock filmstrip graphic. What's the difference?...And if I could make a small suggestion - being able to paste in the hashes would be extremely helpful ...
I have the same IMDB poster issues on my PCs, yet it works for the other dev in Windows, OSX and Linux. So it is something we are looking into.

Paste hashes? I'm not following you. Where do you want to paste them into?

dsmuk Wrote:I do I go about updating the RSS feeds?

NZB Matrix have changed all their RSS addresses resulting in none working!

EDIT: Found it - all sorted!
Glad you got it. A new version is coming soon. It has NZBmatrix fixed as well as a few other changes/additions.


- Bram77 - 2010-08-02 20:47

I love this addon! It's working great, thanks a lot!
What I'm missing is a bit more info about the files to download. Isn't it possible to add some info about the compression, language, if subtitles are available etc.? I understand this depends on what info is available via the NZB providers api. But it would be a huge improvement to the addon!


- kricker - 2010-08-02 23:47

Bram77 Wrote:I love this addon! It's working great, thanks a lot!
What I'm missing is a bit more info about the files to download. Isn't it possible to add some info about the compression, language, if subtitles are available etc.? I understand this depends on what info is available via the NZB providers api. But it would be a huge improvement to the addon!
We'd love to have that more info, but I think we need two things for that.

1. The ability to show that info within xbmc in the programs section.
2. Such info provided by the provider as you stated.

Maruchan and I are the main developers for this now. We are both learning python as we go, he faster and better than I. I see you are a skilled python coder. Feel free to help out with whatever feature you'd like. I have a Googlecode page setup for it.