diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-05-19 03:52:15 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-05-19 03:52:15 +0000 |
commit | c743057774fa624918a0de128e8f6a45b55932df (patch) | |
tree | 4ac603ff7f09ffdb6c23896c14ef0c798fb50e63 /TODO | |
parent | c1cd2668b24aba8bb3d83554b800a0b16f57002b (diff) | |
download | mpd-c743057774fa624918a0de128e8f6a45b55932df.tar.gz mpd-c743057774fa624918a0de128e8f6a45b55932df.tar.xz mpd-c743057774fa624918a0de128e8f6a45b55932df.zip |
todo updates
git-svn-id: https://svn.musicpd.org/mpd/trunk@1079 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -1,13 +1,21 @@ 1) play streams a) for mp3, remember to turn off IGNORECRC for mp3 streams - b) make deal with non-blocking in the beginning better. - c) check inStream->seekable after opening and store this in - decoderControl to deal with seeking better - d) fetch metadata and store in DecoderControl and pass to + b) deal with non-blocking in decodeFirstFrame (mp3) better! + c) bufferInput in outputBuffer waiting! + 1) implement some sort of callback mechanism for this + for abstraction sake + d) deal with pausing better + 1) seekable, on resuming pause, check if we need to reconnect, + jumping to offset + 2) if seekable, at some point after init, mark this! + 3) if not seekable, reset buffer, and elapsedTime when + unpaused + e) ogg streams + f) fetch metadata and store in DecoderControl and pass to PlayerControl 1) eventually deal with icy-metadata 2) parse metadata on the fly in decoders - e) command for dealing with the changing metadata, currentsonginfo + g) command for dealing with the changing metadata, currentsonginfo or something 2) how to deal with streams and the db |