aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-05-15 02:11:33 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-05-15 02:11:33 +0000
commit687016ea02c98354bcea0ae800120d4ca973a932 (patch)
treeba165d5682d6c9393ad5510e63adad1b688c44aa /TODO
parentdaa4ceb65a72edb66382681f41bbf9b335488566 (diff)
downloadmpd-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
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 5a47fcee3..e6412920c 100644
--- a/TODO
+++ b/TODO
@@ -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