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 | 38dcaa6a0570b79c79aee397cef34fba7864c018 (patch) | |
| tree | 1f024e2935b928efe0a75afbf3835508a2b8824b | |
| parent | ebc27e732db857a58aaf8c1ba1e9dc2a7a08ac54 (diff) | |
| download | vdr-plugin-muggle-38dcaa6a0570b79c79aee397cef34fba7864c018.tar.gz vdr-plugin-muggle-38dcaa6a0570b79c79aee397cef34fba7864c018.tar.bz2 | |
Updated TODOs
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@238 e10066b5-e1e2-0310-b819-94efdf66514b
| -rw-r--r-- | TODO | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -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. |
