From 6d3ddcddee94279e4c4092f5e8f4043695785b49 Mon Sep 17 00:00:00 2001 From: emeric Date: Thu, 23 May 2019 13:46:37 +0200 Subject: [PATCH] removed outdated file --- TODO | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 TODO diff --git a/TODO b/TODO deleted file mode 100644 index 5def175b..00000000 --- a/TODO +++ /dev/null @@ -1,36 +0,0 @@ - -[Build] -- Makefile per directory. Use the include flags only where needed? - -[Cover] -- Handle preferred cover file names ("front.xxx", "cover.xxx", ...) -- Implement a cache to improve speed - -[Database] -- Use Inotify like system to watch modified/added files? -- handle access rights problems (instead of aborting) -- Use albumartist when available (useful for compilations) -- Add AcousticBrainz support to create new kind of clusters - -[Metadata] -- WMA covers: add support - -[Playlist] -- Save/Load playlists -- Make public playlists so that users can see what other people are listening to - -[Users] -- Handle login lifetime? - -[UI] -- Add a download button to get the current playqueue in a streamed zip file -- Save user prefs in local storage (volume, loop, radio mode, etc.) -- Add global keyboard shortcuts -- scrollbar in player -- display a play history somewhere - -[Settings] -- Add multi root directories support - -[Logs] -- Capture transcoder log output to get more information on errors?