summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-09-05 18:26:55 +0000
committerwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-09-05 18:26:55 +0000
commit0149a5461a8c63932555e31d2a8470eac8e00a1d (patch)
treefa7a66516476ce6e7ba004b6e27fa27dacf324e6 /HISTORY
parent335def9f61ce75a3857bd21745c629005c37db79 (diff)
downloadvdr-plugin-muggle-0149a5461a8c63932555e31d2a8470eac8e00a1d.tar.gz
vdr-plugin-muggle-0149a5461a8c63932555e31d2a8470eac8e00a1d.tar.bz2
merge from muggle-0.1.8-BETA
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@814 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY13
1 files changed, 11 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index cbfb927..5884f92 100644
--- a/HISTORY
+++ b/HISTORY
@@ -200,7 +200,7 @@ XXXXXXXXXX: Version 0.0.8-ALPHA
first track restarted the first track. Now it goes to the last track.
- Added incremental search
-xxxxxxxx: Version 0.1.8-BETA
+2005-07-30: Version 0.1.8-BETA
- WARNING: muggle currently only works correctly with LD_ASSUME_KERNEL=2.4.1.
Since 1.3.27 vdr does not enforce this anymore
- reimplemented mugglei option -z (DeleteStaleReferences), also in the
@@ -216,6 +216,16 @@ xxxxxxxx: Version 0.1.8-BETA
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 @@ xxxxxxxx: Version 0.1.8-BETA
- 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.