Search found 4 matches
- 14 Feb 2015, 17:17
- Forum: Support 5.x
- Topic: How to keep Windows awake only while Madsonic in active use?
- Replies: 9
- Views: 6453
Re: How to keep Windows awake only while Madsonic in active
hmm, interesting. this is my first time seeing any sort of thing like this as well. My experience with sleep is that threads of execution just pause and then turn back on. However, who knows exactly how Windows XP handles sleep or all of the other systems, for that matter. I would be a bit suspiciou...
- 13 Feb 2015, 07:23
- Forum: Support 5.x
- Topic: How to keep Windows awake only while Madsonic in active use?
- Replies: 9
- Views: 6453
Re: How to keep Windows awake only while Madsonic in active
Well, it took several iterations, but I ended up with a pretty simple solution. I wrote a Python script that checks the Madsonic log for the last time a song was played. If it was more than 120 minutes ago, then it puts the computer to sleep. I also added some logic with a "heartbeat" file...
- 30 Jan 2015, 20:43
- Forum: Support 5.x
- Topic: How to keep Windows awake only while Madsonic in active use?
- Replies: 9
- Views: 6453
Re: How to keep Windows awake only while Madsonic in active
I'm looking at custom coding a simple solution with Python. 1. Monitor CPU usage (either using Microsoft tool or 3rd party software - still investigating this) and trigger execution of a script when CPU reaches a certain level 2. Python script touches a temp file to update its modified timestamp 3. ...
- 29 Jan 2015, 20:26
- Forum: Support 5.x
- Topic: How to keep Windows awake only while Madsonic in active use?
- Replies: 9
- Views: 6453
How to keep Windows awake only while Madsonic in active use?
Hi, I just repurposed an old Windows XP laptop as my permanent Madsonic server. I only use the server intermittently during the week, so don't want to leave the machine on 24/7 the rest of the time. I can easily set the power settings to suspend after X minutes and then wake up using wake on LAN, bu...