View Issue Details

IDProjectCategoryView StatusLast Update
0008789MMW v4Properties/Auto-Toolspublic2011-12-01 10:39
Reporterstephen_plattAssigned To 
PriorityhighSeverityminorReproducibilitysometimes
Status assignedResolutionopen 
Product Version4.0 
Target Version4.1 
Summary0008789: Track number is pulled from fields other than TRCK for mp3 files
DescriptionThe track number is getting pulled from, for example, COMM and TLEN fields.

Sample files are attached at:
http://www.mediamonkey.com/support/staff/index.php?_m=tickets&_a=viewticket&ticketid=14314&departmentid=2&ticketstatusid=1#
Steps To Reproduce1. Download both files
2. View files via My computer node in MM
3. File 00 - She Blinded Me with Science.mp3 (3.37 MB) shows track number 3, apparently pulled from one of the COMM fields (has no TRCK field)
4. File 00 - Move Over Darling.mp3 (2.41 MB) shows track number 15, apparently pulled from TLEN (also has no TRCK field)
TagsNo tags attached.
Fixed in build

Relationships

related to 0008143 closedjiri ID3v1 tags are not read (regression) 

Activities

jiri

2011-12-01 10:39

administrator   ~0029182

This isn't a bug, the values are correctly read from the MusicMatch tag, which is present in the files.

I'm leaving the issue open as lower priority though, since it's strange that the MusicMatch tag isn't read when ID3TT_ID3V1 isn't specified (but ID3TT_MUSICMATCH is). This bug in ID3Lib should be resolved sometimes. It probably is somewhere in tag_parse.cpp in function void ID3_TagImpl::ParseReader(ID3_Reader &reader).