Hi,
I am using nvram-wakeup to set the wakeup time of my computer
for recording. The start time I am grabbing by hand from the
record_schedule.xml.
I would like to automate this procedure. Every time I shutdown the computer (freevo) it should look in record_schedule.xml and program the bios for wakeup.
Because I am not familiar with python/xml the biggest part would be to grab the next start time from the record schedule. I guess the rest could be easy handled by a shell script.
If you don't get a developer answer there's a hack to do this. You can use wget to retrieve the "scheduled recordings" page into a file, then scrape out (using grep, cut, and other command-line text processing tools) the first entry's start time. You should probably add a few minutes for boot time...
Regards, Chad
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
