Music playlists table
From MythTV Official Wiki
Note: The correct title of this article is music_playlists table. It appears incorrectly here due to technical restrictions.
The music_playlists table is used by MythMusic.
Table is current as of schema version 1017.
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| playlist_id | int(11) unsigned | No | PRI | NULL | auto_increment |
| playlist_name | varchar(255) | No | |||
| playlist_songs | text | No | |||
| last_accessed | timestamp | No | CURRENT_TIMESTAMP | ||
| length | int(11) unsigned | No | 0 | ||
| songcount | smallint(8) unsigned | No | 0 | ||
| hostname | varchar(64) | No |
Fields
hostname Set to null if access is required from all clients, otherwise enter the hostname of the client