Search found 18 matches

by bartsidee
February 14th, 2011, 6:25 am
Forum: Third-party Addons
Topic: Sabnzbd Boxee app
Replies: 37
Views: 43529

Re: Sabnzbd Boxee app

Fixed the repo, should be working again.
by bartsidee
February 8th, 2011, 4:15 pm
Forum: Third-party Addons
Topic: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Replies: 1305
Views: 4368207

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Not sure if this could be of any help, but for all my encoding issues I use always the django framework modules. I tried a dozen of functions and modules to convert my input strings to ascii and decent unicode and non worked like 100% The django module has a special encoding function, stripping all ...
by bartsidee
February 6th, 2011, 4:12 pm
Forum: Third-party Addons
Topic: Sabnzbd Boxee app
Replies: 37
Views: 43529

Re: Sabnzbd Boxee app

If you are not seeing category labels when you add a nzb then your server setup is wrong, please fill in the correct ip, host, port and api key. Make also sure you use sabnzbd 0.5 plus and do not have a username/password setup!
by bartsidee
February 4th, 2011, 11:20 am
Forum: Third-party Addons
Topic: Sabnzbd Boxee app
Replies: 37
Views: 43529

Re: Sabnzbd Boxee app

I didn't have much time but made a few changes to the app: -Boxee keyboard remote support (direct typing) -Toggle button for pauze/resume -Pauze time displayed when paused -Some general code optimizations -bugfix for focus position at refresh I didn't encounter any stalls on the latest rc boxee firm...
by bartsidee
January 22nd, 2011, 6:11 pm
Forum: Third-party Addons
Topic: Sabnzbd Boxee app
Replies: 37
Views: 43529

Re: Sabnzbd Boxee app

Unfortunately I'm a bit short on time. You have a nice list with suggestions. Some will be hard to implent others pretty easy. All depends on the time I have, at the moment i'm actively developing an app for a company so I have to give that more priority. I haven't tested the app on sp3, but it coul...
by bartsidee
January 8th, 2011, 11:22 am
Forum: Third-party Addons
Topic: Sabnzbd Boxee app
Replies: 37
Views: 43529

Re: Sabnzbd Boxee app

I've just added the update to the repo
by bartsidee
January 5th, 2011, 11:02 am
Forum: Third-party Addons
Topic: Sabnzbd Boxee app
Replies: 37
Views: 43529

Re: Sabnzbd Boxee app

I'm not sure how active bartsidee is working on this app so i'd like to volunteer to help where i can.  I've already created a pause/resume version for myself, just adding the ability to Pause for X minutes right now. I understand python well enough and can maybe help spruce up some of the artwork....
by bartsidee
January 5th, 2011, 10:52 am
Forum: Third-party Addons
Topic: Sabnzbd Boxee app
Replies: 37
Views: 43529

Re: Sabnzbd Boxee app

Very cool, thanks. But it requires API key, why? After all user can turn it off via config > general: "Do not require the API key". Real pain to type in the API key when using the Boxee Box since you dont support the remote it seems. Pausing would be nice? Also, search results disappear w...
by bartsidee
December 19th, 2010, 12:10 pm
Forum: Third-party Addons
Topic: Sabnzbd Boxee app
Replies: 37
Views: 43529

Re: Sabnzbd Boxee app

I've also looked into existing xbmc plugins, but found that the code was quite complex. Also the gui and python function differ a bit more then I would like to. Xbmc has more or less two ways of creating the gui, with skin xml files or completely in python as 'plugin'. Usually they are setup like a ...
by bartsidee
December 18th, 2010, 2:18 pm
Forum: Third-party Addons
Topic: Sabnzbd Boxee app
Replies: 37
Views: 43529

Re: Sabnzbd Boxee app

@pattont The code is still on google code, but it is there together with my complete repository. You can find sabnzbd in this svn folder: http://code.google.com/p/bartsidee/source/browse/#svn%2Ftrunk%2Fapps%2Fsabnzbd To give you a direction you should initially be looking into "/libs/app.py&quo...
by bartsidee
December 15th, 2010, 6:00 am
Forum: Third-party Addons
Topic: Sabnzbd Boxee app
Replies: 37
Views: 43529

Re: Sabnzbd Boxee app

it is now using nzbclub.com as search provider. I had good experience with it and it has some good filters for spam etc. Not quite compareable with nzbmatrix, but I wanted something that everybody could use. I initially have no intensions to inetgrate another provider, but you can find the source on...
by bartsidee
December 14th, 2010, 1:22 pm
Forum: Third-party Addons
Topic: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Replies: 1305
Views: 4368207

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

I installed it today and I really like the concept. I had one question. I have set up renaming in the settings part. But it looks like it is not working. I downoaded a few films and all remain in the downloaded folder without renaming. Is there a specific time that cp will rename all movies or shoul...
by bartsidee
December 14th, 2010, 9:12 am
Forum: Third-party Addons
Topic: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Replies: 1305
Views: 4368207

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

thanks I used this link to install python 2.6 next to the original on centos should also work on redhat:
http://www.geekymedia.com/python_26_centos.html
by bartsidee
December 14th, 2010, 5:48 am
Forum: Third-party Addons
Topic: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Replies: 1305
Views: 4368207

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

mmm yeah unfortunatly I run sabnzbd on a server which uses centos and for backwards compability I can't upgrade to 2.6 :S
by bartsidee
December 14th, 2010, 5:40 am
Forum: Third-party Addons
Topic: CouchPotato - Automatic Movie Downloader via NZB & Torrents!
Replies: 1305
Views: 4368207

Re: CouchPotato - Automatic Movie Downloader via NZB & Torrents!

Will there be support for python 2.5 as I understand this is now only 2.6+?