QUERY GETALLSCHEDULED (Myth Protocol)
From MythTV Official Wiki
Contents |
QUERY_GETALLSCHEDULED
Arguments
Command arguments: QUERY_GETALLSCHEDULED table (optional) id (optional)
List arguments: none
Response: SEQ <num> OF <ProgramInfo>
Examples
Command:
21 QUERY_GETALLSCHEDULED
Response:
793 2[]:[]The Daily Show With Jon Stewart[]:[][]:[][]:[]Talk[]:[]10...on and on and on
Description
Queries the remote host for scheduled recordings, with optional table and ID arguments. I've not been able to get the arguments to actually do anything, however.
Returns
The number of records being returned, followed by a record for each scheduled show.
Changelog
| version | changeset | description |
|---|---|---|
| 1 | [3021] | Initial version |