View Issue Details

IDProjectCategoryView StatusLast Update
0015404MMW v4Framework: Taggingpublic2019-03-13 13:36
Reporterlowlander Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version4.1.24 
Target Version4.1.24Fixed in Version4.1.24 
Summary0015404: MediaMonkey reads Title incorrectly
DescriptionMediaMonkey reads the Title tag incorrectly from this file, other applications don't do this.
Additional InformationCZE-506-41673
TagsNo tags attached.
Fixed in build1883

Relationships

related to 0012433 closedmichal MMW v4 ID3: In case that one of tags are too long MMW gets unresponsive 
related to 0005696 closedmichal MMW v4 Reading corupted/mixed multiple MP3 tag types can Block MM 
related to 0009311 closedmichal MMW v4 MM sometimes cannot read ID3 tags for some specific files, whereas Winamp or WMP can. 
related to 0015406 closedmichal MMW 5 Some specific MP3 file corruption in ID3 tags can lead to crash during reading tags 

Activities

michal

2019-01-30 15:26

developer   ~0052347

Last edited: 2019-01-30 15:26

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.

peke

2019-03-13 13:36

developer   ~0052953

Verified 1883

Title is ignored and no crashes.