PlaylistSongs table: Difference between revisions
Jump to navigation
Jump to search
(Just a stub, but a useful one.) |
(Added remaining two fields) |
||
Line 9: | Line 9: | ||
! Description | ! Description | ||
|- | |- | ||
| ''' | | '''IDSong''' | ||
| INTEGER | | INTEGER | ||
| | | | ||
| | | Internal MM ID number | ||
|- | |- | ||
| '''IDPlaylist''' | | '''IDPlaylist''' | ||
Line 18: | Line 18: | ||
| | | | ||
| Assigned Playlist Number | | Assigned Playlist Number | ||
|- | |||
| '''IDPlaylistSong''' | |||
| INTEGER | |||
| | |||
| | |||
|- | |||
| '''SongOrder''' | |||
| INTEGER | |||
| | |||
| | |||
|} | |} | ||
( | (4 fields total, but need more info in each) |
Revision as of 13:53, 19 June 2009
The PlaylistSongs table can be used for retrieving song IDs from a given playlist.
Fields
Name | Value Type | Possible Values | Description |
---|---|---|---|
IDSong | INTEGER | Internal MM ID number | |
IDPlaylist | INTEGER | Assigned Playlist Number | |
IDPlaylistSong | INTEGER | ||
SongOrder | INTEGER |
(4 fields total, but need more info in each)