It can traverse a given directory to find MP3
files. For each MP3 file that is found, it extracts its ID3 tags and
adds an entry in a MySQL database. The database records are indexed by
keyword specified in the ID3 tags.
Class: MP3 Management
Detailed description
This package 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 in
a sub-directory 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
biography and other information using web services and other web sites.
|