View Issue Details

IDProjectCategoryView StatusLast Update
0021919MMW 5Tagging framework / input pluginspublic2026-01-09 18:31
Reporterpeke Assigned To 
PriorityurgentSeveritymajorReproducibilitysometimes
Status resolvedResolutionfixed 
Target Version2024.2.1Fixed in Version2024.2.1 
Summary0021919: Invalid ID3 frame size can couse MM do not read all tags
DescriptionIn some cases Invalid ID3 frame size can couse MM do not read all tags like Album art correctly.

Sample files uploaded on FTP.
Additional Informationhttps://www.mediamonkey.com/forum/viewtopic.php?t=108925
TagsNo tags attached.
Attached Files
image.png (73,634 bytes)   
image.png (73,634 bytes)   
Fixed in build3202

Activities

michal

2026-01-09 12:16

developer   ~0080274

Just correction - the marked byte is not frame size, it is byte with flags with Unsynchronisation bit set.

michal

2026-01-09 18:31

developer   ~0080278

Fixed in build 3202. Now in such case, were Unsynchronisation bit is set, and parsing of the tags fails, we try to parse it as without Unsynchronisation bit (assuming, it is malformed file with this bit wrongly set).
Please test mp3 tagging more, in case some regressions would appear, we would revert this library to the older one and finish this in v2026.