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 | 4a41d197b77247e11c3cf0af7ccda8178fe0e43d (patch) | |
| tree | 5150349476a7673ced1b72dcbcf8cbd7c527df7f /muggle-plugin | |
| parent | b061a7193e2a5920486eaa8a37503a0ce4f10b41 (diff) | |
| download | vdr-plugin-muggle-4a41d197b77247e11c3cf0af7ccda8178fe0e43d.tar.gz vdr-plugin-muggle-4a41d197b77247e11c3cf0af7ccda8178fe0e43d.tar.bz2 | |
Next steps towards release candidate documented
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@172 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin')
| -rw-r--r-- | muggle-plugin/TODO | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/muggle-plugin/TODO b/muggle-plugin/TODO index 7b4a54f..874c421 100644 --- a/muggle-plugin/TODO +++ b/muggle-plugin/TODO @@ -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 |
