Channelgroup table

From MythTV Official Wiki
Jump to: navigation, search

Important.png Note: The correct title of this article is channelgroup table. It appears incorrectly here due to technical restrictions.

The channelgroup table is used to group channels, for example to group sports channels or favorites. This tables links the relevant channels with the groups.

Table Description

Field name Type Null Key Default Extras
id int(10) unsigned PRI NULL auto_increment
chanid int(11) unsigned 0 REFERENCES channel(chanid)
grpid int(11) 1 REFERENCES channelgroupnames(grpid)

Fields

  • pid is a unique identifier for the entries in the table.