diff options
| author | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-10-11 19:26:03 +0000 |
|---|---|---|
| committer | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-10-11 19:26:03 +0000 |
| commit | a9aae4109f4cfaf333c1c9b9f1379d7deb1fc583 (patch) | |
| tree | 6637ccc9843fd11de2e7e2a606de719c53474595 | |
| parent | a9bc8c6d01ff05dff1e54cea4e7feea71092b7fe (diff) | |
| download | vdr-plugin-muggle-a9aae4109f4cfaf333c1c9b9f1379d7deb1fc583.tar.gz vdr-plugin-muggle-a9aae4109f4cfaf333c1c9b9f1379d7deb1fc583.tar.bz2 | |
History and Readme updated
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@883 e10066b5-e1e2-0310-b819-94efdf66514b
| -rw-r--r-- | HISTORY | 19 | ||||
| -rw-r--r-- | README | 6 |
2 files changed, 15 insertions, 10 deletions
@@ -249,20 +249,23 @@ XXXXXXXXXX: Version 0.0.8-ALPHA 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) + GiantDisc (same changes introduced there after brief discussion with GD + author Rolf) - Code that selects images factored out into an image provider class - (mg_image_provider.h,c) -- Current image provider simply displays all images in the directory of the - current song + (mg_image_provider.h,c) to permit simpler development in the future +- Current image provider simply displays all images in the id3 tags of the + current song or in the same directory in case there are no images in the + tags - Images are now converted in the background so that music replay starts - immediately + immediately, regardless of the number of images available - 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 -- Fix for incremental search entered again +- Fix for incremental search added again + (thanks to user sundin in vdrporal.de) - Setup is now more verbose. NOTE: the enumeration for background mode may have changed! -- Several minor fixes -- Improved and more thorough translations +- Several minor fixes (thanks to Ville Skyttä) +- Improved and more thorough translations (thanks to Ville Skyttä) @@ -251,8 +251,10 @@ If a track has no ID3 tags, the following defaults will be applied: \section covers COVERS Muggle can display cover images (and others). Set the setup entry -"Background mode" to "Image" to enable this feature. The images are -found like this: +"Background mode" to "Image" to enable this feature. Please note, +that the mechanism to find images has changed in release 0.1.9 +(and may be changed again in future versions). The images are now +found like this. 1. Check whether there are images in the APIC id3v2 tag of the file. If so, expand these and show them on the screen during replay. |
