I'd like to re-rip my CD collection to flac with id3 tags. Then I'd like to schedule a script (written in VBS on Windows XP) to go through the flac directory tree and transcode any flac files where there isn't a corresponding mp3 file in another tree. The reason I want to batch the transcoding is that ripping is much faster if I can avoid compressing to both flac and mp3 during the ripping process (using MAREO or some other script).
The VBS is easy enough, and I can call flac.exe and lame.exe to do the transcoding. My question is, how can I extract the id3 information from the flac file so that that I can have LAME place it in the mp3? Or is there already an application available that I can use to transcode from flac to mp3 that will also transfer the id3 information?
