XBMC SABnzbd+ Python Script

Got a program that plays well with SABnzbd? Share it here!
Post Reply
EMKO
Newbie
Newbie
Posts: 5
Joined: December 28th, 2008, 9:39 am

Re: XBMC SABnzbd+ Python Script

Post by EMKO »

Does anyone know how to get a custom rss feed that has an imdb link to use the imdb link just like the newzbin rss do? Im trying to get NZBS.ORG movie rss feed to get IMDB info and poster but i cant figure it out i tried to change

imdb_match = re.compile(r'More Info', re.I)

to

imdb_match = re.compile(r'', re.I

so that it would ignore the link name and just get the info from that but that didnt work :(

i also tried to get a way to block any movies with IMDB rating lower then 5 but i failed python is soo hard to understand
EMKO
Newbie
Newbie
Posts: 5
Joined: December 28th, 2008, 9:39 am

Re: XBMC SABnzbd+ Python Script

Post by EMKO »

nvm i figured it out its working great :).

Now since this feed has scene names instead of proper imdb movie name i was wondering if its possible to save the nzb and rename it to the imdb movie name and then send it off to sabnzbdplus. Can all the be done when i click on a movie in xbmc?
clems
Newbie
Newbie
Posts: 5
Joined: April 28th, 2009, 1:56 pm

Re: XBMC SABnzbd+ Python Script

Post by clems »

Hello,

Looks great can you post the custom rss ?

Thanks
evidenceunseen
Jr. Member
Jr. Member
Posts: 56
Joined: February 11th, 2008, 2:33 pm

Re: XBMC SABnzbd+ Python Script

Post by evidenceunseen »

Anyone else getting python errors with all plugins including this one with a new xbmc svn build?
Last edited by evidenceunseen on June 1st, 2009, 3:38 pm, edited 1 time in total.
EMKO
Newbie
Newbie
Posts: 5
Joined: December 28th, 2008, 9:39 am

Re: XBMC SABnzbd+ Python Script

Post by EMKO »

yup i am getting an error as well and with aeon i cant do nothing but restart xbmc.
bnb
Release Testers
Release Testers
Posts: 21
Joined: March 28th, 2009, 3:20 am

Re: XBMC SABnzbd+ Python Script

Post by bnb »

It's been working fine for me on my Windows system.  I just wish there was a way to check the languages.  I keep downloading foreign speaking movies. 
alexx_g
Newbie
Newbie
Posts: 1
Joined: June 29th, 2009, 10:23 am

Re: XBMC SABnzbd+ Python Script

Post by alexx_g »

Are anybody using this with Plex? I have downloaded sabnzbd 0.4.11 and this plugin version 1.5.2. I have put it in my plugins folder according to the instructions. It appears under "video plugins" in the "Watch your Videoes" menu. But when I try to select the sabnzbd plugin, nothing happens. I loading box of some kind appears for a split second, but then nothing. Can't find anything in the logs either.

BTW: Would love a newzbin invitation!
nickarts
Newbie
Newbie
Posts: 2
Joined: July 13th, 2009, 2:17 am

Re: XBMC SABnzbd+ Python Script

Post by nickarts »

/Feature Request/

Would it be possible to Pause/Resume SabNZBd with this script?

That would be very handy, because downloading with Sab and watching HD streams on the same time is not a big deal, but when Sab is going into RAR/PAR mode it maxes my CPU so being able to pause it untill im done watching movies would be a very welcome feature.

Anyway: great plugin!
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: XBMC SABnzbd+ Python Script

Post by switch »

Just use the "Pause Downloading During Post-Processing" option in config>switches.
nickarts
Newbie
Newbie
Posts: 2
Joined: July 13th, 2009, 2:17 am

Re: XBMC SABnzbd+ Python Script

Post by nickarts »

switch wrote: Just use the "Pause Downloading During Post-Processing" option in config>switches.
That's not exactly what I mean. I'm hoping to find a way to manually pause SAB from XBMC if necessary for whatever reason.
Tijlbert
Release Testers
Release Testers
Posts: 19
Joined: February 20th, 2009, 11:16 am

Re: XBMC SABnzbd+ Python Script

Post by Tijlbert »

Hi,
I like the plugin thus far... however I am having a major problem ...

Everything works (adding nzbs) but I cannot view my queue... When I press enter nothing happens... tried disabling the api-key and disabling username/password... Does this have anything to do with the version of sab ? (v.0.5.0 alpha5)
I tried version 1.52 and a few older versions. none work.. \ I'm running the latest svn version of xbmc (compiled 19-07-2009) and also r21018 (compiled jun 10). Running on vista 32bit

So simptoms are:

press enter once, nothing happens
press enter twice in rapid succesion = crash xbmc

any help would be appreasiated...

UPDATE:

Somebody in the live-chat was kindly enough to invorm me of the fact that this probably doesn't work because of the changes in sab v5 as opposed to v4. Is there any plan of the developer to make his script compatible? have you got an ETA?


p.s. If anybody can arrange a newsbin account that would be nice also :)

Greetings
Last edited by Tijlbert on July 20th, 2009, 6:01 am, edited 1 time in total.
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: XBMC SABnzbd+ Python Script

Post by switch »

@Tijlbert: The spec was change on the api on one of the alpha's recently, it will be fixed in the next alpha/beta.

It seems there has been a newzbin change to require authentication on RSS feeds, so I have added an untested version with a fix if anyone would like to try it SABnzbd-XBMC-Plugin-1.5.3.zip. It requires you enter your newzbin user+pass in the plugin settings. Any custom added feeds that contain fauth in the url should continue to function fine.
ht2k051
Newbie
Newbie
Posts: 6
Joined: November 26th, 2008, 11:47 pm

Re: XBMC SABnzbd+ Python Script

Post by ht2k051 »

i tried the new version
doesnt work when i try to launch it it says error python script failed
special://home/plugins/video/SABnzbd/default.py

wont launch...ideas?
switch wrote: @Tijlbert: The spec was change on the api on one of the alpha's recently, it will be fixed in the next alpha/beta.

It seems there has been a newzbin change to require authentication on RSS feeds, so I have added an untested version with a fix if anyone would like to try it SABnzbd-XBMC-Plugin-1.5.3.zip. It requires you enter your newzbin user+pass in the plugin settings. Any custom added feeds that contain fauth in the url should continue to function fine.
Last edited by ht2k051 on July 30th, 2009, 10:17 pm, edited 1 time in total.
NarcopolisRex
Newbie
Newbie
Posts: 10
Joined: April 25th, 2008, 11:56 pm

Re: XBMC SABnzbd+ Python Script

Post by NarcopolisRex »

ht2k051 wrote: i tried the new version
doesnt work when i try to launch it it says error python script failed
special://home/plugins/video/SABnzbd/default.py

wont launch...ideas?
I'm having the exact same problem. Took the advice from another thread and modded the Newzbin links in the settings.py file to change "http://newzbin.com/..." to "http://NBINUSER:[email protected]/..." and it's working, though with a 3-second pause when I click on any Newzbin link.

EDIT: To clarify, I've done the above edit of the settings.py file with version 1.5 and abandoned trying 1.5.3 as it gave me the same error as ht2k051.
Last edited by NarcopolisRex on July 31st, 2009, 6:18 am, edited 1 time in total.
ht2k051
Newbie
Newbie
Posts: 6
Joined: November 26th, 2008, 11:47 pm

Re: XBMC SABnzbd+ Python Script

Post by ht2k051 »

i added my username and password in the format shown below to 1.5a and i can now get the program to launch but if i try and search newzbin it returns no results...any ideas??
NarcopolisRex wrote:
ht2k051 wrote: i tried the new version
doesnt work when i try to launch it it says error python script failed
special://home/plugins/video/SABnzbd/default.py

wont launch...ideas?
I'm having the exact same problem. Took the advice from another thread and modded the Newzbin links in the settings.py file to change "http://newzbin.com/..." to "http://NBINUSER:[email protected]/..." and it's working, though with a 3-second pause when I click on any Newzbin link.

EDIT: To clarify, I've done the above edit of the settings.py file with version 1.5 and abandoned trying 1.5.3 as it gave me the same error as ht2k051.
Post Reply