Update 'artists'

Anna Schumaker 2023-05-10 13:20:34 -04:00
parent 5448c6bde6
commit 2d4a7390e8
1 changed files with 11 additions and 7 deletions

@ -16,10 +16,14 @@ The `artists` table holds information for artist playlists.
### The `artists_view`
The `artists_view` joins the `artists` table with the [[playlist_properties]] table so the application can use one query to access all the relevant state for each artist.
| Column | Description |
| --------------------------------- | -------------------------------------------------------- |
| artistid | The artistid of this artist |
| [propertyid](playlist_properties) | The rowid of the [[playlist_properties]] for this artist |
| name | The name of this artist |
| mbid | The MusicBrainz ID of this artist |
| [active](playlist_properties) | The active state of this artist |
| Column | Description |
| -------------------------------------- | -------------------------------------------------------- |
| artistid | The artistid of this artist |
| [propertyid](playlist_properties) | The rowid of the [[playlist_properties]] for this artist |
| name | The name of this artist |
| mbid | The MusicBrainz ID of this artist |
| [active](playlist_properties) | The active state of this artist |
| [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 |