search for: sorthead

Displaying 2 results from an estimated 2 matches for "sorthead".

Did you mean: forehead
2009 Jun 18
0
Fixing ogg vorbis corruption caused by bad metadata
...want to try with liboggz, a good place to start would be the files in src/examples, such as fix-eos.c or rewrite-pages.c. I could also help anyone who wants to hack on hogg, where it's probably just a matter of writing a short helper along the lines of: sort :: [OggPage] -> [OggPage] sort = sortHeaders . listMerge . demux Anyway, an interesting problem :-) Conrad. 2009/6/18 Adam Rosi-Kessel <adam at rosi-kessel.org>: > I have over 1,000 ogg vorbis files that are no longer playable or > editable. I believe the main cause was a MediaMonkey plugin that > automatically fetched al...
2009 Jun 18
2
Fixing ogg vorbis corruption caused by bad metadata
I have over 1,000 ogg vorbis files that are no longer playable or editable. I believe the main cause was a MediaMonkey plugin that automatically fetched album art and added it to the header. The plugin itself just uses the generic MediaMonkey metadata facility, but something happened -- perhaps when the album art bitmap image was too large -- that caused the files to no longer work.