![]() |
|
[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) |
- Bokx - 2011-11-28 22:54 I'm trying to download this add-on but is no where found on the xbmc.org add-on list available for d/l on the latest nightly build xbmc. Is there a zip i can download and go the "install from zip" way? - kricker - 2011-11-29 05:11 It is not quite ready for Eden yet. I've been sidetracked by the holidays. I'll get it submitted this week. - Bokx - 2011-11-29 07:01 Thanks for the quick reply! I'll be sure to check back later. From reading this post it is obvious you have done an excellent job! - kricker - 2011-11-29 17:51 Others did the "real" work. I've just been trying to maintain it. - Aenima99x - 2011-12-12 18:10 Hi Kricker....any update on getting this Eden compatible? Thanks. - kricker - 2011-12-12 18:24 Nice timing. I'm actually trying to work on it at this very moment. - kricker - 2011-12-12 19:57 JoeSzymkowicz Wrote:...I've read the threads of people trying to add NZB.su integration; any progress in adding that source?I'm having problems getting the addon to parse the feeds for some reason. I may have to leave this out until I at least get an Eden version out. There is so much to do to clean this add-on up for Eden. Sine I am mostly ignorant at Python this may take longer than I hoped. - Popeye - 2011-12-12 20:12 kricker Wrote:I'm having problems getting the addon to parse the feeds for some reason. I may have to leave this out until I at least get an Eden version out. There is so much to do to clean this add-on up for Eden. Sine I am mostly ignorant at Python this may take longer than I hoped. Go checkout my nzb.su code or even better, the newznab general code in nzbstream
- kricker - 2011-12-12 20:41 Thank Popeye. I've been doing that Your addon's architecture appears to be much different than what was done with this addon.I'd really want to have this addon totally redone properly based on the code of your addon. Being Python illiterate it is taking me quite some time to get things worked out. This is the first I've seen of nzbstream. Is this the coming update of your original NZBS.org addon? - Popeye - 2011-12-12 22:18 kricker Wrote:Thank Popeye. I've been doing that Thanks! Yes, I can some what agree you architecture is a bit messy . What we maybe could do is fork my SABnzbd class to a script module, if possible. I think I only lack a few of the features you have implemented like manual queue manipulation...The nzbstream is just a proof of concept of a generic newznab client without any hard coded indexes and the ability for the end user to tweak information regexp according to their site. I also added the option to hide whatever indexed that isn't interesting. The context menu always have the option to just download so even non streamable things can be left un-hidden.. I might transfer the code to nzbs or vice versa... |