Gregory Ruiz-Ade wrote:
> In an effort to further consume copious amounts of disk space, I'm working
> on a perl script that will rip my CD collection and encode it into FLAC,
> VBR MP3 (with lame), and Ogg Vorbis (oggenc).
Start with abcde (a better cd encoder). I know it can do ogg and mp3,
and I think it can do flac, or it can easily be extended to do flac.
It appears that version 2.2.3 does do flac.
> While I don't mind so much what characters end up in the ID3 tags, I want to
> forcibly mangle the Artist, Album Title and Track Titles I get out of CDDB
> to be all lowercase, convert spaces to underscores, and replace characters
> with diacritics with their unadorned ASCII characters.
Again, abcde should make this a lot easier. A lot of the work has been
done for you. Making things lowercase is merely an lc() away. Though I
think abcde is a bourne shell script, mostly.
http://www.hispalinux.es/~data/abcde.php
> The part that's nailing me is the letters with diacritics.
I don't know how abcde would handle that. I think it converted � to ae,
but I cannot guarantee that.
-john
--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg