diff options
| -rw-r--r-- | README | 7 | ||||
| -rw-r--r-- | TODO | 8 | ||||
| -rw-r--r-- | muggle.c | 2 | ||||
| -rw-r--r-- | muggle.doxygen | 2 |
4 files changed, 17 insertions, 2 deletions
@@ -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), @@ -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 */ @@ -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. |
