C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Audio-DB\blib/lib/Audio/DB/Parse/iTunes.pm



Audio::DB::Parse::iTunes.pm

Glean information on music files from an iTunes XML library file.


DESCRIPTION

Audio::DB::Parse::iTunes.pm is used internally by Audio::DB. It's internal, private methods will be called when trying to create or update a music database using the 'itunes' option:

      $mp3->load_database(-dirs =>['/path/to/iTunes Music Library.xml/'],
                          -verbose  => 100);

All methods of Audio::DB::Parse::iTunes are private (for now). You will never need to interact with Audio::DB::Parse::iTunes objects directly.


REQUIRES


=head1 EXPORTS

No methods are exported.


METHODS

No public methods available.


PRIVATE METHODS

TO BE COMPLETED SOON, I PROMISE!


AUTHOR

Copyright 2002-2004, Todd W. Harris <harris@cshl.org>.

This module is distributed under the same terms as Perl itself. Feel free to use, modify and redistribute it as long as you retain the correct attribution.


SEE ALSO

the Audio::DB manpage