View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015404 | MMW v4 | Framework: Tagging | public | 2019-01-29 20:45 | 2019-03-13 13:36 |
Reporter | lowlander | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 4.1.24 | ||||
Target Version | 4.1.24 | Fixed in Version | 4.1.24 | ||
Summary | 0015404: MediaMonkey reads Title incorrectly | ||||
Description | MediaMonkey reads the Title tag incorrectly from this file, other applications don't do this. | ||||
Additional Information | CZE-506-41673 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1883 | ||||
related to | 0012433 | closed | michal | MMW v4 | ID3: In case that one of tags are too long MMW gets unresponsive |
related to | 0005696 | closed | michal | MMW v4 | Reading corupted/mixed multiple MP3 tag types can Block MM |
related to | 0009311 | closed | michal | MMW v4 | MM sometimes cannot read ID3 tags for some specific files, whereas Winamp or WMP can. |
related to | 0015406 | closed | michal | MMW 5 | Some specific MP3 file corruption in ID3 tags can lead to crash during reading tags |
|
It is caused by corrupted tag, there was mess in ID3, some combination of ID3v2.2 tags and ID3v2.3 tags, and it led to large binary data in the text field. The reason why it caused crash in MM is caused also by fixing 0009311. We already do not compile id3lib for MM4, so the fix at least fixes the crash and ignores the wrong title. Fixed in build 1883. Rollback of 0009311 fix in id3lib implemented only for MM5 in issue 0015406. It is very rare situation, so I think there is no need to risk new build of id3lib for MM4. |
|
Verified 1883 Title is ignored and no crashes. |