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

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.


No methods are exported.

No public methods available.

TO BE COMPLETED SOON, I PROMISE!

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.
