SET CHANNEL INFO (Myth Protocol)

From MythTV Official Wiki
Jump to: navigation, search

SET_CHANNEL_INFO

Arguments

Command arguments: none

List arguments: <uint:chanid> <uint:sourceid> <string:oldchannum> <string:callsign> <string:channum> <string:channame> <string:xmltvid>

Examples

Command:

84      SET_CHANNEL_INFO[]:[]1001[]:[]2[]:[]25[]:[]WHOO[]:[]35[]:[]The Who Network[]:[]12345

Successful response:

1       1

Description

Update channel data in the database and any cached versions of the channel.

Returns

1 for success or 0 for failure (can be caused by an invalid chanid or sourceid, empty channum, a non-local recorder handling the channel, or a database error).