View Issue Details

IDProjectCategoryView StatusLast Update
0005497MMW v4Otherpublic2022-04-29 01:31
Reporterstephen_plattAssigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version3.1 
Fixed in Version3.1 
Summary0005497: New OGG standard vorbis comment for cover art
DescriptionIt seems a new standard has been made in Vorbis comments for cover art (previously there was no standard). We should probably implement this ASAP.

Details of the spec are at:
http://wiki.xiph.org/index.php/VorbisComment#Cover_art
Additional Informationhttp://www.mediamonkey.com/support/staff/index.php?_m=tickets&_a=viewticket&ticketid=4457&departmentid=2&ticketstatusid=1
Tagstodoc-help
Fixed in build1241

Activities

jiri

2009-04-14 06:59

administrator   ~0017489

This is too late to try to get in MM 3.1, but we should get it in the next release we make.

f_ogg.dll has to be modified for this purpose. Old custom cover art types should be still read, but only the new type should be written back to tagged files.

peke

2009-04-20 01:15

developer   ~0017522

Last edited: 2009-04-20 01:20

Re FLAC: f_flac.dll already support that type of album art as of version 2.5.5.996 so no change needed

EDIT: f_flac sources can be used as reference for implementing due the fact it support both embed and linked image standard as described in http://flac.sourceforge.net/format.html#metadata_block_picture

michal

2009-04-28 07:54

developer   ~0017611

Fixed in build 1241.

peke

2009-05-08 17:23

developer   ~0017746

Verified 1244