RESCHEDULE RECORDINGS (Myth Protocol)
From MythTV Official Wiki
(Difference between revisions)
m |
(added protocol version 73) |
||
| Line 26: | Line 26: | ||
| initial version | | initial version | ||
|- | |- | ||
| + | | 73 || {{gitcommit|cbb8eb1e|mythtv|v0.26-pre-15-gcbb8eb1e}} | ||
| + | | Syntax changed: MATCH, CHECK and PLACE | ||
|} | |} | ||
[[Category:Myth Protocol Commands]] | [[Category:Myth Protocol Commands]] | ||
Latest revision as of 13:12, 1 November 2012
Contents |
RESCHEDULE_RECORDINGS
Arguments
Command arguments: recordid
List arguments:
Examples
Command:
24 RESCHEDULE_RECORDINGS -1
Successful response:
1 1
Description
Issues a run of the re-scheduler. Takes an optional recordid, or -1 performs a full run.
Events
The command returns immediately, but completion of the scheduling run can be found by waiting for a SCHEDULE_CHANGE event.
Changelog
| version | changeset | description |
|---|---|---|
| 15 | [5156] | initial version |
| 73 | [v0.26-pre-15-gcbb8eb1e] | Syntax changed: MATCH, CHECK and PLACE |