View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012433 | MMW v4 | Framework: Tagging | public | 2014-12-14 21:28 | 2019-01-30 09:03 |
Reporter | peke | Assigned To | |||
Priority | immediate | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 4.1.6 | ||||
Target Version | 4.1.6 | Fixed in Version | 4.1.6 | ||
Summary | 0012433: ID3: In case that one of tags are too long MMW gets unresponsive | ||||
Description | In 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 Information | AGC-850-72229 Contain Sample file http://www.mediamonkey.com/forum/viewtopic.php?f=1&t=78662 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1725 | ||||
|
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. |
|
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. |
|
Verified 1725 |