Music smartplaylist items table
From MythTV Official Wiki
Note: The correct title of this article is music_smartplaylist_items table. It appears incorrectly here due to technical restrictions.
The music_smartplaylist_items table is used by MythMusic.
Table is current as of schema version 1017.
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| smartplaylistitemid | int(10) unsigned | No | PRI | NULL | auto_increment |
| smartplaylistid | int(10) unsigned | No | MUL | 0 | |
| field | varchar(50) | No | |||
| operator | varchar(20) | No | |||
| value1 | varchar(255) | No | |||
| value2 | varchar(255) | No |