BigBuddha said:Is there any way for an external program to ask/query MP if it is currently recording?
bigj said:... I want a small exe that will let me ping MP for its status:
Are you recording now?
Are you going to start recording with the next N minutes?
Thinking forwards a little - this could also be used as the basis of a feature to test that MP is still alive. i.e. if the request timesout then an auto-reboot could be issued.... would require a process (app) that sleeps for N minutes, then pings MP, and if it's gone runs a user selected app/shell script.
mzemina said:What about a script that checks the log file?
Mike
samuel337 said:It is possible using the web service that's included with MPW (the web interface).
BigBuddha said:samuel337 said:It is possible using the web service that's included with MPW (the web interface).
Could you give a little more detail on how to do this with MPW?