Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bigpresh/mp3-createinlaycard

MP3::CreateInlayCard Perl module from CPAN
https://github.com/bigpresh/mp3-createinlaycard

Last synced: about 2 months ago
JSON representation

MP3::CreateInlayCard Perl module from CPAN

Awesome Lists containing this project

README

        

MP3-CreateInlayCard README
================================

Reads a directory of MP3s, and produces a HTML file you can print for a nice
"inlay" for a CD case. Useful if you're burning a directory full of MP3s
to a CD, and want an inlay label created for you.

Assumes that the tracks will be burnt to the CD in the same order we see them
in the directory.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

HTML::Template
MP3::Tag
File::Recurse

COPYRIGHT AND LICENCE

Copyright (C) 2008-2009 by David Precious

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.0 or,
at your option, any later version of Perl 5 you may have available.

$Id$