X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=README;h=f218d0ba89e0cde656b42f9e45f15231760b7489;hb=2457a24f2a6dae6ef517f204af18ed6d66c06f62;hp=2535399830ec35243e9583e4d9b74121ab590571;hpb=4d7bd3709e4c175987360d8154243ba3a3c4c32a;p=app-musicexpo.git diff --git a/README b/README index 2535399..f218d0b 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ -App-MusicExpo version 0.002 +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: +The default template (named index.tmpl here) looks like: | Title | Artist | Album | Genre | Track | Year | Type | |---------+---------+-----------------+---------+-------+------+------| @@ -27,16 +27,21 @@ DEPENDENCIES This module requires these other modules and libraries: - * Audio::FLAC::Header * HTML::Template::Compiled - * Memoize - * MP3::Tag - * DB_File + +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-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,