Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/schwern/mac-itunes-library

Release history of Mac-iTunes-Library
https://github.com/schwern/mac-itunes-library

Last synced: about 1 month ago
JSON representation

Release history of Mac-iTunes-Library

Awesome Lists containing this project

README

        

Mac-iTunes version 0.04
==========================

A representation of an iTunes library.

This modules provides a data structure for representing a item (song, URL,
video) within an iTunes library and a collection of items to make a library. It
provides methods for parsing an iTunes XML formatted library.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

SOURCE

http://mac-itunes.googlecode.com

DEPENDENCIES

XML::Parser

SVN INFO

$Revision: 65 $
$Date: 2009-05-03 20:32:40 -0700 (Sun, 03 May 2009) $
$Author: drewgstephens $

COPYRIGHT AND LICENCE

Copyright (C) 2007 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.