Check this out... You can install this via the CPAN shell by the
following:

perl -MCPAN -eshell
[possibly do config setup.  ftp.orst.edu has a mirror ;) ]
# install MP3::Tag
[lots of output installing it and it's dependencies]
# quit

You can then use 'man MP3::Tag' to see how it works.

Have fun,
Rob

...

http://cpan.valueclick.com/authors/id/T/TH/THOGEE/

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.

You need to have the modules Compress::Zlib and File::Basename
installed. If you are missing one of these (perl Makefile.PL should
warn you) you can find them on CPAN (www.cpan.org).

In the directory examples, you find 4 examples, how to use the module.
You can 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

<[EMAIL PROTECTED]>

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

> On 20010613.2345, Rob Hudson said ...
>
> They're called id3 tags.  There is a version 1 and a version 2.  I
> think version 2 has more information in them.  You can probably search
> freshmeat for 'id3' or 'mp3' and come up with stuff.  I know there are
> perl scripts that allow you to display and edit them.
> 
> -Rob
> 
> > On 20010613.1926, Timothy Bolz said ...
> >
> > A friend posed a question I thought one of you might be able to answer.   How
> > could you extract information about song title and artist from an mp3.  I
> > thought you could use grep.  Is it possible?  I don't have any mp3's to
> > experiment on.
> > 
> > 
> 
> 

Reply via email to