Channelgroupnames table

From MythTV Official Wiki
Jump to: navigation, search

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

The channelgroupnames table is used to group channels, for example to group sports channels or favorites. This table only defines the names for the groups, the actual linking of the channels to the groups is done by the channelgroup table.

Table Description

Field name Type Null Key Default Extras
grpid int(10) unsigned NO PRI NULL auto_increment
name varchar(64) NO 0

Fields

  • grpid is a unique identifier for the entries in the table and is referenced by the channelgroup table.