Videometadatagenre table
From MythTV
- The correct title of this article is videometadatagenre table. It appears incorrectly here due to technical restrictions.
The videometadatagenre table relates entries in the videometadata table to entries in the videogenre table.
[edit]
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| idvideo | int(10) unsigned | MUL | 0 | ||
| idgenre | int(10) unsigned | MUL | 0 |
[edit]
Fields
- idvideo relates to the intid field of the videometadata table.
- idgenre relates to the intid field of the videogenre table.
