Update 'artists'

Anna Schumaker 2023-05-10 16:53:46 -04:00
parent d7997b3a3b
commit 0501f6c17a

@ -26,4 +26,11 @@ The `artists_view` joins the `artists` table with the [[playlist_properties]] ta
| [loop](playlist_properties) | The loop state of this artist |
| [shuffle](playlist_properties) | The shuffle state of this artist |
| [sort_order](playlist_properties) | The sort order of this artist |
| [current_trackid](playlist_properties) | The current trackid of this artist |
| [current_trackid](playlist_properties) | The current trackid of this artist |
### The `artists_tracks_view`
The `artists_tracks_view` joins the `artists` table with the [[system_tracks]] and [[libraries]] table to form a list of [[tracks]] that belong to each artist, but are not being deleted.
| Column | Description |
| ----------------- | --------------------------- |
| [trackid](tracks) | The trackid of the track |
| artistid | The artistid of this artist |