Artists table: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | m (Added asterisks for non IUNICODE fields) | ||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| {{DatabaseTablesList}} | |||
| == Fields == | == Fields == | ||
| {| border="1" | {| border="1" | ||
| Line 12: | Line 13: | ||
| |   | |   | ||
| |- | |- | ||
| | Artist | | '''Artist''' | ||
| | TEXT | | TEXT | ||
| |   | | Imagine Dragons | ||
| | Name of the "Person". (This field should be named Person.) | | Name of the "Person". (This field should be named Person.) | ||
| |- | |- | ||
| | ''Comment'' | | '''Comment''' | ||
| | TEXT | | TEXT | ||
| |   | | | ||
| |   | | Description of the artist.  | ||
| MediaMonkey 5.0 and later may automatically populate this field from a web search.  | |||
| |- | |- | ||
| | Tracks | | '''Tracks''' | ||
| | INTEGER | | INTEGER | ||
| |   | |   | ||
| |  | | Count of tracks where the "Person" appears as Artist. | ||
| |- | |- | ||
| | Albums | | '''Albums''' | ||
| | INTEGER | | INTEGER | ||
| |   | |   | ||
| |  | | Count of tracks where the "Person" appears as AlbumArtist. | ||
| |- | |- | ||
| | Authors | | '''Authors''' | ||
| | INTEGER | | INTEGER | ||
| |   | |   | ||
| |  | | Count of tracks where the "Person" appears as Composer. | ||
| |- | |- | ||
| | Conducts | | '''Conducts''' | ||
| | INTEGER | | INTEGER | ||
| |   | |   | ||
| |  | | Count of tracks where the "Person" appears as Conductor. | ||
| |- | |- | ||
| | Lyrics | | '''Lyrics''' | ||
| | INTEGER | | INTEGER | ||
| |   | |   | ||
| |  | | Count of tracks where the "Person" appears as Lyricist. | ||
| |- | |||
| | '''PictureDataHash''' | |||
| | TEXT* | |||
| | FVGQBM43GJ83JVRZ | |||
| | First 16 digits of a MD5 hash of the cover image saved for this "Person". | |||
| Added in version 5.0 | |||
| |- | |||
| | '''MBGID''' | |||
| | TEXT* | |||
| | 012151a8-0f9a-44c9-997f-ebd68b5389f9 | |||
| | ID of the matching artist on MusicBrainz. | |||
| Added in version 5.0 | |||
| |- | |||
| | '''LastTimeShown''' | |||
| | REAL | |||
| | 45173.1271521528 | |||
| | Last time the artist was displayed in the UI. Formatted as the number of days since December 30, 1899. | |||
| Added in version 5.0 | |||
| |} | |} | ||
Latest revision as of 16:20, 11 April 2024
- [Database Structure]
- Albums
- Artists
- ArtistsAlbums
- ArtistsSongs
- Covers
- DBInfo
- DeviceFilters
- DeviceTracks
- Devices
- Downloads
- Filters
- Folders
- FoldersHier
- Genres
- GenresSongs
- LastTreePath
- Lists
- ListsSongs
- Medias
- OrganizeRules
- PathProcessing
- Pinned
- Played
- PlaylistSongs
- Playlists
- PodcastDirs
- PodcastEpisodes
- Podcasts
- Radio
- RemoteClients
- Songs
- SynchAlbum
- SynchArtist
- SynchLocation
- SynchPlaylist
- SynchPodcast
- URLRequestCache
Fields
| Name | Value Type | Possible Values | Description | 
|---|---|---|---|
| ID | INTEGER | AUTOINCREMENT (1 to inf.) | |
| Artist | TEXT | Imagine Dragons | Name of the "Person". (This field should be named Person.) | 
| Comment | TEXT | Description of the artist. MediaMonkey 5.0 and later may automatically populate this field from a web search. | |
| 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. | |
| PictureDataHash | TEXT* | FVGQBM43GJ83JVRZ | First 16 digits of a MD5 hash of the cover image saved for this "Person". Added in version 5.0 | 
| MBGID | TEXT* | 012151a8-0f9a-44c9-997f-ebd68b5389f9 | ID of the matching artist on MusicBrainz. Added in version 5.0 | 
| LastTimeShown | REAL | 45173.1271521528 | Last time the artist was displayed in the UI. Formatted as the number of days since December 30, 1899. Added in version 5.0 | 
