From a22953b9d7c9b334b04263d3fb0213a8ddde7ae3 Mon Sep 17 00:00:00 2001 From: emeric Date: Wed, 23 Jul 2014 23:49:13 +0200 Subject: [PATCH] Update TODO --- TODO | 68 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 35 insertions(+), 33 deletions(-) diff --git a/TODO b/TODO index 34c3a47c..b7e27b7c 100644 --- a/TODO +++ b/TODO @@ -8,21 +8,6 @@ - [Remote] use config file to get crypto, port info, db path - consider using external web server instead of builtin httpd (new FCGI service?) -[Settings] -- [admin/Users] - - Add/remove users - - max audio/video bitrates for user - - capabilities (admin) -- [admin/DB] - - Add path to Audio/Video files - - Do not make the update start time active when update perdiod is "Never" - - Do not restart the db update service if user applied no changes - - Uncheck the "Request immediate scan" once setins are applied -- [user/transcoding] - - Prefered bitrate and codecs for audio/video -- [user/Personal] - - password, email - [Users] - Handle login lifetime? - Disable multi login? @@ -40,32 +25,49 @@ - Use size limits for strings (artist, release, genre)? - Process only files whose extensions are well known in audio/video world (avoid useless parsing/errors) -[Audio] -- ReleaseView/ArtistView/GenreView: -> Track count for this special category. Easier: add a special entry '' that contains everything? -- MediaPlayer: move slider using js (http://redmine.webtoolkit.eu/boards/2/topics/7924?r=8478) -- TrackView : handle original release date -- TrackView : handle duration > 1 hour -- TrackView : select only relevant columns to speed up queries (do not get eveything) -- TrackView : Reselect the current playing song when displaying the updated search results -- ReleaseView: display the release's publication year -- OGG metadata -> properly handle metadata nested in the audio stream -- TrackView : when udating the view, reselect the current playing track -- Filters: use directly the id as constraint, instead of the name? -- Implement a playlist: +[UI] + [Settings] + [admin/Users] + - Add/remove users + - max audio/video bitrates for user + - capabilities (admin) + [admin/DB] + - Add path to Audio/Video files + - Do not make the update start time active when update perdiod is "Never" + - Do not restart the db update service if user applied no changes + - Uncheck the "Request immediate scan" once setins are applied + [user/transcoding] + - Prefered bitrate and codecs for audio/video + [user/Personal] + - password, email + + [Audio] + - ReleaseView/ArtistView/GenreView: -> Track count for this special category. Easier: add a special entry '' that contains everything? + - MediaPlayer: move slider using js (http://redmine.webtoolkit.eu/boards/2/topics/7924?r=8478) + - TrackView : handle original release date + - TrackView : handle duration > 1 hour + - TrackView : select only relevant columns to speed up queries (do not get eveything) + - TrackView : Reselect the current playing song when displaying the updated search results + - ReleaseView: display the release's publication year + - OGG metadata -> properly handle metadata nested in the audio stream + - TrackView : when udating the view, reselect the current playing track + - Filters: use directly the id as constraint, instead of the name? + - Implement a playlist: - Drag and drop all objets from the views (genre, artist, release, track) in the playlist? - Add 'play/add last' button on mouse hover? - Save/Load playlists? -[Video] -- View the Videos in a WtTableView ? + [Video] + - View the Videos in a WtTableView ? - Use Groups/SubGroups to organize videos (WTreeView?) + [Layout] + - Make it mobile browser compatible + - Style eveything nicely... + - Handle internal path + [Remote API] - Implement text search options in the GetXXX messages -[Layout] -- Make it mobile browser compatible -- Style eveything nicely... - [Logs] - Use a logging facility