diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-06-02 01:26:15 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-06-02 01:26:15 +0000 |
commit | efe8a04c70f1dde3c62e88f514433515631db858 (patch) | |
tree | d6ba8eb0acd4a299149596718cd4bfb6224f20f1 /TODO | |
parent | bef55ff3de4a16100b8115950c10f3cede755d3c (diff) | |
download | mpd-efe8a04c70f1dde3c62e88f514433515631db858.tar.gz mpd-efe8a04c70f1dde3c62e88f514433515631db858.tar.xz mpd-efe8a04c70f1dde3c62e88f514433515631db858.zip |
validate url's before adding to playlist
git-svn-id: https://svn.musicpd.org/mpd/trunk@1289 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -1,19 +1,15 @@ 1) play streams a) put some sort of error reporting for streaming/inputStream! -2) http stuff - a) ensure URL's are all ASCII, and properly %'d! check rfc's - for legal characters +2) ACK error codes -3) ACK error codes +3) cleanup main() -4) cleanup main() +4) handle '\n' in filenames -5) handle '\n' in filenames +5) compute average replaygain to use for non-replaygain songs -6) compute average replaygain to use for non-replaygain songs - -7) change default port to 6600 +6) change default port to 6600 Post-1.0 |