diff options
| author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-06 11:24:24 +0000 |
|---|---|---|
| committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-06 11:24:24 +0000 |
| commit | 4c033d283289983a096b212f86c2dd1792fe48a0 (patch) | |
| tree | d5ac0925122020030039e3bb27a924d89eeb3032 | |
| parent | af78675021573c62be60d6803eccf21494152e7b (diff) | |
| download | vdr-plugin-muggle-4c033d283289983a096b212f86c2dd1792fe48a0.tar.gz vdr-plugin-muggle-4c033d283289983a096b212f86c2dd1792fe48a0.tar.bz2 | |
Documentation extended
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@205 e10066b5-e1e2-0310-b819-94efdf66514b
| -rw-r--r-- | muggle-plugin/README | 3 | ||||
| -rw-r--r-- | muggle-plugin/TODO | 11 |
2 files changed, 12 insertions, 2 deletions
diff --git a/muggle-plugin/README b/muggle-plugin/README index dcd3832..2934716 100644 --- a/muggle-plugin/README +++ b/muggle-plugin/README @@ -201,4 +201,7 @@ directory in which you executed the import steps (Chapter 4.2). Quick version: select Muggle on the OSD, browse titles (using up/down and Ok), add them using the red button. Then turn to the playlist view using yellow and start play using again the red function key. +During playback, Up/Down jumps forth and back in the current playlist. Yellow toggles play/pause mode and Ok +brings up a progress display. For VDR 1.3.6- the progress display is "quite simple". + */ diff --git a/muggle-plugin/TODO b/muggle-plugin/TODO index b99a5e1..6540f18 100644 --- a/muggle-plugin/TODO +++ b/muggle-plugin/TODO @@ -20,7 +20,8 @@ \subsection urgentosd OSD-related Issues - - Instant play + - Test Instant play from browser view + - Playlist view: start at selected on Ok \subsection urgentcode Code polishing @@ -68,7 +69,13 @@ - add the file to the end of the list \subsection urgentplayer Player extensions - + + - Toggle Track view/Playlist view (red) + - For playlist view show playlist name, total time + - For track view show name, artist, time + - Toggle Detail/progress view (green) + - Track view: all metadata + - Playlist view: all tracks, skip/jump - Determine max. framecount (needed for rewinding)? - Init scale/level/normalize? - The max. level should be recognized during play |
