Music stats table

From MythTV Official Wiki
Revision as of 16:55, 29 January 2011 by Wagnerrp (talk | contribs) (Reverted edits by EllisVargas (Talk) to last revision by Wagnerrp)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

The music_stats table is used by MythMusic.

Table is current as of schema version 1017

Table Description

Field name Type Null Key Default Extras
num_artists smallint(5) unsigned NO 0
num_albums smallint(5) unsigned NO 0
num_songs mediumint(8) unsigned NO 0
num_genres tinyint(3) unsigned NO 0
total_time varchar(12) NO 0
total_size varchar(10) NO 0