[mythtv-users] perl bindings - manual record

Bob mythtv at cox.net
Fri Jun 26 03:35:14 UTC 2009


I am writing a perl script to manually start a recording.  From looking 
at the feature in mythweb, it appears there are 3 steps:

1. Insert a line into the "record" table
2. Get the recordid of the newly inserted recording from the "record table
3. Notify the backend of the change using the RESCHEDULE_RECORDINGS 
command similar to: $m->backend_command("RESCHEDULE_RECORDINGS $recordid");

This is not working for me, please suggest ideas.  Thanks.


More information about the mythtv-users mailing list