Roger wrote:
Quote:
I rip all of my music to FLAC, and then I've got a Ruby script that scans for new/updated FLAC files and then transcodes them to MP3, copying the tags.


Sein wrote:
Quote:
I have the same setup as Roger, but instead of the 'cool' Ruby script, I have a very messy Perl script.


It'a amazing how we all reinvent the same wheel. I couldn't find anything in any language that would transcode flac to mp3 AND copy the tags, so I wrote a python script to do that.

Any else did it in yet another language?

Pim