diff --git a/albums.md b/albums.md index ef05ef3..94ff792 100644 --- a/albums.md +++ b/albums.md @@ -34,4 +34,11 @@ The `albums_view` joins the `albums` table with the [[playlist_properties]] tabl | [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 +| [current_trackid](playlist_properties) | The current trackid of this album | + +### The `album_tracks_view` +The `album_tracks_view` joins the `albums` table with the [[media]] and [[libraries]] table to form a list of [[tracks]] that belong to each album, but are not being deleted. +| Column | Description | +| ----------------- | ------------------------- | +| [trackid](tracks) | The trackid of the track | +| albumid | The albumid of this album | \ No newline at end of file