View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002778 | MMW v4 | Properties/Auto-Tools | public | 2007-01-20 04:35 | 2007-02-05 14:02 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.5.5 | ||||
Summary | 0002778: Easy CD-DA Extractor 10 Corrupts WAVE while writing its Metadata format | ||||
Description | When 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 Information | Forum Link: http://www.mediamonkey.com/forum/viewtopic.php?t=13676 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
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. |
|
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. |
|
Done, SVN Updated and 0002780 added that will clean all corrupted frames and artifacts inside WAVE Structure. |