diff options
| author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-26 14:59:31 +0000 |
|---|---|---|
| committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-26 14:59:31 +0000 |
| commit | 01ced6e99f0b0e247cfac4f7440c6c1b42856fae (patch) | |
| tree | 26c8d3337e6b327fa85e3a48f6f438b12d8b59f3 | |
| parent | 5db89e914f63c3ebad1dab16d8e2bf705226ee93 (diff) | |
| download | vdr-plugin-muggle-01ced6e99f0b0e247cfac4f7440c6c1b42856fae.tar.gz vdr-plugin-muggle-01ced6e99f0b0e247cfac4f7440c6c1b42856fae.tar.bz2 | |
Updated to new status
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@248 e10066b5-e1e2-0310-b819-94efdf66514b
| -rw-r--r-- | muggle-plugin/TODO | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/muggle-plugin/TODO b/muggle-plugin/TODO index 86eb8cc..e250b93 100644 --- a/muggle-plugin/TODO +++ b/muggle-plugin/TODO @@ -10,17 +10,13 @@ \section urgent Urgent/Short-term issues \subsection bugs Bugs and testing needed - - - Test execution of playlist commands - Crashes in filter selections? - Keep this? Test mgPCMPlayer::getSourceFile() for GD case (find) \subsection urgentosd OSD-related Issues - - Rename playlist \subsection urgentcode Code polishing - - Clean up coding style and documentation in general - Logging - extend mgLog with static logging methods @@ -44,6 +40,10 @@ \subsection urgentcontent Content handling - Save on exit + - implement storePlaylistAs( string name ) in gdPlaylist + - find id of playlist called name or create it + - delete all entries + - store current entries - Think, whether type (mp3, ogg, flac) should be stored in database - could be used in searching/structuring as well - Handle loop mode in mgPlaylist @@ -67,7 +67,6 @@ - add the file to the end of the list \subsection urgentplayer Player extensions - - Possible to resume play instead of restarting list from the beginning? - Display covers - Import filename - Show image during replay @@ -245,5 +244,7 @@ - Track view: all metadata - Playlist view: all tracks (past three, upcoming ones) - BUG: Red key does not work in Browser submenu + - Test execution of playlist commands + - Resume play instead of restarting list from the beginning when terminating play with blue instead of back */
\ No newline at end of file |
