MP3 Management can be used to build a catalog of MP3 files in a MySQL database. It can traverse a given directory to find MP3 files. For each MP3 file that is found, it extracts its ID3 tags, including album art, and adds an entry in a MySQL database. The class also extracts 20 second clips of each MP3 file and stores them in a subdirectory named clips. The duration of the clips is configurable. The class is intended to be used with the Id3 Tag Correction and Downloading script, which corrects id3 tags and downloads lyrics, artist biographies, and other information using Web services and other Web sites.
| Tags | multimedia Sound/Audio CD Audio |
|---|---|
| Licenses | GPL |
| Implementation | PHP |
Recent releases


Changes: Support was added for album art extraction. The indexing feature was removed, as it was found to be redundant. Support for emailing all errors to the user was added. Tables were added to the database for supporting the Id3 Tag Correction and Downloading script. The script corrects id3 tags and gets track lyrics, artist biography, and other information using Web services and other Web sites.


No changes have been submitted for this release.
An infrastructure for linking tools together to act like a single application.