View Issue Details

IDProjectCategoryView StatusLast Update
0002778MMW v4Properties/Auto-Toolspublic2007-02-05 14:02
Reporterpeke Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.5.5 
Summary0002778: Easy CD-DA Extractor 10 Corrupts WAVE while writing its Metadata format
DescriptionWhen AudioCD is ripped with Easy CD-DA Extractor 10 and Metadata is saved to WAVE.
Easy CD-DA Extractor 10 writes its own Tag Info Named "8WDI" at the End of WAVE using same procedure as ID3v1 and it is read from the end. It is UTF-8 Encoded format and it is easy to read, but prevents any changes to WAVE according to RIFF specs prior to stripping that Metadata.

Fix should include that MM on reading checks for its existence mark it for stripping and on writing tag strips it from Wave to correct File structure.

Assigning to Rusty as immediate to decide will we write it back on end of file (the only place we can put it) or leave it stripped and write tag info. Also should we try to include reading info from it in WAVE Format plugin?
Additional InformationForum Link:
http://www.mediamonkey.com/forum/viewtopic.php?t=13676
TagsNo tags attached.
Fixed in build

Activities

peke

2007-01-20 18:25

developer   ~0008479

I have made fixes so that MM now Strips Easy CD-DA Extractor Tags and fixes Wave Structure on UpdateTag.

I leave this open until final solution is found.

rusty

2007-01-22 17:27

administrator   ~0008482

Peke, jiri and I discussed this and agreed that it would be better to not strip the special tag, but to rather write it back again after WAV is processed.

To fix the tag, users could use 0002780.

peke

2007-02-05 14:02

developer   ~0008525

Done, SVN Updated and 0002780 added that will clean all corrupted frames and artifacts inside WAVE Structure.