diff --git a/albums.md b/albums.md index 0a8e951..ef05ef3 100644 --- a/albums.md +++ b/albums.md @@ -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 | \ No newline at end of file +| 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 | \ No newline at end of file