Music stats table
From MythTV Official Wiki
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 |