hey, thx!
like the way you implemented it + it seams to work just fine!
Search found 11 matches
- December 8th, 2008, 5:36 pm
- Forum: Feature Requests
- Topic: Standby
- Replies: 18
- Views: 17562
- November 28th, 2008, 4:51 am
- Forum: Third-party Addons
- Topic: IMDB Rating and Description in Newzbin - nzbstatus compatible
- Replies: 11
- Views: 15943
Re: IMDB Rating and Description in Newzbin - nzbstatus compatible
Hey all, i added some new cool features. Now also allows you to filter good and/or bad movies. Settings are also saved. 28/10/2008: * added imdb rating filter * added update detection * added saved settings Will work on a better homepage and improve design once i have time again. http://imdb.decrypt...
- November 23rd, 2008, 8:37 am
- Forum: Feature Requests
- Topic: Standby
- Replies: 18
- Views: 17562
Re: Standby
sure it should go to sleep. If its scheduled it might schedule an automated wakeup of the pc like the media center if the times are known upfront
(Something like that: http://msdn.microsoft.com/en-us/library ... S.85).aspx maybe).
(Something like that: http://msdn.microsoft.com/en-us/library ... S.85).aspx maybe).
- November 20th, 2008, 12:10 pm
- Forum: Feature Requests
- Topic: Standby
- Replies: 18
- Views: 17562
Re: Standby
oki - as said in a Python environment the patch is running for me(tm). Not sure if i can be helpfull in general as im not an expert in python. But will look at the list - http://trac2.assembla.com/SABnzbd/report/3. I still admit the patch was fully selfish. >Creating a binary distribution is tricky ...
- November 20th, 2008, 8:12 am
- Forum: Feature Requests
- Topic: Standby
- Replies: 18
- Views: 17562
Re: Standby
i cant make it run with the exe version of sabnzb (or compile a new one using py2exe) as im not a python expert and its missing the _ctypes but its running now with a full blown python apart from that, i made some minor changes made to improve compatibility --- old\downloader.py 2008-11-03 21:36:58...
- November 19th, 2008, 7:00 pm
- Forum: Feature Requests
- Topic: Standby
- Replies: 18
- Views: 17562
Re: Standby
oki did look into it - you are rights its a 3 mins find from ctypes import * import os ES_SYSTEM_REQUIRED = 0x00000001 ES_DISPLAY_REQUIRED = 0x00000002 ES_CONTINUOUS = 0x80000000 def master_main(): kernel32 = windll.LoadLibrary("Kernel32.dll") kernel32.SetThreadExecutionState(c_int(ES_SY...
- November 19th, 2008, 6:08 pm
- Forum: Feature Requests
- Topic: Standby
- Replies: 18
- Views: 17562
Re: Standby
*bump*
if you can give me small hints where to start looking i might wanna check that myself
waking my machine up and queue something just to see it going down again 5 mins later is not cool
i have no idea how to do the call itself you have a howto on that?
if you can give me small hints where to start looking i might wanna check that myself
waking my machine up and queue something just to see it going down again 5 mins later is not cool
i have no idea how to do the call itself you have a howto on that?
- September 15th, 2008, 10:59 am
- Forum: Third-party Addons
- Topic: IMDB Rating and Description in Newzbin - nzbstatus compatible
- Replies: 11
- Views: 15943
Re: IMDB Rating and Description in Newzbin - nzbstatus compatible
did only work on https .. fixed now. So it seams i also should change the include way
thx for your feedback
thx for your feedback
- September 15th, 2008, 5:29 am
- Forum: Third-party Addons
- Topic: IMDB Rating and Description in Newzbin - nzbstatus compatible
- Replies: 11
- Views: 15943
IMDB Rating and Description in Newzbin - nzbstatus compatible
I did build a script for https://addons.mozilla.org/de/firefox/addon/748 avaiable on http://userscripts.org/scripts/show/33755 which shows IMDB rating as number and descriptions. Its nzbstatus compatible and minimalistic. combined with http://forums.sabnzbd.org/index.php?topic=59.0 its a killer app ...
- September 2nd, 2008, 4:45 pm
- Forum: Feature Requests
- Topic: Standby
- Replies: 18
- Views: 17562
Re: Standby
"Calling SetThreadExecutionState without ES_CONTINUOUS simply resets the idle timer; to keep the display or system in the working state, the thread must call SetThreadExecutionState periodically. To run properly on a power-managed computer, applications such as fax servers, answering machines, ...
- September 2nd, 2008, 6:08 am
- Forum: Feature Requests
- Topic: Standby
- Replies: 18
- Views: 17562
Re: Standby
http://msdn.microsoft.com/en-us/library/aa373208.aspx
can you do that in python?
hope it helps else i will look more as i need it
can you do that in python?
hope it helps else i will look more as i need it