diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-05-15 02:11:33 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-05-15 02:11:33 +0000 |
commit | 687016ea02c98354bcea0ae800120d4ca973a932 (patch) | |
tree | ba165d5682d6c9393ad5510e63adad1b688c44aa | |
parent | daa4ceb65a72edb66382681f41bbf9b335488566 (diff) | |
download | mpd-687016ea02c98354bcea0ae800120d4ca973a932.tar.gz mpd-687016ea02c98354bcea0ae800120d4ca973a932.tar.xz mpd-687016ea02c98354bcea0ae800120d4ca973a932.zip |
update todo with plan
git-svn-id: https://svn.musicpd.org/mpd/trunk@1005 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,4 +1,8 @@ 1) play streams + a) don't use libcurl, too messy, instead write own http code. lots of + examples in alsaplayer, xine, xmms, etc. THis will be + much more flexible and prevent from needing to spawn an extra + process! 2) streaming and playing in general a) determine a clever interface to play, so that play doesn't block |