Bump version and update Changes
[app-musicexpo.git] / README
diff --git a/README b/README
index f00e36e45813e2f54c06dfb8e5366a8a67f73516..752ff5beb578c4ab711643289c95dfc627ad69fc 100644 (file)
--- a/README
+++ b/README
@@ -1,15 +1,18 @@
-App-MusicExpo version 0.001001
-==========================
+App-MusicExpo version 1.001_000
+===============================
 
 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<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
 
@@ -25,15 +28,14 @@ DEPENDENCIES
 This module requires these other modules and libraries:
 
   * Audio::FLAC::Header
-  * HTML::Entities
   * HTML::Template::Compiled
-  * Memoize
-  * MP3::Tag
-  * URI::Escape
+  * 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,
This page took 0.010766 seconds and 4 git commands to generate.