View Issue Details

IDProjectCategoryView StatusLast Update
0017688MMW 5Tagging / organizing (properties / auto-tools)public2021-05-12 12:35
Reportermichal Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version5.0 
Target Version5.0.1Fixed in Version5.0.1 
Summary0017688: Some file tags do not have clear order of precedence
DescriptionWhen reading tags from files some value can be read from more possible tags. In some situations we have given order of precedence (e.g. for FLAC 1. ALBUM ARTIST, 2. ALBUMARTIST, 3. ENSEMBLE)) but sometimes the last read value "wins", e.g. track number from M4A is read from atoms "trkn" or "com.apple.iTunes:TRACKNUMBER" and in case they contain different values, the last read value is used. Better would be to have order of preference a use always the value from tag with higher priority (e.g. always "com.apple.iTunes:TRACKNUMBER" and "trkn" only in case the first does not exists or is empty).
The chosen order should be also used in document: https://www.mediamonkey.com/wiki/WebHelp:About_Track_Properties/5.0
TagsNo tags attached.
Fixed in build2400

Relationships

related to 0017853 closedmichal Some iTunes tags ae not read from M4A/MP4 files - regression 

Activities

michal

2021-04-23 11:25

developer   ~0062907

Fixed in build 2400.

peke

2021-04-29 00:20

developer   ~0062969

Verified 2400

"com.apple.iTunes:TRACKNUMBER" is preferred if they both exist.