Music albumart table
From MythTV Official Wiki
Note: The correct title of this article is music_albumart table. It appears incorrectly here due to technical restrictions.
The music_albumart table is used by MythMusic.
Table is current as of Mythmusic Schema 1024.
Table Description
Field name | Type | Null | Key | Default | Extras |
---|---|---|---|---|---|
albumart_id | int(20) | No | PRI | NULL | auto_increment |
filename | varchar(255) | No | |||
directory_id | int(20) | No | 0 | ||
imagetype | tinyint(3) | No | 0 | ||
song_id | int(11) | No | MUL | 0 | |
embedded | tinyint(1) | No | 0 | ||
hostname | varchar(255) | No |