App-MusicExpo version 1.003
===========================
App::MusicExpo creates a HTML table from a list of songs.
The default template (named index.tmpl here) looks like:
| Title | Artist | Album | Genre | Track | Year | Type |
|---------+---------+-----------------+---------+-------+------+------|
| Cellule | Silence | L'autre endroit | Electro | 01/09 | 2005 | FLAC |
where the title is a download link. If you have multiple files with the same
basename (such as C<cellule.flac> and C<cellule.ogg>), they will be treated
as two versions of the same file, so a row will be created with two download
links, one for each format.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
* HTML::Template::Compiled
The following modules are optional; they determine the formats that
can be read by MusicExpo. Be sure to install at least one of them,
otherwise MusicExpo won't be able to do much!
* Audio::FLAC::Header
* Audio::Opusfile
* MP3::Info
* MP4::Info
* Ogg::Vorbis::Header::PurePerl
COPYRIGHT AND LICENCE
Copyright (C) 2013-2017 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.14.2 or,
at your option, any later version of Perl 5 you may have available.