aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-05-08 12:00:30 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-05-08 12:00:30 +0000
commit822be0375e801fb66bd95e18e0d65033f3241a3b (patch)
treeaa299d3b83d1a77f4f2a54f7012e053645b4e23d /TODO
parent04fdc209d9e2af8285c6e2015c2c5b69d0f85b5e (diff)
downloadmpd-822be0375e801fb66bd95e18e0d65033f3241a3b.tar.gz
mpd-822be0375e801fb66bd95e18e0d65033f3241a3b.tar.xz
mpd-822be0375e801fb66bd95e18e0d65033f3241a3b.zip
finish adding AliasMrJones replayGain stuff
git-svn-id: https://svn.musicpd.org/mpd/trunk@953 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 8 insertions, 8 deletions
diff --git a/TODO b/TODO
index 886119b83..ce4d03b72 100644
--- a/TODO
+++ b/TODO
@@ -10,9 +10,7 @@ common function and abstrct dealing with DecoderControl * and put
cycleLogFiles in there, so we cycleLogFiles while decoding, not just when
decoding has stopped.
-3) reaplygain
-
-4) streaming and playing in general
+3) streaming and playing in general
a) 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.
@@ -21,17 +19,19 @@ decoding has stopped.
c) this will help streaming from blocking indefinetly or waiting
on a response
-5) play streams
+4) play streams
-6) ACK error codes
+5) ACK error codes
-7) cleanup main()
+6) cleanup main()
-8) handle '\n' in filenames
+7) handle '\n' in filenames
-9) allow "add" command to load playlists, then depricate "load" command, this
+8) allow "add" command to load playlists, then depricate "load" command, this
will be benneficial for adding m3u url's
+9) compute average replaygain to use for non-replaygain songs
+
Post-1.0
--------