View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008789 | MMW v4 | Properties/Auto-Tools | public | 2011-11-30 21:42 | 2011-12-01 10:39 |
Reporter | Assigned To | ||||
Priority | high | Severity | minor | Reproducibility | sometimes |
Status | assigned | Resolution | open | ||
Product Version | 4.0 | ||||
Target Version | 4.1 | ||||
Summary | 0008789: Track number is pulled from fields other than TRCK for mp3 files | ||||
Description | The 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 Reproduce | 1. 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) | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
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). |