diff options
author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-09-22 13:40:13 +0000 |
---|---|---|
committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-09-22 13:40:13 +0000 |
commit | 63b6bd44d76c0d4c9c2177ca129aaa8fd3dc9f44 (patch) | |
tree | 82eddd0afdd8759dbbd5823d1e18d9d7e9657252 | |
parent | eb22852ae7bbd762fd5e6c0048c54f0fe45326fc (diff) | |
download | vdr-plugin-muggle-63b6bd44d76c0d4c9c2177ca129aaa8fd3dc9f44.tar.gz vdr-plugin-muggle-63b6bd44d76c0d4c9c2177ca129aaa8fd3dc9f44.tar.bz2 |
Next steps towards release candidate documented
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@172 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | TODO | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -10,11 +10,20 @@ \section urgent Urgent issues \subsection bugs Bugs and testing needed - + + - Playlist indexing not correct + - Player jumps e.g. from track 1 to track 3 + - Make sure jumping beyond the end of the list is not permitted - Test execution of playlist commands - - Test Save/Rename/Load of playlist - Plugin crashes when selecting entries with special characters - Escape query strings correctly + - Plugin crashes when deleting playlist while playing + - should stop playing immediately + - Check deletion of entries while playing + - only allowed, if item is not currently played + - adapt index in playlist + - adapt playlist display + - Possible to resume play instead of restarting list from the beginning - Do not allow playlist deletion while playing or stop or similar - Keep this? Test mgPCMPlayer::getSourceFile() for GD case (find) @@ -222,5 +231,7 @@ and made concrete in subclasses (mgGdTrack) - mgDecoders::findDecoder: extend decoder detection - Check compatibility for 1.3.12 (DONE) + - Test Save/Rename/Load of playlist (DONE) + */
\ No newline at end of file |