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 | 53564f64951ace9983bf1afe6c13f7d07a220435 (patch) | |
tree | b6e418d9d0705d6019e820a8952956f14e15eae6 | |
parent | 250982ca9965c591d2c412bf39a0d04a9d4cbf4f (diff) | |
download | vdr-plugin-muggle-53564f64951ace9983bf1afe6c13f7d07a220435.tar.gz vdr-plugin-muggle-53564f64951ace9983bf1afe6c13f7d07a220435.tar.bz2 |
Documentation extended
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@205 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | TODO | 11 |
2 files changed, 12 insertions, 2 deletions
@@ -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". + */ @@ -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 |