Drew Stephens > Mac-iTunes-Library-0.62 > Mac::iTunes::Library::XML

Download:
Mac-iTunes-Library-0.62.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.62   Source  

NAME ^

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

SYNOPSIS ^

  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";

DESCRIPTION ^

Tools for dealing with iTunes XML libraries.

EXPORT ^

None by default.

METHODS ^

parse( $libraryFile )

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

SEE ALSO ^

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

AUTHOR ^

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

CONTRIBUTORS ^

Mark Grimes <mgrimes@cpan.org>, http://www.peculiarities.com

SOURCE REPOSITORY ^

http://mac-itunes.googlecode.com

SVN INFO ^

$Revision: 76 $ $Date: 2009-11-13 15:40:07 -0500 (Fri, 13 Nov 2009) $ $Author: drewgstephens $

COPYRIGHT AND LICENSE ^

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.