Search found 10 matches

by carresmd
December 20th, 2009, 9:35 am
Forum: Feature Requests
Topic: The Return of setup.py
Replies: 22
Views: 18086

Re: The Return of setup.py

My personal opinion is that the Python package system sucks for applications. SABnzbd is an application that just happens to need Python. I don't how it would improve things when it's integrated into the Python interpreter. Like I said in my previous post, when _not_ installing to prefix/lib/python...
by carresmd
December 19th, 2009, 5:54 pm
Forum: Feature Requests
Topic: The Return of setup.py
Replies: 22
Views: 18086

Re: The Return of setup.py

For personal and educational use I wrote (or copied from the tutorial) a setup.py for SABnzbd. I've used it to build a (my very first) Debian package from the SVN code for our team (testing purposes). And I've also used it to build a Fedora package. It's quite useful for automating the packaging pro...
by carresmd
October 17th, 2009, 4:26 am
Forum: Feature Requests
Topic: shutdown, hibernate and suspend a linux system
Replies: 15
Views: 13313

Re: shutdown, hibernate and suspend a linux system

Yeah, already saw the code changes you made. Looking good! ;)

You can add me to the Release Testers if you want to. I generally run the trunk code, but I'm happy to test release(s) (candidates)! Especially the 0.5(.0) release, as we depend on it. :D
by carresmd
October 16th, 2009, 5:00 pm
Forum: Feature Requests
Topic: shutdown, hibernate and suspend a linux system
Replies: 15
Views: 13313

Re: shutdown, hibernate and suspend a linux system

Thank you for implementing it! Looking forward to the 0.5(.0) release! :D If it is not too much of a hassle, I'd like to be 'credited' with my full name, ' Marcel de Vries ', and perhaps my email, ' marceldevries__AT__phannet.cc ' (replace '__AT__' with '@'). As I only use my nickname to login and g...
by carresmd
October 2nd, 2009, 1:40 pm
Forum: Feature Requests
Topic: shutdown, hibernate and suspend a linux system
Replies: 15
Views: 13313

Re: shutdown, hibernate and suspend a linux system

I have modified my patch to be backwards compatible with Python 2.4.
It's a very small edit though. 2 lines removed and 3 lines added.
by carresmd
October 2nd, 2009, 12:45 pm
Forum: Feature Requests
Topic: shutdown, hibernate and suspend a linux system
Replies: 15
Views: 13313

Re: shutdown, hibernate and suspend a linux system

Oops, didn't think about backwards compatibility at all. Well I'm just pretty new to this Python stuff (maybe 2 months now) so don't know the features in previous version and what not. Anyway, if you think you're short on free-time or interest to rewrite this, I'm happy to rewrite it myself. Let me ...
by carresmd
September 30th, 2009, 8:53 am
Forum: Feature Requests
Topic: shutdown, hibernate and suspend a linux system
Replies: 15
Views: 13313

Re: shutdown, hibernate and suspend a linux system

shypike wrote: It will be included, but current the development pace of SABnzbd is quite low.
Great to hear that! Not so much about the development pace though, but that's just how stuff goes.
by carresmd
September 30th, 2009, 3:55 am
Forum: Feature Requests
Topic: shutdown, hibernate and suspend a linux system
Replies: 15
Views: 13313

Re: shutdown, hibernate and suspend a linux system

Hi shypike, any news regarding my patch? ::)
by carresmd
September 25th, 2009, 12:40 pm
Forum: Feature Requests
Topic: shutdown, hibernate and suspend a linux system
Replies: 15
Views: 13313

Re: shutdown, hibernate and suspend a linux system

Thanks, quite interesting. My Linux knowledge is quite superficial, hence the question: This is portable over the different distributions and will not cause problems when not supported by the platform? I think we can include it in release 0.5.0. It will work on probably 99% of the systems running a...
by carresmd
September 25th, 2009, 11:28 am
Forum: Feature Requests
Topic: shutdown, hibernate and suspend a linux system
Replies: 15
Views: 13313

shutdown, hibernate and suspend a linux system

I have written some code that enables the shutdown, hibernate and suspend functions for linux when the download queue has finished. I would like to see this included in 0.5 as we are basing LottaNZB 0.6 on SABnzbd 0.5 :D. It basically uses DBus and HAL (to support older distributions) and ConsoleKit...