summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY11
1 files changed, 10 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 04300b4..5884f92 100644
--- a/HISTORY
+++ b/HISTORY
@@ -216,6 +216,16 @@ XXXXXXXXXX: Version 0.0.8-ALPHA
Define HAVE_PG in Make.config, details see README.postgresql
- if instant play is used while playing from the 'play' collection,
the latter will be resumed after instant play finishes.
+- display covers on the TV and with graphTFT. Details see README
+- Support .wav files using libsndfile (Define HAVE_SNDFILE=1 in Makefile).
+ Note that taglib cannot import any ID3 tags for wav files so that
+ currently all tracks are stored under Artist 'Unknown', Album 'Unassigned'
+ and track title being identical to the filename. Also, the progress
+ display currently does not work with .wav files.
+- Using the left and right keys during replay one can jump within the current
+ track.
+- Bug which rendered incremental search unusable implemented (thanks
+ to sundin from vdrportal)
- progress display: if the progress of the whole selection is shown,
the current title will be displayed and not the name of the selection
- if you use an order like Interpret/Album/Tracks and all songs
@@ -232,6 +242,5 @@ XXXXXXXXXX: Version 0.0.8-ALPHA
- mugglei: do not change directory to TLD before starting the import.
mugglei has to be started in TLD or below. This way wildcards will
always be expanded as expected.
-- display covers on the TV and with graphTFT. Details see README
- when tracks are added to the playing list, the playlist progress
did not get updated.