summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README7
-rw-r--r--TODO8
-rw-r--r--muggle.c2
-rw-r--r--muggle.doxygen2
4 files changed, 17 insertions, 2 deletions
diff --git a/README b/README
index 2d67c7d..068a963 100644
--- a/README
+++ b/README
@@ -252,6 +252,13 @@ During installation, make sure that the script called image_convert.sh
(from the scripts directory) is somewhere on your path. Also, make sure to use
the -c flag if you use a runvdr (or similar) script.
+An interesting feature can be achieved with recent VDR versions (>= 1.3.30) in conjunction
+with the image plugin. Through the new service interface, the image plugin can send
+a list of images to Muggle which will then take care of displaying them as a background
+(instead of covers). This way, one can have an image playlist together with a
+music playlist replayed side by side! In order to enable this behavior, apply the
+patch (vdr-image-0.2.3.diff) to the image plugin sources and recompile.
+
\section quickuse QUICK INTRO
Quick version: select Muggle on the OSD, browse titles (using up/down and Ok),
diff --git a/TODO b/TODO
index 99b0984..b77204b 100644
--- a/TODO
+++ b/TODO
@@ -146,5 +146,13 @@
- Toggle detail/progress view (green)
- Track view: all metadata
- Playlist view: all tracks (past three, upcoming ones)
+ - Flac player
+ - Embedded mySQL backend
+ - Postgres backend
+ - SQLite backend
+ - Incremental search
+ - Cover display
+ - from ID3 tags
+ - from directory
*/
diff --git a/muggle.c b/muggle.c
index 78c3c95..1dda853 100644
--- a/muggle.c
+++ b/muggle.c
@@ -20,7 +20,7 @@
#include <getopt.h>
#include <config.h>
-static const char *VERSION = "0.1.8";
+static const char *VERSION = "0.1.9";
static const char *DESCRIPTION = "Media juggle plugin for VDR";
static const char *MAINMENUENTRY = "Muggle";
diff --git a/muggle.doxygen b/muggle.doxygen
index a7dbc2c..8f46811 100644
--- a/muggle.doxygen
+++ b/muggle.doxygen
@@ -23,7 +23,7 @@ PROJECT_NAME = Muggle media plugin
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.1.8
+PROJECT_NUMBER = 0.1.9
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.