diff options
author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-25 00:43:47 +0000 |
---|---|---|
committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-25 00:43:47 +0000 |
commit | 442178f788bd4f56947c1045569b5dab0895abaa (patch) | |
tree | 55d3296142b035a9e6aa3b994750b4e04ea3b21c | |
parent | fb1b8ac353ae078ec1bf11e10fc1e78a74859b1d (diff) | |
download | vdr-plugin-muggle-442178f788bd4f56947c1045569b5dab0895abaa.tar.gz vdr-plugin-muggle-442178f788bd4f56947c1045569b5dab0895abaa.tar.bz2 |
Updated TODOs
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@238 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | muggle-plugin/TODO | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/muggle-plugin/TODO b/muggle-plugin/TODO index e8a2987..3b185b1 100644 --- a/muggle-plugin/TODO +++ b/muggle-plugin/TODO @@ -17,8 +17,6 @@ \subsection urgentosd OSD-related Issues - - Possible to resume play instead of restarting list from the beginning? - - Save on exit - Rename playlist \subsection urgentcode Code polishing @@ -44,6 +42,7 @@ - Could save IP/host name and associate last playlist/index loaded \subsection urgentcontent Content handling + - Save on exit - 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,6 +66,7 @@ - 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 @@ -110,6 +110,13 @@ \subsection midimport Import stuff + - Handle updates in both directions + - Check modification date in DB/fstat + - if file is newer: update tags into db + - if DB is newer: update db into tags + - Second pass: check for all tracks, whether files do exist + - delete DB entry if not + - Album - Cover images (based on filename or tag) - Genre @@ -125,11 +132,6 @@ - Import playlist from m3u - Run import/update from within OSD? - - Handle updates in both directions - - Check modification date in DB/fstat - - if file is newer: update tags into db - - if DB is newer: update db into tags - \subsection midcode Code issues - really abstract from specific queries etc. |