View Issue Details

IDProjectCategoryView StatusLast Update
0005378MMW v4Properties/Auto-Toolspublic2013-05-24 02:24
Reporterstephen_plattAssigned To 
PriorityhighSeverityminorReproducibilityalways
Status closedResolutionnot fixable 
Product Version3.1 
Summary0005378: WMA files and album art order
DescriptionAs described in: http://www.mediamonkey.com/support/staff/index.php?_m=tickets&_a=viewticket&ticketid=4142&departmentid=2&ticketstatusid=1

This particular WMA lossless file has problems with album art saved to the tag. When multiple images are added, one cannot control the order that the arts are displayed in MM. If you change the order through properties and accept the changes, the order will revert. I've uploaded a WMA lossless file and two sets of images that can display this behavior to FTP at:

/MMeSupportTickets/FRM-502216
Additional Informationhttp://www.mediamonkey.com/forum/viewtopic.php?f=7&t=37921
Tagstodoc-help
Fixed in build

Activities

rusty

2009-03-26 17:36

administrator   ~0017197

I tested this out with WMA Lossless tracks encode by MM and cannot reproduce the problem. Setting this to 'high' for further investigation in the future.

stephen_platt

2009-03-26 23:14

developer   ~0017203

FYI: The user indicated his WMA lossless file was encoded by EAC so it may be somehow related to EAC encoded WMA files.

stephen_platt

2009-03-27 12:00

developer   ~0017213

Based on feedback from the user who reported this, he was able to reproduce this with MM encoded files; they seem to think it is somehow related to the set of images used: http://www.mediamonkey.com/support/staff/index.php?_m=tickets&_a=viewticket&ticketid=4142&departmentid=2&ticketstatusid=1

michal

2012-02-20 12:54

developer   ~0030464

Last edited: 2012-02-20 12:57

The problem is in WM layer. We use it for saving tags to WMA. I've debugged the issue, and we are saving images in the right order, but WM layer sometimes changes the order of attributes. I did not find any way how to affect the order, it is completely on WM layer. We can receive the order (index), but cannot set it.
I see only 2 solutions:
1) leave it as it is
2) write completely own code for WMA/WMV tagging. But I did not find WMA/WMV file detailed specification.

jiri

2012-02-21 07:44

administrator   ~0030486

It doesn't seem to be fixable. We probably only could document it somewhere (tagging page in wiki?).

Note that we could write a custom tag describing order of the stored images, but it would be MM only and so it doesn't look like a real solution.