View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014063 | MMW v4 | Properties/Auto-Tools | public | 2017-03-03 10:53 | 2017-03-04 00:53 |
Reporter | peke | Assigned To | |||
Priority | immediate | Severity | major | Reproducibility | always |
Status | resolved | Resolution | won't fix | ||
Target Version | 4.1.16 | ||||
Summary | 0014063: MP3 Tags: MM fail to read MP3 Tags if APE tag is present in file | ||||
Description | If MP3 file contain non standard APE tag at the end on file MM fail to read TAG. APETAGEX Chunk should be ignored and removed on tag save. Sample file is uploaded to FTP | ||||
Additional Information | http://www.mediamonkey.com/forum/viewtopic.php?f=7&t=87255 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
The sample file has correct ID3v2 tag, then second ID3v2 tag (values from this second tag overwrite values from the first, that is why MediaMonkey shows some "wrong" tags), then ID3v1 tag, then non-standard APETAG and then another ID3v1 tag at the end of the file. So the problem is not in the APETAG itself, but in this whole mess. |
|
The problem could be resolved by specialized software for fixing such corrupted files before importing them to MediaMonkey. MP3Val ( https://sourceforge.net/projects/mp3val/ ) seems to do it. |