From a5d6f1868ecebfd4ee831ace7eeee6eb1bbeebb0 Mon Sep 17 00:00:00 2001
From: Warren Dukes <warren.dukes@gmail.com>
Date: Fri, 16 Apr 2004 13:59:35 +0000
Subject: [PATCH] todo update

git-svn-id: https://svn.musicpd.org/mpd/trunk@793 09075e82-0dd4-0310-85a5-a0d7c8717e4f
---
 TODO | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/TODO b/TODO
index 128c94d3d..ebbbb3f80 100644
--- a/TODO
+++ b/TODO
@@ -17,11 +17,22 @@ common function and abstrct dealing with DecoderControl * and put
 cycleLogFiles in there, so we cycleLogFiles while decoding, not just when 
 decoding has stopped.
 
-4) cleanup main()
+4) reaplygain
 
-5) handle '\n' in filenames
+5) streaming and playing in general
+	1) determine a clever interface to play, so that play doesn't block
+		until the file is opened, but just returns when the command
+		is accepted.
+	2) put errors in error stuff of PlayerControl and report this to
+		status and print to error logs
+	3) this will help streaming from blocking indefinetly or waiting
+		on a response
 
-6) reaplygain
+6) ACK error codes
+
+7) cleanup main()
+
+8) handle '\n' in filenames
 
 
 Post-1.0
-- 
2.24.1