
Mac::iTunes::Library::XML - Perl extension for parsing an iTunes XML library

use Mac::iTunes::Library::XML; my $library = Mac::iTunes::Library::XML->parse( 'iTunes Music Library.xml' ); print "This library has only " . $library->num() . "item.\n";

Tools for dealing with iTunes XML libraries.

None by default.

Parses an iTunes XML library and returns a Mac::iTunes::Library object.

Mac::iTunes::Library::Item, Mac::iTunes::Library, Mac::iTunes::Library::Playlist

Drew Stephens <drew@dinomite.net>, http://dinomite.net

$Revision: 67 $ $Date: 2009-05-03 22:31:22 -0700 (Sun, 03 May 2009) $ $Author: drewgstephens $

Copyright (C) 2007-2008 by Drew Stephens
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.8 or, at your option, any later version of Perl 5 you may have available.