Page 2 of 11
Re: XBMC SABnzbd+ Python Script
Posted: August 22nd, 2008, 10:53 am
by moontan
cool, i'll have try this out on xbmc
wish there was something like this on the iphone aswell
Re: XBMC SABnzbd+ Python Script
Posted: August 24th, 2008, 2:58 pm
by stanpete
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 ?
Re: XBMC SABnzbd+ Python Script
Posted: August 24th, 2008, 3:01 pm
by switch
It is for simply adding nzb files, and viewing your queue from xbmc. SABnzbd is still running separately.
Re: XBMC SABnzbd+ Python Script
Posted: August 26th, 2008, 10:01 pm
by NarcopolisRex
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
Posted: August 27th, 2008, 3:55 am
by stanpete
It is for simply adding nzb files, and viewing your queue from xbmc. SABnzbd is still running separately.
Too bad... I would have loved to put my old xbox back in business. But maybe with all that xbmc porting and SAB
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
Posted: September 22nd, 2008, 8:36 pm
by switch
A small update:
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
Bonus pic:
Download:
SABnzbd-XBMC-Plugin-1.3.zip
Re: XBMC SABnzbd+ Python Script
Posted: September 23rd, 2008, 11:22 am
by JayBird
Great stuff, gonna test this out on Plex
Re: XBMC SABnzbd+ Python Script
Posted: September 24th, 2008, 5:23 am
by JayBird
JayBird wrote:
Great stuff, gonna test this out on Plex
Tried this last ngiht in Plex and it works great.
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
Posted: September 25th, 2008, 8:34 am
by switch
A small fix for people running older versions of xbmc, icons wouldn't show and newzbin feeds wouldn't open:
Code: Select all
Changelog
================
1.3.1
-Fixed some backwards-compatibility stuff for older XBMC versions
Download:
SABnzbd-XBMC-Plugin-1.3.1.zip
Re: XBMC SABnzbd+ Python Script
Posted: September 29th, 2008, 5:53 am
by stanpete
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
Re: XBMC SABnzbd+ Python Script
Posted: September 29th, 2008, 6:32 am
by switch
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
Posted: September 29th, 2008, 7:12 am
by stanpete
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
Re: XBMC SABnzbd+ Python Script
Posted: September 29th, 2008, 7:23 am
by switch
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
Posted: September 29th, 2008, 8:02 am
by stanpete
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
Re: XBMC SABnzbd+ Python Script
Posted: September 29th, 2008, 5:26 pm
by evidenceunseen
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.