Difference between revisions of "QUERY GETALLSCHEDULED (Myth Protocol)"

From MythTV Official Wiki
Jump to: navigation, search
(Added record fields)
 
(8 intermediate revisions by 3 users not shown)
Line 2: Line 2:
  
 
=== Arguments ===
 
=== Arguments ===
'''Command arguments''': QUERY_GETALLSCHEDULED <table (optional)> <id (optional)>
+
'''Command arguments''': QUERY_GETALLSCHEDULED table (optional) id (optional)
  
 
'''List arguments''': none
 
'''List arguments''': none
 +
 +
'''Response''': SEQ <num> OF <[[ProgramInfo (Myth Protocol)|ProgramInfo]]>
  
 
=== Examples ===
 
=== Examples ===
Line 16: Line 18:
  
 
=== Returns ===
 
=== Returns ===
The number of records being returned, followed by a record for every scheduled show
+
The number of records being returned, followed by a record for each scheduled show.
  
Each show record has these fields:
+
=== Changelog ===
 +
{| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5"
 +
|- style="background: lightsteelblue"
 +
|+
 +
! version !! changeset !! description
 +
|-
 +
| 1 || {{changeset|3021}}
 +
| Initial version
 +
|-
 +
|}
  
title
+
[[Category:Myth Protocol Commands]]
subtitle
 
description
 
category
 
channel ID
 
channel string (?)
 
channel sign (?)
 
channel name
 
path
 
file size
 
start time
 
end time
 
duplicate
 
shareable
 
findid
 
hostname
 
sourceid
 
cardid
 
inputid
 
recpriority
 
recstatus
 
recordid
 
rectype
 
dupin
 
dupmethod
 
recording start
 
recording end
 
repeat
 
programflags
 
recording group
 
chancommfree
 
chanOutputFilters
 
seriesid
 
programid
 
lastmodified
 
stars
 
originalAirDate
 
hasAirDate
 
play group
 
recpriority2
 

Latest revision as of 02:45, 15 September 2010

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