Programgenres table
From MythTV
- The correct title of this article is programgenres table. It appears incorrectly here due to technical restrictions.
The programgenres table describes the genres of programs in the program table. mythfilldatabase is responsible for managing the data in this table.
[edit]
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| chanid | int(10) unsigned | PRI | 0 | ||
| starttime | datetime | PRI | 0000-00-00 00:00:00 | ||
| relevance | char(1) | PRI | |||
| genre | char(30) | YES | MUL | NULL |
[edit]
Fields
- chanid along with starttime relate to unique entries in the program table.
- relevance is the ordering of the genre that best describes the program. "0" is the best fit, "1" is the next best and so on.
- genre is the name of a genre that this program belongs in.
