FILL PROGRAM INFO (Myth Protocol)

From MythTV Official Wiki
Jump to: navigation, search

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