Update 'albums'

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

@ -21,13 +21,17 @@ The `albums` table holds information for album playlists.
### The `albums_view`
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 |
| mbid | The MusicBrainz ID of this album |
| artist | The name of the album artist for this album |
| 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 |
| 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 |
| mbid | The MusicBrainz ID of this album |
| artist | The name of the album artist for this album |
| 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 |