summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2005-10-05 21:06:19 +0000
committerLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2005-10-05 21:06:19 +0000
commita25e95f67d8bbc973dc304add428808288feeb2a (patch)
tree1321e4ea7aba81a2e9618be0eff5f3eb62b0a367
parent92fcc67e7c22e3754fe934c005d07dc879be6833 (diff)
downloadvdr-plugin-muggle-a25e95f67d8bbc973dc304add428808288feeb2a.tar.gz
vdr-plugin-muggle-a25e95f67d8bbc973dc304add428808288feeb2a.tar.bz2
Added new stuff
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@839 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r--HISTORY10
1 files changed, 9 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 7089d76..c1d4411 100644
--- a/HISTORY
+++ b/HISTORY
@@ -245,4 +245,12 @@ XXXXXXXXXX: Version 0.0.8-ALPHA
- when tracks are added to the playing list, the playlist progress
did not get updated.
-branch muggle-images: from r800 \ No newline at end of file
+2005-10-xx: Version 0.1.9-BETA
+- 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
+- Several minor fixes