Update 'libraries'

Anna Schumaker 2023-05-10 17:04:22 -04:00
parent 3293a4ce8e
commit 2b976af90a
1 changed files with 8 additions and 1 deletions

@ -31,4 +31,11 @@ The `libraries_view` joins the `libraries` table with the [[playlist_properties]
| [loop](playlist_properties) | The loop state of this library path |
| [shuffle](playlist_properties) | The shuffle state of this library path |
| [sort_order](playlist_properties) | The sort order of this library path |
| [current_trackid](playlist_properties) | The current trackid of this library path |
| [current_trackid](playlist_properties) | The current trackid of this library path |
### The `library_tracks_view`
The `library_tracks_view` joins the `libraries` table with the [[tracks]] table to form a list of [[tracks]] that belong to each library, but are not being deleted.
| Column | Description |
| ----------------- | ----------------------------- |
| [trackid](tracks) | The trackid of the track |
| libraryid | The libraryid of this library |