Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/schwern/mac-itunes-library
- Owner: schwern
- Created: 2010-05-20T06:42:11.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-05-20T06:43:06.000Z (over 14 years ago)
- Last Synced: 2024-10-29T20:08:48.467Z (2 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Mac-iTunes-Library/
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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 installSOURCE
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.