diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-05-25 18:54:01 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-05-25 18:54:01 +0000 |
commit | b677eb35889a8a493723aac4b21e9ed04c98a2b2 (patch) | |
tree | 0fb09d1703f61e1ede997f74121bdd92dfdc7cf8 | |
parent | 89e85c5e56a4e166de4d1f67b2efe84988eed657 (diff) | |
download | mpd-b677eb35889a8a493723aac4b21e9ed04c98a2b2.tar.gz mpd-b677eb35889a8a493723aac4b21e9ed04c98a2b2.tar.xz mpd-b677eb35889a8a493723aac4b21e9ed04c98a2b2.zip |
todo update
git-svn-id: https://svn.musicpd.org/mpd/trunk@1159 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r-- | TODO | 17 |
1 files changed, 7 insertions, 10 deletions
@@ -8,26 +8,23 @@ or something d) in songinfo add a metadata tag item for indicating stream -3) resampling audio for compatibility, and better gapless/crossfading +2) resampling audio for compatibility, and better gapless/crossfading a) use resampling from oggenc (is it fast enough for realtime?) -4) when writing combined interface for all decodes to use, be sure to add a +3) when writing combined interface for all decodes to use, be sure to add a common function and abstrct dealing with DecoderControl * and put cycleLogFiles in there, so we cycleLogFiles while decoding, not just when decoding has stopped. -5) ACK error codes +4) ACK error codes -6) cleanup main() +5) cleanup main() -7) handle '\n' in filenames +6) handle '\n' in filenames -8) allow "add" command to load playlists, then depricate "load" command, this - will be benneficial for adding m3u url's +7) compute average replaygain to use for non-replaygain songs -9) compute average replaygain to use for non-replaygain songs - -10) pid file +8) pid file Post-1.0 |