Music playlists table
From MythTV
- 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.
[edit]
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(255) | NO |
[edit]
Fields
hostname Set to null if access is required from all clients, otherwise enter the hostname of the client
