Update 'genres'

Anna Schumaker 2023-05-10 16:59:07 -04:00
parent b1e4900a26
commit 93b64d5107
1 changed files with 9 additions and 1 deletions

@ -25,4 +25,12 @@ The `genres_view` joins the `genres` table with the [[playlist_properties]] tabl
| [loop](playlist_properties) | The loop state of this genre |
| [shuffle](playlist_properties) | The shuffle state of this genre |
| [sort_order](playlist_properties) | The sort order of this genre |
| [current_trackid](playlist_properties) | The current trackid of this genre |
| [current_trackid](playlist_properties) | The current trackid of this genre |
### The `genre_tracks_view`
The `genre_tracks_view` joins the `genres` table with the [[tracks]], [[system_tracks]] and [[libraries]] tables to form a list of [[tracks]] that belong to each genre, but are not being deleted.
| Column | Description |
| ----------------- | ------------------------- |
| [trackid](tracks) | The trackid of the track |
| genreid | The genreid of this genre |