Update 'media'

Anna Schumaker 2023-05-10 16:56:55 -04:00
parent c6e483838a
commit 9ab2d55573
1 changed files with 8 additions and 1 deletions

@ -29,4 +29,11 @@ The `media_view` joins the `media` table with the [[playlist_properties]] table
| [loop](playlist_properties) | The loop state of this medium |
| [shuffle](playlist_properties) | The shuffle state of this medium |
| [sort_order](playlist_properties) | The sort order of this medium |
| [current_trackid](playlist_properties) | The current trackid of this medium |
| [current_trackid](playlist_properties) | The current trackid of this medium |
### The `medium_tracks_view`
The `medium_tracks_view` joins the `media` table with the [[tracks]] and [[libraries]] tables 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 |
| mediumid | The mediumid of this medium |