Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bigpresh/mp3-createinlaycard
- Owner: bigpresh
- Created: 2010-02-15T19:04:59.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-02-15T19:05:06.000Z (almost 15 years ago)
- Last Synced: 2024-10-13T11:32:39.340Z (3 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/MP3-CreateInlayCard
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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 installDEPENDENCIES
HTML::Template
MP3::Tag
File::RecurseCOPYRIGHT 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$