Covers table: Difference between revisions
Jump to navigation
Jump to search
(Updated to 5.0 info) |
No edit summary |
||
| Line 50: | Line 50: | ||
| TEXT | | TEXT | ||
| | | | ||
| Added in version 5.0 | | First 16 digits of a MD5 hash of the cover image. | ||
Added in version 5.0 | |||
|} | |} | ||
Revision as of 18:12, 10 April 2024
Fields
| Name | Value Type | Possible Values | Description |
|---|---|---|---|
| ID | INTEGER | AUTOINCREMENT (1 to inf.) | |
| IDSong | INTEGER | ||
| CoverOrder | INTEGER | ||
| CoverPath | TEXT | filename | Name of cover file in folder (if applicable) |
| CoverStorage | INTEGER | ||
| Cover Description | TEXT | Any | Info/Comment about the cover |
| CoverType | INTEGER | This is an enum. | |
| PictureType | TEXT | image/bmp, image/jpg, image/jpeg, image/png, etc. | Cover picture format |
| PictureDataHash | TEXT | First 16 digits of a MD5 hash of the cover image.
Added in version 5.0 |