Artists table
Fields
| Name | Value Type | Possible Values | Description |
|---|---|---|---|
| ID | INTEGER | AUTOINCREMENT (1 to inf.) | |
| Artist | TEXT | Name of the "Person". (This field should be named Person.) | |
| Comment | TEXT | ||
| Tracks | INTEGER | Count of tracks where the "Person" appears as Artist. | |
| Albums | INTEGER | Count of tracks where the "Person" appears as AlbumArtist. | |
| Authors | INTEGER | Count of tracks where the "Person" appears as Composer. | |
| Conducts | INTEGER | Count of tracks where the "Person" appears as Conductor. | |
| Lyrics | INTEGER | Count of tracks where the "Person" appears as Lyricist. |