I haven't seen too much feedback since the 0.9 release, which probably means one of three things: 1. it works perfectly and nobody has any complaints! 2. nobody is using 0.9. 3. the list is having problems. I mention #3 because at least one person has been blocked by sourceforge's new filter. Anyone...anyone? __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/
On Wed, Apr 04, 2001 at 05:13:22PM -0700, Josh Coalson wrote:> I haven't seen too much feedback since the 0.9 release, which > probably means one of three things: > > 1. it works perfectly and nobody has any complaints! > 2. nobody is using 0.9. > 3. the list is having problems. > > I mention #3 because at least one person has been blocked by > sourceforge's new filter.Both the mailing list and the release are working just fine for me. -- Drew Bloechl drew@cesspool.net PGP key ID: 33855516
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. On Wed, 4 Apr 2001, Josh Coalson wrote:> I haven't seen too much feedback since the 0.9 release, which > probably means one of three things: > > 1. it works perfectly and nobody has any complaints! > 2. nobody is using 0.9. > 3. the list is having problems. > > I mention #3 because at least one person has been blocked by > sourceforge's new filter. > > Anyone...anyone?
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@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/