From bceee99a2808b2c48be0543ff2659adb3254124a Mon Sep 17 00:00:00 2001 From: epoupon Date: Mon, 21 Sep 2015 13:55:14 +0200 Subject: [PATCH] Updated TODO --- TODO | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/TODO b/TODO index e21c5e2a..1529f896 100644 --- a/TODO +++ b/TODO @@ -22,18 +22,12 @@ [Users] - Handle login lifetime? -- Limit multi login from UI and remote interfaces (limit per interface is acceptable) - -[ServiceManager] -- Rework the whole start/stop/try/cach/thread/interrupts things -- Use our own WIOService +- Use the WServer::post method to kick users already logged in? +- Limit multi login from UI and API interfaces (limit per interface is acceptable) [Services] - consider adding support for external web servers (new FCGI service?) -[Transcode] -- some early end of playback spotted on files. Maybe this is because the stderr of the forked process is not properly closed? - [UI] - handle internationalization [Settings] @@ -78,4 +72,4 @@ - Make another dedicated REST API. Maybe use the SubSonic API or Ampache API? [Logs] -- Capture transcoder log output to get more information on errors +- Capture transcoder log output to get more information on errors?