diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-05-08 12:00:30 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-05-08 12:00:30 +0000 |
commit | 822be0375e801fb66bd95e18e0d65033f3241a3b (patch) | |
tree | aa299d3b83d1a77f4f2a54f7012e053645b4e23d /TODO | |
parent | 04fdc209d9e2af8285c6e2015c2c5b69d0f85b5e (diff) | |
download | mpd-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-- | TODO | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 -------- |