Difference between revisions of "Music smartplaylists table"

From MythTV Official Wiki
Jump to: navigation, search
(added music_smartplaylists table definition)
 
m
 
Line 1: Line 1:
 
{{Wrongtitle|music_smartplaylists table}}
 
{{Wrongtitle|music_smartplaylists table}}
 
The '''music_smartplaylists table''' is used by [[MythMusic]].
 
The '''music_smartplaylists table''' is used by [[MythMusic]].
 +
 +
Table is current as of schema version 1017.
 +
 
== Table Description ==
 
== Table Description ==
 
{| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5"
 
{| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5"
Line 20: Line 23:
 
|}
 
|}
  
 
+
[[Category:MythMusic DB Table]]
{{stub}}
 
[[Category:DB Table]]
 

Latest revision as of 03:23, 26 September 2010

Important.png Note: 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.

Table is current as of schema version 1017.

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