X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=README;h=a3977126ff46f647faf8d0e1ada5f2cf5a7b264e;hb=4a88f3315ae5e6122124db96de2cbeb59402caf5;hp=1a49d097106e5c548d174ec95d9e73f7e156fe38;hpb=c2a060a40f75330118c74644ed85b8b489136322;p=app-musicexpo.git diff --git a/README b/README index 1a49d09..a397712 100644 --- a/README +++ b/README @@ -1,15 +1,18 @@ -App-MusicExpo version 0.002 +App-MusicExpo version 1.002 =========================== App::MusicExpo creates a HTML table from a list of songs. -The default template (named index.tmpl here)looks like: +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. +where the title is a download link. If you have multiple files with the same +basename (such as C and C), 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 @@ -24,14 +27,21 @@ DEPENDENCIES This module requires these other modules and libraries: - * Audio::FLAC::Header * HTML::Template::Compiled - * Memoize - * MP3::Tag + +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 by Marius Gavrilescu +Copyright (C) 2013-2016 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,