Difference between revisions of "FILL PROGRAM INFO (Myth Protocol)"

From MythTV Official Wiki
Jump to: navigation, search
(Initial version)
 
 
(5 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
'''Command arguments''': none
 
'''Command arguments''': none
  
'''List arguments''': <string:playbackhost> <[[Myth_Protocol_Data_ProgramInfo|ProgramInfo]]>
+
'''List arguments''': <string:playbackhost> <[[ProgramInfo_(Myth_Protocol)|ProgramInfo]]>
  
'''Response''': <[[Myth_Protocol_Data_ProgramInfo|ProgramInfo]]>
+
'''Response''': <[[ProgramInfo_(Myth_Protocol)|ProgramInfo]]>
  
 
=== Examples ===
 
=== Examples ===
Line 19: Line 19:
 
=== Returns ===
 
=== Returns ===
 
The filled in ProgramInfo record.
 
The filled in ProgramInfo record.
 +
 +
=== 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
 +
|-
 +
|}
 +
 +
[[Category:Myth Protocol Commands]]

Latest revision as of 01:07, 15 September 2010

FILL_PROGRAM_INFO

Syntax

Command arguments: none

List arguments: <string:playbackhost> <ProgramInfo>

Response: <ProgramInfo>

Examples

Command:

432     FILL_PROGRAM_INFO[]:[]study[]:[]DTV Program[]:[][]:[]DTVProgram[]:[][]:[]1042...

Response:

371     DTV Program[]:[][]:[]DTVProgram[]:[][]:[]1042...

Description

Fill in the pathname and filesize fields of a given ProgramInfo record and return it. If the path is local to the play back host (as specified to the backend), then the returned pathname will be a local filename. Otherwise, it will be a myth URI.

Returns

The filled in ProgramInfo record.

Changelog

version changeset description
1 [3021] Initial version