Search found 11 matches

by andre_pl
August 5th, 2009, 10:17 am
Forum: Third-party Addons
Topic: XBMC SABnzbd+ Python Script
Replies: 162
Views: 281584

Re: XBMC SABnzbd+ Python Script

No problem, I'm not entirely sure that it works... with the changes I made i was able to get the plugin to launch without errors, and i can view my queue, but it still fails to download nzbs from binsearch. haven't really had the time to look into it yet.
by andre_pl
August 2nd, 2009, 3:40 pm
Forum: Third-party Addons
Topic: XBMC SABnzbd+ Python Script
Replies: 162
Views: 281584

Re: XBMC SABnzbd+ Python Script

I've fixed the issues with 1.5.3, just a couple of syntax errors,. here is my UNOFFICIAL 1.5.4 which switch can make official if he wants.

http://andre.liquidmm.com/assets/SABnzb ... -1.5.4.zip
by andre_pl
May 10th, 2009, 12:49 pm
Forum: General Discussion
Topic: Should I target 0.5.0?
Replies: 2
Views: 3368

Re: Should I target 0.5.0?

Ok I signed up, Thanks. :)
by andre_pl
May 10th, 2009, 12:48 pm
Forum: Beta Releases
Topic: Sign up to become an Official SABnzbd Tester (Temporarily Closed)
Replies: 274
Views: 247958

Re: Sign up to become an Official SABnzbd Tester

Sign me up please.
I'm a python developer with access to a mac and a variety of linux boxes, currently building a GUI frontend and I'd like to make use of the 0.5.0 api features.
Thanks,
Andre
by andre_pl
May 10th, 2009, 12:32 pm
Forum: General Discussion
Topic: Should I target 0.5.0?
Replies: 2
Views: 3368

Should I target 0.5.0?

I just started working on a GUI Frontend using the API and I'm wondering what the current status of 0.5.0 is?  should I target that version for my app since it seems to have a more full-featured api? is it stable enough for regular use right now? is there any estimates as to when it might be ready? ...
by andre_pl
May 10th, 2009, 11:53 am
Forum: Third-party Addons
Topic: Qt Frontend.
Replies: 1
Views: 3545

Qt Frontend.

I'm working on a PyQt4 frontend for SAB.  I only just started a couple of days ago, so theres no code to share yet, but I do have a preliminary screenshot (attached). My goal for this app is to be very unobtrusive. it will sit in the system tray and offer status information via a tooltip.  double cl...
by andre_pl
May 10th, 2009, 9:53 am
Forum: General Help
Topic: Ubuntu 9.04 and SABnzbd 0.4.9 from jcfp : ERROR: CRC failed
Replies: 39
Views: 29353

Re: Ubuntu 9.04 and SABnzbd 0.4.9 from jcfp : ERROR: CRC failed

switch wrote: Use python 2.5 instead of python 2.6
Thanks switch,
I Actually just did that after reading a little further through the forums, and its working great. :)
by andre_pl
May 10th, 2009, 9:39 am
Forum: General Help
Topic: Ubuntu 9.04 and SABnzbd 0.4.9 from jcfp : ERROR: CRC failed
Replies: 39
Views: 29353

Re: Ubuntu 9.04 and SABnzbd 0.4.9 from jcfp : ERROR: CRC failed

I've noticed some strange problems since upgrading to jaunty too. I'm not using ext4 either. what's happening to me is the web ui seems to hang at certain spots. shutdown for example, NEVER works for me. I have let it sit at the 'shutting down...' screen for 5 minutes and sure enough its still runni...
by andre_pl
May 9th, 2009, 5:19 pm
Forum: General Help
Topic: Uploading NZB With API.
Replies: 3
Views: 3899

Re: Uploading NZB With API.

I was able to get the file uplaod to work using this code:
http://odin.himinbi.org/MultipartPostHandler.py
i should have some code to share some time tomorrow.
by andre_pl
May 9th, 2009, 3:54 pm
Forum: General Help
Topic: Uploading NZB With API.
Replies: 3
Views: 3899

Re: Uploading NZB With API.

The fileupload is a pretty painful thing to do with the api. You can try using this library http://fabien.seisen.org/python/urllib2_multipart.html to send the nzb file, however personally I caved and just added an API function for version 0.5 that just requires the local file path to add to sabnzbd...
by andre_pl
May 9th, 2009, 2:49 pm
Forum: General Help
Topic: Uploading NZB With API.
Replies: 3
Views: 3899

Uploading NZB With API.

I'm working on a PyQt Gui app for SAB, and I'm having a hard time with uploading nzb  files.  I've the perl example that was posted here a long time ago, but I'm looking for some sort of python example. I've tried all sorts of things from urllib and pycurl but haven't had any success.  does anyone h...