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

From MythTV Official Wiki
Jump to: navigation, search
m (updated link)
Line 6: Line 6:
 
'''List arguments''': <string:playbackhost> <[[Myth_Protocol_Data_ProgramInfo|ProgramInfo]]>
 
'''List arguments''': <string:playbackhost> <[[Myth_Protocol_Data_ProgramInfo|ProgramInfo]]>
  
'''Response''': <[[Myth_Protocol_Data_ProgramInfo|ProgramInfo]]>
+
'''Response''': <[[Myth_Protocol/ProgramInfo|ProgramInfo]]>
  
 
=== Examples ===
 
=== Examples ===

Revision as of 20:09, 16 December 2009

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.