![]() |
[REQUEST] SABnzbd+ Controller (NBZ) Python Script for 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: [REQUEST] SABnzbd+ Controller (NBZ) Python Script for XBMC? (/showthread.php?tid=32482) |
[REQUEST] SABnzbd+ Controller (NBZ) Python Script for XBMC? - gzusrawx - 2008-04-08 I was wondering if anyone would be willing to make a python script to control and interact with SABnzbd and newbin, and possibly other nzb sites. SABnzbd+ (http://www.sabnzbd.org) is an active branch off of the original sabnzbd, which is no longer being developed. the latest .4.0b2 version currently features: Major
Possible resources for anyone willing to take this on: SABnzbd Controller - a separate controller for sabnzbd, no longer functioning http://forum.xbmc.org/showthread.php?tid=22469&highlight=sabnzbd Torrent Controller - also included a module for sabnzbd and newzbin and several other sites http://forum.xbmc.org/showthread.php?tid=22139&highlight=sabnzbd HellaXBMC - a script for hellanzb(another nzb downloader) http://forum.xbmc.org/showthread.php?tid=31160&highlight=sabnzbd If you have any questions or there is any way I can help let me know. - gzusrawx - 2008-04-10 I posted this on the SABnzbd+ forums as well, and one of the SABnzbd+ devs was very interested and offered his help with the SABnzbd+ api to anyone willing to take this on. Here's the post on SABnzbd+'s forums http://forums.sabnzbd.org/index.php?topic=494.0 - PainToad - 2008-08-05 I've got Torrent-X working 100% with the latest version of sabnzbdPlus...Will post instructions sometime tonight, if anybody wants it. - chunk_1970 - 2008-08-07 Excellent work PainToad.. I get messages asking me to update this and Ive never got around to it. I would be happy to add you as a developer to the sources so that you can make changes and upload them so people automatically get your updates. Im glad someone else can edit my foobar coding.. - PainToad - 2008-08-08 Haha its not really a great fix, more like a dirty hack. Plan to look at a bit more on the weekend upload what I've done. - chunk_1970 - 2008-08-08 Cool, believe me theres alot of people want this to happen theyre just not very vocal about it..We might have to get a list of nzb sites to create modules for.. - joebrady - 2008-08-08 Here's one I'd like to see one for. http://www.newzbin.com/ - joebrady - 2008-08-08 after looking at SABnzbd+, I see that it supports the site that I just listed, I'll have to check that out when I get out of this horrible place called work. - PainToad - 2008-08-12 My hack, which will be out 'when-its-done', will only work with tvnzb. - chunk_1970 - 2008-08-12 We should be able to make it compatible for all which were NZBSRUS, NZBMATRIX, TVNZB AND NEWZBIN although I cant remember how much of NEWZBIN i got working as I dont use NEWZBIN myself and it was just changing over to v3.. Maybe could setup BINSEARCH and NEWZLEECH aswell. What I really wanted to do was to create an option to stream files from the source, but the guy working on the xbox code dropped off the planet.. - mr.b - 2008-08-13 i looked into streaming from RAR awhile back with sabnzbd... it's possible to set the complete and incomplete directory to the same place and make sure the +Delete option is NOT set -- this would leave the RARs in place even after the download is complete. I'm pretty sure XBMC is supposed to support playing from an incomplete RAR set, so theoretically you could write a python script to fire off the sab download, watch the directory for a few RARs to show, then tell XBMC to start playing from the directory containing the growing RAR set. The developer of sabnzbd says that he's already reording the RARs. Assuming you string all the pieces together, one remaining thing that may or may not be an issue is whether XBMC is smart enough to start playing cd2 after cd1 is complete in the situation where the movie has been split up. - sw1tch - 2008-08-19 I made a small script yesterday for adding downloads to sabnzbd. It browses content from RSS feeds as I'm not too interested going through the pain that is screen scrapping. Development hit some limitations, mainly due to newzbin auth strings changing for different feed ruling out searching newzbin ![]() You need to open settings.py to add newzbin rss feeds and your sabnzbd settings. The script is in a very early form, so this isn't a "proper" release. Code: SABnzbd Plugin - sw1tch - 2008-08-21 Made a couple of improvements, more specifically can now search newzbin, opening up a lot more content. May also have a way to browse all TV and Movies in an organised manner. You will need to enter in your newzbin settings in settings.py for newzbin items to show. Code: Changelog - sw1tch - 2008-08-22 Code: Changelog - Zepp - 2008-08-26 sw1tch Wrote: Nice, this is pretty awesome so far. Could you add in support to remove items from the sabnzbd queue perhaps? 'deleting the video' does nothing when in the queue section. |