diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-06-08 23:19:30 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-06-08 23:19:30 +0000 |
commit | 97cc7957b33a13315e995e9054e8626202c30bc9 (patch) | |
tree | 2301c770b7bb3dbe381eaf99d43b513dd26e280b | |
parent | d0968e0140878de812af143b2690a476c69f2364 (diff) | |
download | mpd-97cc7957b33a13315e995e9054e8626202c30bc9.tar.gz mpd-97cc7957b33a13315e995e9054e8626202c30bc9.tar.xz mpd-97cc7957b33a13315e995e9054e8626202c30bc9.zip |
todo update
git-svn-id: https://svn.musicpd.org/mpd/trunk@1403 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r-- | TODO | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -1,15 +1,19 @@ -1) put some sort of error reporting for streaming/inputStream! +*) add songids + a) make hash space 4*max_playlist_size + b) deprecate playlistinfo, move, swap, delete, play, seek + c) add playlist, mvid, swapid, delid, playid, seekid -2) Fix charset errors so they don't goto stderr/out +*) put some sort of error reporting for streaming/inputStream! -3) Add a timeout for streams (how long? 1 minutes?) +*) Fix charset errors so they don't goto stderr/out -4) compute time of vorbis from actual number of samples played +*) Add a timeout for streams (how long? 1 minutes?) -5) remove previous hack for streams +*) compute time of vorbis from actual number of samples played -6) add "plversion" and "currentsong" commands +*) remove previous hack for streams +*) add "plversion" and "currentsong" commands Post-1.0 -------- |