XBMC SABnzbd+ Python Script

Got a program that plays well with SABnzbd? Share it here!
moontan
Newbie
Newbie
Posts: 26
Joined: August 5th, 2008, 5:50 pm

Re: XBMC SABnzbd+ Python Script

Post by moontan »

cool, i'll have try this out on xbmc

wish there was something like this on the iphone aswell
stanpete
Jr. Member
Jr. Member
Posts: 95
Joined: February 2nd, 2008, 11:35 am

Re: XBMC SABnzbd+ Python Script

Post 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 ?
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: XBMC SABnzbd+ Python Script

Post by switch »

It is for simply adding nzb files, and viewing your queue from xbmc. SABnzbd is still running separately.
NarcopolisRex
Newbie
Newbie
Posts: 10
Joined: April 25th, 2008, 11:56 pm

Re: XBMC SABnzbd+ Python Script

Post 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!  ;D
stanpete
Jr. Member
Jr. Member
Posts: 95
Joined: February 2nd, 2008, 11:35 am

Re: XBMC SABnzbd+ Python Script

Post 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
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: XBMC SABnzbd+ Python Script

Post 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:
Image

Download:
SABnzbd-XBMC-Plugin-1.3.zip
JayBird
Jr. Member
Jr. Member
Posts: 82
Joined: August 18th, 2008, 3:21 am

Re: XBMC SABnzbd+ Python Script

Post by JayBird »

Great stuff, gonna test this out on Plex
JayBird
Jr. Member
Jr. Member
Posts: 82
Joined: August 18th, 2008, 3:21 am

Re: XBMC SABnzbd+ Python Script

Post 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
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: XBMC SABnzbd+ Python Script

Post 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
stanpete
Jr. Member
Jr. Member
Posts: 95
Joined: February 2nd, 2008, 11:35 am

Re: XBMC SABnzbd+ Python Script

Post 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
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: XBMC SABnzbd+ Python Script

Post 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
stanpete
Jr. Member
Jr. Member
Posts: 95
Joined: February 2nd, 2008, 11:35 am

Re: XBMC SABnzbd+ Python Script

Post 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
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: XBMC SABnzbd+ Python Script

Post 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.
stanpete
Jr. Member
Jr. Member
Posts: 95
Joined: February 2nd, 2008, 11:35 am

Re: XBMC SABnzbd+ Python Script

Post 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
evidenceunseen
Jr. Member
Jr. Member
Posts: 56
Joined: February 11th, 2008, 2:33 pm

Re: XBMC SABnzbd+ Python Script

Post 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.
Post Reply