Gamemetadata table

From MythTV Official Wiki
Jump to: navigation, search

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

The gamemetadata table is used by MythGame to store information about games.

Table is current as of schema revision 1017.

Table Description

Field name Type Null Key Default Extras
system varchar(128) No MUL
romname varchar(128) No MUL
gamename varchar(128) No MUL
genre varchar(128) No MUL
year varchar(10) No MUL
publisher varchar(128) No
favorite tinyint(1) Yes NULL
rompath varchar(255) No
fanart varchar(255) No
boxart varchar(255) No
gametype varchar(64) No
diskcount tinyint(1) No 1
country varchar(128) No
crc_value varchar(64) No
inetref text No
display tinyint(1) No 1
version varchar(64) No

Fields