Playlists table: Difference between revisions
Jump to navigation
Jump to search
(→Fields) |
No edit summary |
||
Line 7: | Line 7: | ||
! Description | ! Description | ||
|- | |- | ||
| | | IDPlaylist | ||
| INTEGER | | INTEGER | ||
| AUTOINCREMENT (1 to inf.) | | AUTOINCREMENT (1 to inf.) | ||
| Assigned Playlist Number | | Assigned Playlist Number | ||
|- | |- | ||
| | | PlaylistName | ||
| TEXT | | TEXT | ||
| Title | | Title | ||
| Playlist Name | | Playlist Name | ||
|- | |- | ||
| | | ParentPlaylist | ||
| INTEGER | | INTEGER | ||
| [IDPlaylist] | | [IDPlaylist] | ||
| Playlist Parent (One level up in the Tree Node) | | Playlist Parent (One level up in the Tree Node) | ||
|- | |- | ||
| | | Comment | ||
| TEXT | | TEXT | ||
| | | | ||
| | | | ||
|- | |- | ||
| | | IsAutoPlaylist | ||
| INTEGER | | INTEGER | ||
| | | | ||
| 0=normal playlist 1=autoplaylist | | 0=normal playlist 1=autoplaylist | ||
|- | |- | ||
| | | QueryData | ||
| TEXT | | TEXT | ||
| | | | ||
| | | | ||
|- | |- | ||
| | | srcMedia | ||
| INTEGER | | INTEGER | ||
| | | | ||
| | | | ||
|- | |- | ||
| | | srcPath | ||
| TEXT | | TEXT | ||
| | | | ||
| | | | ||
|- | |- | ||
| | | Persistent | ||
| INTEGER | | INTEGER | ||
| | | | ||
| | | | ||
|- | |- | ||
| | | Synchronize | ||
| INTEGER | | INTEGER | ||
| | | | ||
| | | | ||
|- | |||
| PictureDataHash | |||
| TEXT | |||
| 212WNGZVRZSKG56U | |||
| First 16 digits of a MD5 hash of the cover image saved for this playlist. | |||
Added in 5.0 | |||
|- | |||
| ImageCollageInfo | |||
| TEXT | |||
| 298,561,565,1061,1968,2133,2973,3363,4552 | |||
| List of '''idsong''' attributes in the Covers table for the covers that form the collage of art for this playlist. | |||
Added in 5.0 | |||
|- | |||
| QueryDataJSON | |||
| TEXT | |||
| | |||
| Added in 5.0 | |||
|} | |} |
Revision as of 18:17, 10 April 2024
Fields
Name | Value Type | Possible Values | Description |
---|---|---|---|
IDPlaylist | INTEGER | AUTOINCREMENT (1 to inf.) | Assigned Playlist Number |
PlaylistName | TEXT | Title | Playlist Name |
ParentPlaylist | INTEGER | [IDPlaylist] | Playlist Parent (One level up in the Tree Node) |
Comment | TEXT | ||
IsAutoPlaylist | INTEGER | 0=normal playlist 1=autoplaylist | |
QueryData | TEXT | ||
srcMedia | INTEGER | ||
srcPath | TEXT | ||
Persistent | INTEGER | ||
Synchronize | INTEGER | ||
PictureDataHash | TEXT | 212WNGZVRZSKG56U | First 16 digits of a MD5 hash of the cover image saved for this playlist.
Added in 5.0 |
ImageCollageInfo | TEXT | 298,561,565,1061,1968,2133,2973,3363,4552 | List of idsong attributes in the Covers table for the covers that form the collage of art for this playlist.
Added in 5.0 |
QueryDataJSON | TEXT | Added in 5.0 |