Romdb table

From MythTV Official Wiki
Jump to: navigation, search

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

The romdb table is used by MythGame to store information about games. This information must be imported from the romdb-20051116-02.sql file (See Configuring MythGame).

Table is current as of schema revision 1017.

Table Description

Field name Type Null Key Default Extras
crc varchar(64) No MUL
name varchar(128) No MUL
description varchar(128) No MUL
category varchar(128) No MUL
year varchar(10) No MUL
manufacturer varchar(128) No
country varchar(128) No
publisher varchar(128) No
platform varchar(64) No MUL
filesize int(12) Yes NULL
flags varchar(64) No
version varchar(64) No
binfile varchar(64) No

Fields

  • crc is a CRC (Cyclic Redundancy Check) value that is generated from the rom to uniquely identify it.