SmarTagger 0.1
==============

What is SmarTagger?
===================

I like my MP3 files tagged and named perfectly. 
SmarTagger is a perl script that read a text file with the album info and use it to write the MP3 tags and rename the files according to a format string.

The origin of the problem is people that don't save the MP3 tags o choose bad names (like track01.mp3 and so) for their songs. In addition, there is a lack of good interfaces to modify all the MP3 tags of an album at once. I want to get the files renamed too.  To avoid typing I wrote this script. I copy-paste the album info from a music web (like allmusic.com,cddb.com, whatever source) and write a very easy text plain file.  Then I run the script that will match the info in the file with the MP3 filename. When a match is found I save the tags (album, artist, year,etc.) and rename the file accordingly to the format string of your configuration.

Requirements
============

 * Perl (I think any version works right)
 * MPEG::MP3Info module (download from http://www.perl.com/CPAN/)
  
See INSTALL file for instructions (if your need it).

   . . . . . . . . . . . . . . . .
 .                                 .
.    Julian Romero                  .
.    http://www.arrakis.es/~lafor   .
.    lafor@arrakis.es               .
 .                                 .
   . . . . . . . . . . . . . . . .

