Digitalnoise.net MP3 Tools

Perl Tools

Please read this important information about the MP3-Tag module before running any of these tools

OrganizeMP3sByID3.pl

Top

This script will organize your MP3 files using the same logic as iTunes. Data will be extracted from the MP3 file's ID3v2 or ID3v1 tag and organized according to the following convention:

Artist\Album\[Disc-][TrackNumber ]Title

Download

ID3Fix.pl

Top

This script provides a simple framework for fixing ID3v2 tags. The script consists of the base .pl file as well as an external module. The base .pl file will call a method defined in the module to generate the information needed to fill in the ID3v2 tags. You can define the method in the external package however is necessary to determine the appropriate values.

The method takes as a parameter the full path the the mp3 file.

(ID3Fix.pl) Download

(NameGen.pm) Download

ShowRawID3v2.pl

Top

This script will organize your MP3 files using the same logic as iTunes. Items

Download