ListsSongs table: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
Line 14: Line 14:
| IDSong
| IDSong
| INTEGER  
| INTEGER  
| 1=Artist or AlbumArtist, 3=Composer, 4=Conductor, 5=Lyricist
|  
| ID of the Song. (ID of the Song in the Songs table.)
| ID of the Song. (ID of the Song in the Songs table.)
|-
|-

Revision as of 22:26, 26 January 2008

Fields

Name Value Type Possible Values Description
ID INTEGER AUTOINCREMENT (1 to inf.)
IDSong INTEGER ID of the Song. (ID of the Song in the Songs table.)
IDListType INTEGER 1=Tempo, 2=Mood, 3=Occasion, 4=Quality ID of the ListType. (IDListType in the Lists table.)
IDList INTEGER ID of the List. (ID of the List in the Lists table.)