![]() |
|
[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) |
nzbmatrix - branlr - 2010-06-25 06:46 I don't mind loaning my VIP account on NZBmatrix if someone wants to add it to this great plugin. I think it would be well worth it, and I usually use NZBs.org anyway so I don't mind not using it for a while. - kricker - 2010-06-25 06:49 I already have one. Nzbmatrix and NzbRus will be in the next update. - maruchan - 2010-06-27 18:45 I've got basic TVDB support working for both TV and Anime feeds now. Right now it just grabs overall TV show information (fanart, poster/banner, plot info, rating, etc) and not specific episode data. I am dropping the anidb code I had devised for anime, because after looking around more it seems that they aren't very fond of people scraping their site. Also, because they don't provide a public API like TVDB, it's just inefficient and slow overall, putting strain on their servers and slowing down directory listings. With that being said, I'm really, really bad at making regular expressions. I feel like the results could be improved if I had some better regular expressions for picking the name of a series out of standard scene titles. If anyone's willing to offer some help in that area, that would be great. - kricker - 2010-06-28 00:15 Send me the new stuff again. I've had a busy weekend, but come Monday I'll be working on it again and I'll take a look at the regex. - goldfinger7476 - 2010-07-05 10:54 Just want to say how awesome this plugin is, keep up the good work! - RobotCaleb - 2010-07-15 06:32 Having trouble with this. I set everything up in the ini file but when I choose an entry on NZBS to grab, sab only shows this as the thing it's trying to download. index.php!action=getnzb&nzbid=xxxxxx It doesn't download that entry, but instead sits there with that as the title and never does anything. - maruchan - 2010-07-15 07:01 Are you sure you entered your ID and Hash correctly? Also, you should set it up in the add-ons manager rather than in the ini file itself. Anyways, we have a new version that should be released soon. It has Wake-on-lan functionality, native nzbsrus/nzbmatrix support, and imdb/tvdb functionality for all feeds. I need to fix a few things (namely add unicode support so it doesn't choke on feeds with foreign characters) and then we'll post the latest version. I've just been kind of bogged down with things and have spent my spare time teaching myself more Python. After the next stable version is released, I've got configurable queue refreshing on the radar (i.e., update the queue listing every X amount of seconds so you can watch your download in semi-realtime.) - RobotCaleb - 2010-07-15 07:52 Sorry, been playing with lots of ini files lately. I did use the UI to edit it. I checked my values yet again and spotted my issue. My ID contains 3 of the same number in a row, and I only had 2. ![]() Sorry for the bother.
- Rocket - 2010-07-24 16:01 Hey, first thanks for that effort on this very useful plugin. But I have one issue. If I make Changes to the settings.py file and add for example my nzbsrus rss stream, my changes have no effect on the plugin. Also Changes to my NZBS.org streams take no effect. (Like changing the Category) I start XBMC with the -p switch and edit the corresponding settings.py file in the "portable" folder. I have also checked whether it creates a folder under Application Data. But thats not the case. I have this problem only with the latest Revision of XBMC. If i use the last stable version, changes in the settings.py take effect. But in that Version I can not install the latest version of SBANZBd plugin. Only Version 1.5 works with the stable version. Anyone knows what the problem is? - kricker - 2010-07-24 20:07 In the latest nightlies of XBMC you should find the SABnzbd addon folder in the user_data\addons folder. That is the settings.py file you are looking for. You'll need to make sure XBMC is not running while making these changes. The latest version will not run in 9.11. It has been re-worked for the Dharma release. Show me the changes you are making. |