Displaying 2 results from an estimated 2 matches for "_systemantics_".
2004 Sep 10
2
deafening silence
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
---
2004 Sep 10
0
deafening silence
..._______________________________________
> Flac-dev mailing list
> Flac-dev@lists.sourceforge.net
> http://lists.sourceforge.net/lists/listinfo/flac-dev
>
>
--
"A complex system that works is invariably found to have evolved from a simple
system that worked."
-- John Gall, _Systemantics_