View Issue Details

IDProjectCategoryView StatusLast Update
0012433MMW v4Framework: Taggingpublic2019-01-30 09:03
Reporterpeke Assigned To 
PriorityimmediateSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version4.1.6 
Target Version4.1.6Fixed in Version4.1.6 
Summary0012433: ID3: In case that one of tags are too long MMW gets unresponsive
DescriptionIn Cases where one of tag fields have too much Multple values like Artist and have 30+ Separator chaaracters ";" MMW starts to be unresponsive.

I've copied Sample file to FTP
Additional InformationAGC-850-72229 Contain Sample file
http://www.mediamonkey.com/forum/viewtopic.php?f=1&t=78662
TagsNo tags attached.
Fixed in build1725

Relationships

related to 0009311 closedmichal MM sometimes cannot read ID3 tags for some specific files, whereas Winamp or WMP can. 
related to 0005696 closedmichal Reading corupted/mixed multiple MP3 tag types can Block MM 
related to 0015404 closedmichal MediaMonkey reads Title incorrectly 

Activities

michal

2014-12-15 09:54

developer   ~0041461

Last edited: 2014-12-15 09:58

The problem is caused by wrong ID3 tag in the file - it has mixed ID3v2.3 frames (4 bytes for frame ID) and ID3v2.2 frames (3 bytes for frame ID). I'll try to make some workaround for this type of corruption, it is not handled well now.

michal

2014-12-15 16:15

developer   ~0041463

Fixed in build 1725. Reading of multivalues (artists, etc.) is limited to 100kB now, it was the main reason of unresponsivity, too long multivalue. In the file from this issue the ID3 frame with the old spec. ID "TP1" (and the fourth byte is zero) is really 1.5MB long and contains meaningless data, they are skipped now.

peke

2014-12-21 00:06

developer   ~0041514

Verified 1725