QUERY GETALLPENDING (Myth Protocol)

From MythTV Official Wiki
Jump to: navigation, search

QUERY_GETALLPENDING

Arguments

Command arguments: QUERY_GETALLPENDING (none known)

List arguments: none

Response: <bool:conflicts> SEQ <num> OF <ProgramInfo>

Examples

Command:

19      QUERY_GETALLPENDING

Response:

793     0[]:[]2[]:[]The Daily Show With Jon Stewart[]:[][]:[][]:[]Talk[]:[]10...on and on and on

Description

Queries the backend for a list of pending (upcoming) recordings.

Returns

First field indicates whether there are any conflicts (0: No; 1: Yes), second field contains the number of pending recordings. This is followed by a ProgramInfo record for each pending recording.

Changelog

version changeset description
1 [3021] Initial version