XBMC SABnzbd+ Python Script
Re: XBMC SABnzbd+ Python Script
cool, i'll have try this out on xbmc
wish there was something like this on the iphone aswell
wish there was something like this on the iphone aswell
Re: XBMC SABnzbd+ Python Script
Hi,
I'm sorry for posing a probably stupid question but is this plugin for remote controlling
SAB or is this a solution to make SAB run on on your xbox ?
I'm sorry for posing a probably stupid question but is this plugin for remote controlling
SAB or is this a solution to make SAB run on on your xbox ?
Re: XBMC SABnzbd+ Python Script
It is for simply adding nzb files, and viewing your queue from xbmc. SABnzbd is still running separately.
-
- Newbie
- Posts: 10
- Joined: April 25th, 2008, 11:56 pm
Re: XBMC SABnzbd+ Python Script
Thanks so much for this. Now I never need to stand up and leave the TV ever again. 500 pounds, here I come!
Re: XBMC SABnzbd+ Python Script
Too bad... I would have loved to put my old xbox back in business. But maybe with all that xbmc porting and SABIt is for simply adding nzb files, and viewing your queue from xbmc. SABnzbd is still running separately.
I now have an even better reason to buy a mac mini for my tv :-)
keep up the good work guys!
st
Re: XBMC SABnzbd+ Python Script
A small update:
Bonus pic:
Download:
SABnzbd-XBMC-Plugin-1.3.zip
Code: Select all
Changelog
================
1.3
-Changed the successful sabnzbd add dialog to a notification
-Allow items to be deleted/moved in the queue
-Fixed sorting under xbox
-More failure notices
-Problem shwing queue for "fetching" items from newzbin
Download:
SABnzbd-XBMC-Plugin-1.3.zip
Re: XBMC SABnzbd+ Python Script
Great stuff, gonna test this out on Plex
Re: XBMC SABnzbd+ Python Script
Tried this last ngiht in Plex and it works great.JayBird wrote: Great stuff, gonna test this out on Plex
Ive made a post about this over at the Plex forums- http://forums.plexapp.com/index.php?showtopic=1352
Thanks
Re: XBMC SABnzbd+ Python Script
A small fix for people running older versions of xbmc, icons wouldn't show and newzbin feeds wouldn't open:
Download:
SABnzbd-XBMC-Plugin-1.3.1.zip
Code: Select all
Changelog
================
1.3.1
-Fixed some backwards-compatibility stuff for older XBMC versions
SABnzbd-XBMC-Plugin-1.3.1.zip
Re: XBMC SABnzbd+ Python Script
Got it running and it's just awesome. Thank you.
Do you think it would be possible to add descriptions or some additional infos
like language etc. for a selected file ?
st
Do you think it would be possible to add descriptions or some additional infos
like language etc. for a selected file ?
st
Re: XBMC SABnzbd+ Python Script
I'll look into adding a pop-up for newzbin items that displays their attributes. The only information I have access too from the RSS feed is stuff like:
Attributes:Category - Movies | Video Source - DVD | Video Format - XviD | Video Genre - Comedy, Documentary | Language - English | Audio Format - MP3
Re: XBMC SABnzbd+ Python Script
That was exactly what i meant. Forgot to say "attributes".
It's interesting to know what you're downloading cause I just don't want to
accidentally get a vcd or "french/spanish/german/..." episode ;-)
st
It's interesting to know what you're downloading cause I just don't want to
accidentally get a vcd or "french/spanish/german/..." episode ;-)
st
Re: XBMC SABnzbd+ Python Script
I could also change the icons to display a flag instead of the orange icon, however if there are multiple languages listed it would only display the first.
Re: XBMC SABnzbd+ Python Script
Sounds good! Don't know how you do it... but maybe in that case you could make a custom "multi language" icon and it's
up to the user to look what it is... ?
st
PS: again, thanks for all your efforts. really appreciate it
up to the user to look what it is... ?
st
PS: again, thanks for all your efforts. really appreciate it
-
- Jr. Member
- Posts: 56
- Joined: February 11th, 2008, 2:33 pm
Re: XBMC SABnzbd+ Python Script
Can't the "More info" links be accessed through the rss feed? for imdb urls. Would it be possible to parse the .nfo using the "NFO" url? parsing nfo files has been done before on xbmc.