Update 'albums'

Anna Schumaker 2023-05-10 13:22:54 -04:00
parent 2d4a7390e8
commit ef28828f87

@ -22,7 +22,7 @@ The `albums` table holds information for album playlists.
The `albums_view` joins the `albums` table with the [[playlist_properties]] table so the application can use one query to access all the relevant state for each album.
| Column | Description |
| --------------------------------- | ------------------------------------------------------- |
| -------------------------------------- | ------------------------------------------------------- |
| albumid | The albumid of this album |
| [propertyid](playlist_properties) | The rowid of the [[playlist_properties]] for this album |
| name | The name of this album |
@ -31,3 +31,7 @@ The `albums_view` joins the `albums` table with the [[playlist_properties]] tabl
| release | The release date of the album |
| cover | The path of this album's cover.jpg file |
| [active](playlist_properties) | The active state of this album |
| [loop](playlist_properties) | The loop state of this album |
| [shuffle](playlist_properties) | The shuffle state of this album |
| [sort_order](playlist_properties) | The sort order of this album |
| [current_trackid](playlist_properties) | The current trackid of this album |