diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-06-01 11:41:58 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-06-01 11:41:58 +0000 |
commit | 16fcd1eceac6806853b32a7fb35305cafec521c1 (patch) | |
tree | bdfaaec2fa2b1d5609d0fedb1820dd367eb700a3 | |
parent | fe0b751c8278ab07a350cd4d363743b734f4f830 (diff) | |
download | mpd-16fcd1eceac6806853b32a7fb35305cafec521c1.tar.gz mpd-16fcd1eceac6806853b32a7fb35305cafec521c1.tar.xz mpd-16fcd1eceac6806853b32a7fb35305cafec521c1.zip |
todo update
git-svn-id: https://svn.musicpd.org/mpd/trunk@1280 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r-- | TODO | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -4,20 +4,24 @@ c) command for dealing with the changing metadata, currentsonginfo or something d) in songinfo add a metadata tag item for indicating stream - e) ensure URL's are all ASCII, and properly %'d! check rfc's + +2) http stuff + a) allow http proxy + b) handle http authentication + c) ensure URL's are all ASCII, and properly %'d! check rfc's for legal characters -2) have seek look in already buffered stuff! +3) have seek look in already buffered stuff! -3) ACK error codes +4) ACK error codes -4) cleanup main() +5) cleanup main() -5) handle '\n' in filenames +6) handle '\n' in filenames -6) compute average replaygain to use for non-replaygain songs +7) compute average replaygain to use for non-replaygain songs -7) change default port to 6600 +8) change default port to 6600 Post-1.0 |