TagLib Perl binding

PREFACE

Almost ALL the docus are commented by the original C/C++ lib authors Scott Wheeler at http://developer.kde.org/~wheeler/ , Allan Sandfeld Jenson at kde@carewolf.org and Ismael Orenstein at orenstein@kde.org.

Of course, I modified some parts slightly :-)

DESCRIPTION

TagLib - a library for reading and editing audio meta data, commonly know as tags.

Some goals of TagLib:

Because TagLib desires to be toolkit agnostic, in hope of being widely adopted and the most flexible in licensing TagLib provides many of its own toolkit classes; in fact the only external dependancy that TagLib has, it a semi-sane STL implementation.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

Refer to INSTALL for more details.

DEPENDENCIES

This module requires these other modules and libraries:

TagLib version 1.4.* (C/C++ lib)
Currently ONLY available on Linux

COPYRIGHT AND LICENCE

Copyright (C) 2005 - 2006 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available.