Displaying 2 results from an estimated 2 matches for "listmerg".
Did you mean:
listmerge
2009 Jun 18
0
Fixing ogg vorbis corruption caused by bad metadata
...th 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 album art and ad...
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.