diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-04-16 13:59:35 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-04-16 13:59:35 +0000 |
commit | a5d6f1868ecebfd4ee831ace7eeee6eb1bbeebb0 (patch) | |
tree | d1eb03967ad93927a75e9348b32ceeac921371a9 /TODO | |
parent | ef439d446b545af5c2e39f13b0aa09bf918c1965 (diff) | |
download | mpd-a5d6f1868ecebfd4ee831ace7eeee6eb1bbeebb0.tar.gz mpd-a5d6f1868ecebfd4ee831ace7eeee6eb1bbeebb0.tar.xz mpd-a5d6f1868ecebfd4ee831ace7eeee6eb1bbeebb0.zip |
todo update
git-svn-id: https://svn.musicpd.org/mpd/trunk@793 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -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 |