mp3quicktag.pl Home Page
What is this all about?
Here is a perl script for displaying or
modifying ID3v1.x tags on
MP3 files. ID3v1.x is the standard format by which MP3 files store the
following information about itself:
- Title
- Artist
- Album
- Year
- Comment
- Track
- Genre
License
GNU General Public License
Download
This is the script. Save it as mp3quicktag.pl
Examples
Display all tag information on all mp3 files in your music/bach directory:
./mp3quicktag.pl music/bach/*.mp3
The following example sets the Comment in the mp3 files in music/bach
all at once:
./mp3quicktag.pl -c "The greatest composer of all." music/bach/*.mp3
Questions?
Email mp3quicktag at quantumlab.net.