Music smartplaylists table
From MythTV
- The correct title of this article is music_smartplaylists table. It appears incorrectly here due to technical restrictions.
The music_smartplaylists table is used by MythMusic.
[edit]
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| smartplaylistid | int(10) unsigned | NO | PRI | NULL | auto_increment |
| name | varchar(128) | NO | MUL | ||
| categoryid | int(10) unsigned | NO | MUL | 0 | |
| matchtype | set('All','Any') | NO | All | ||
| orderby | varchar(128) | NO | |||
| limitto | int(10) unsigned | NO | 0 |
