summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2005-10-06 13:29:31 +0000
committerLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2005-10-06 13:29:31 +0000
commitea2fb28071fee9f56ebdecc6878df4801888a1bb (patch)
tree1e869fb13e7c2b3f212a0bd9040a56e98303f4d1 /HISTORY
parent4b0f7c5b42c95714e62a31bf7aff44d42e9ddc16 (diff)
downloadvdr-plugin-muggle-ea2fb28071fee9f56ebdecc6878df4801888a1bb.tar.gz
vdr-plugin-muggle-ea2fb28071fee9f56ebdecc6878df4801888a1bb.tar.bz2
Seek hierarchy upwards for covers if there are none in the song tags or directory
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@845 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index c1d4411..9d059e1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -246,11 +246,12 @@ XXXXXXXXXX: Version 0.0.8-ALPHA
did not get updated.
2005-10-xx: Version 0.1.9-BETA
+- adapt SQL tables for use with mySQL 5.0. The structures are compatible with GiantDisc (same changes introduced there)
- Code that selects images factored out into an image provider class (mg_image_provider.h,c)
- Current image provider simplay displays all images in the directory of the current song
- Images are now converted in the background so that music replay starts immediately
- Implement new Service interface: service ReplayDirectoryImages displays all images in directory passed via service request (char* as Data parameter to service request)
- Added a patch for the image plugin (against 0.2.3) that uses muggle for displaying selected images while listening to music
-- adapt SQL tables for use with mySQL 5.0. The structures are compatible with GiantDisc (same changes introduced there)
- Fix for incremental search entered again
+- Setup is now more verbose. NOTE: the enumeration for background mode may have changed!
- Several minor fixes