I quote my older message here:
Does anyone know if this is possible?
Hi,
First of all - Thanks for a great piece of software!! Just installed it and had it running in minutes!
I am running the MySQL server on a linux box and the webserver itself is running on a windows workstation in vmware. My Mediaportal pc is not on all day, so my question is, is it possible that when a recording has been scheduled via the webserver, and the Mediaportal pc is not aware of it (yet) because it hasn't been on since the recording has been scheduled, that the webservice on my vmware machine boots up my Mediaportal pc (via wake on lan e.g) ??
Stefan
It's not exactly what you are trying to do, but I did the following:
1. Install the web interface server on my HTPC;
2. Create a small script on the server which, when called, will check if HTPC is running;
3. If not, send a WOL package;
4. When the HTPC is running, proxy the request towards the HTPC;
5. Done, but make sure that HTPC goes back to sleep after x minutes.
This works quite well here.