diff options
author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-08 06:41:32 +0000 |
---|---|---|
committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-08 06:41:32 +0000 |
commit | 58177a6fe280784452dee940bb93f17bb6329a9a (patch) | |
tree | 58f727a5c030d5ea25ce8e125e1ca08c050de331 /TODO | |
parent | d3f5764bd8de119437dbc1a44ac8a29006f82b5b (diff) | |
download | vdr-plugin-muggle-58177a6fe280784452dee940bb93f17bb6329a9a.tar.gz vdr-plugin-muggle-58177a6fe280784452dee940bb93f17bb6329a9a.tar.bz2 |
Added starting playlist at a certain index
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@209 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 22 |
1 files changed, 13 insertions, 9 deletions
@@ -12,17 +12,16 @@ \subsection bugs Bugs and testing needed - Test execution of playlist commands - - Attach to graphlcd plugin via replay string - - Possible to resume play instead of restarting list from the beginning? - - Keep this? Test mgPCMPlayer::getSourceFile() for GD case (find) + - Playlist view: start at selected on Ok + - Crashes in filter selections? - - Save on exit + - Keep this? Test mgPCMPlayer::getSourceFile() for GD case (find) \subsection urgentosd OSD-related Issues - - Test Instant play from browser view - - Playlist view: start at selected on Ok - + - Possible to resume play instead of restarting list from the beginning? + - Save on exit + \subsection urgentcode Code polishing - Clean up coding style and documentation in general @@ -70,10 +69,10 @@ \subsection urgentplayer Player extensions - - Toggle Track view/Playlist view (red) + - 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) + - Toggle detail/progress view (green) - Track view: all metadata - Playlist view: all tracks, skip/jump - Determine max. framecount (needed for rewinding)? @@ -256,4 +255,9 @@ - Escape query strings correctly - should go into gd_content_interface.c (row[] in lines 1175,1179,1882)? - Simple progress indicator for 1.3.12 + - Attach to graphlcd plugin via replay string + - Test Instant play from browser view + - Menu while progress display is active + - Check int/unsigned stuff in mg_playlist + */
\ No newline at end of file |