                       MP3::Tag
============================================================

This is a perl module to read/write ID3v1, ID3v1.1 and ID3v2.3
tags of mp3-files. (Other tags hopefully to follow).

To install the MP3::TAG module you simply do:

perl Makefile.pl
make
make test
make install   (as root)

If you find some errors while doing this, please send me
an email describing the problems.

In the directory examples, you find 2 examples, how to use
the module. You can also read the documentation of this
module with 

man MP3::Tag
man MP3::Tag::ID3v1
man MP3::Tag::ID3v2
man MP3::Tag::ID3v2-Data

More information about this project, new releases and so on, can
be found at:         

http://tagged.sourceforge.net

Success with this

  Thomas

  <thg@users.sourceforge.net>


                     tk-tag.pl
==============================================================

In the directory tk-tag you can find a graphical interface
for MP3::Tag. See the README file in that directory.