Artists table: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
(Added changes from 5.0)
m (Added asterisks for non IUNICODE fields)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DatabaseTablesList}}
== Fields ==
== Fields ==
{| border="1"
{| border="1"
Line 12: Line 13:
|  
|  
|-
|-
| Artist
| '''Artist'''
| TEXT
| TEXT
| Imagine Dragons
| 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
|
|
Line 23: Line 24:
MediaMonkey 5.0 and later may automatically populate this field from a web search.  
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.
| Count of tracks where the "Person" appears as Artist.
|-
|-
| Albums
| '''Albums'''
| INTEGER
| INTEGER
|  
|  
| Count of tracks where the "Person" appears as AlbumArtist.
| Count of tracks where the "Person" appears as AlbumArtist.
|-
|-
| Authors
| '''Authors'''
| INTEGER
| INTEGER
|  
|  
| Count of tracks where the "Person" appears as Composer.
| Count of tracks where the "Person" appears as Composer.
|-
|-
| Conducts
| '''Conducts'''
| INTEGER
| INTEGER
|  
|  
| Count of tracks where the "Person" appears as Conductor.
| Count of tracks where the "Person" appears as Conductor.
|-
|-
| Lyrics
| '''Lyrics'''
| INTEGER
| INTEGER
|  
|  
| Count of tracks where the "Person" appears as Lyricist.
| Count of tracks where the "Person" appears as Lyricist.
|-
|-
| ''PictureDataHash''
| '''PictureDataHash'''
| TEXT
| TEXT*
| FVGQBM43GJ83JVRZ
| FVGQBM43GJ83JVRZ
| First 16 digits of a MD5 hash of the cover image saved for this "Person".
| First 16 digits of a MD5 hash of the cover image saved for this "Person".
Added in version 5.0
Added in version 5.0
|-
|-
| MBGID
| '''MBGID'''
| TEXT
| TEXT*
| 012151a8-0f9a-44c9-997f-ebd68b5389f9
| 012151a8-0f9a-44c9-997f-ebd68b5389f9
| ID of the matching artist on MusicBrainz.
| ID of the matching artist on MusicBrainz.
Added in version 5.0
Added in version 5.0
|-
|-
| LastTimeShown
| '''LastTimeShown'''
| REAL
| REAL
| 45173.1271521528
| 45173.1271521528

Latest revision as of 16:20, 11 April 2024

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