From c6e483838a96ec8851530551f9ed823483161460 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Wed, 10 May 2023 16:55:17 -0400 Subject: [PATCH] Update 'albums' --- albums.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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