1 App-MusicExpo version 0.004
2 ===========================
4 App::MusicExpo creates a HTML table from a list of songs.
6 The default template (named index.tmpl here)looks like:
8 | Title | Artist | Album | Genre | Track | Year | Type |
9 |---------+---------+-----------------+---------+-------+------+------|
10 | Cellule | Silence | L'autre endroit | Electro | 01/09 | 2005 | FLAC |
12 where the title is a download link. If you have multiple files with the same
13 basename (such as C<cellule.flac> and C<cellule.ogg>), they will be treated
14 as two versions of the same file, so a row will be created with two download
15 links, one for each format.
19 To install this module type the following:
28 This module requires these other modules and libraries:
31 * HTML::Template::Compiled
36 * Ogg::Vorbis::Header::PurePerl
40 Copyright (C) 2013-2014 by Marius Gavrilescu
42 This library is free software; you can redistribute it and/or modify
43 it under the same terms as Perl itself, either Perl version 5.14.2 or,
44 at your option, any later version of Perl 5 you may have available.