diff options
author | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-07-30 07:04:41 +0000 |
---|---|---|
committer | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-07-30 07:04:41 +0000 |
commit | 15cdea87d15c26048edc22ea01b5ec4f67db0923 (patch) | |
tree | 74d3fe6567dd93a9ead82f394efcce03ee458328 | |
parent | ebcbe650c4ae77260c8745f940a1aa6384df6e57 (diff) | |
download | vdr-plugin-muggle-15cdea87d15c26048edc22ea01b5ec4f67db0923.tar.gz vdr-plugin-muggle-15cdea87d15c26048edc22ea01b5ec4f67db0923.tar.bz2 |
HISTORY updated
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/tags/0.1.8-BETA@797 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | HISTORY | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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. |