Favorites table

From MythTV Official Wiki
Jump to: navigation, search

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

The favourites table contains a list of user defined favorite channels which may be displayed in the EPG.

16:17, 22 February 2014 (UTC)I think this table is obsolete as of MythTV-0.27 and replaced by channelgroupnames table.

Table Description

Field name Type Null Key Default Extras
favid int(11) unsigned NO PRI NULL auto_increment
userid int(11) unsigned NO 0
chanid int(11) unsigned NO 0 REFERENCES channel(chanid)

Fields

  • favid is a unique identifier for the entries in the table.
  • chanid relates to the chanid field of the channel table.