[Flac-dev] deafening silence
Josh Coalson
xflac at yahoo.com
Thu Apr 5 11:31:12 PDT 2001
if your talking id3v1, something along the lines of (in bash):
for f in *.flac ; do tail -c 128 $f > tag && flac-0.8 -d $f
${f%*.flac}.wav && flac-0.9 -V ${f%*.flac}.wav $f && cat tag >> $f ;
done
should work. of course, test it before you set it loose on your
whole collection.
if you're on windows, my condolences... no wait, just get cygwin :)
Josh
--- Asheesh Laroia <paulproteus at technologist.com> wrote:
> I'm actually not using 0.9 yet. I have my CD collection archived in
> 0.8
> format, and I want to keep my ID3 tags.
>
> If someone can whip up a script that lets me extract my ID3 tags to a
> file
> for each file, decompress into WAV, then recompress into 0.9 format,
> then
> re-integrate the ID3 data, that'd be good. Otherwise. I'll be stuck
> in
> 0.8 forever.
>
> Which I don't want....
>
> -- Asheesh.
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
More information about the Flac-dev
mailing list