ID3
Renaming MP3 files based on ID3 tag information
Here is a neat little trick that I often find useful for renaming mp3 files with wrong names and correct tag titles. Just run this ruby script in the directory where you have stored your songs and it will read the tag title and rename the current file using it.
1: require “rubygems”
[...]


