-- June 26, 2006 update. go to newolduser.googlepages.com to copy the scripts. There is a small problem with how they display on this page
Now that we have a nice script to start recording a radio stations
streaming broadcast it would be nice if we could have that script
start up at a predefined date and time. It would be equally nice to
be able to stop that script from recording at a predefined date and
time.
Lets work on the stopping part first.
Basically we need a script that will search for our recording script
from all the other processes that are running. Then get the Process ID
(PID) and issue a KILL command.