In reply to:

Here's the two very simple, short scripts I use to take my existing flac directories and build mp3's from them ... oggs will come later on.



FYI in the upcoming version of flac there will be a simple way to copy tags from flac -> ogg, like so:

metaflac --no-utf8-convert --export-vc-to=- file.flac | vorbiscomment --raw -c -w file.ogg


A spec for handling embedded newlines in comment data is still being worked out, so no multi-line comments yet.

Josh
_________________________
FLAC - Free Lossless Audio Codec