diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-11-03 01:15:10 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-11-03 01:15:10 +0000 |
commit | 7c79c8db7d9183b9328832908285b05ac14eb40b (patch) | |
tree | 298f3745cf5d481bf9362ab5b63c61f00d5fd191 | |
parent | f468aba16e00aa003b28bd24a79c14cd07eefe3f (diff) | |
download | mpd-7c79c8db7d9183b9328832908285b05ac14eb40b.tar.gz mpd-7c79c8db7d9183b9328832908285b05ac14eb40b.tar.xz mpd-7c79c8db7d9183b9328832908285b05ac14eb40b.zip |
todo update
git-svn-id: https://svn.musicpd.org/mpd/trunk@2488 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r-- | TODO | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -6,17 +6,9 @@ *) Steal resampling code from ices (i think this code works only for 16-bit) -*) Rewrite replaygain stuff: - *) If replaygain tag info present, average the replaygain gain's - and peak's on the fly - *) If NULL replaygain struct, then use the average replaygain gains - and peak's to compute the the scale for files missing - replaygain tags (make this a config file option) - *) Optimize read() on clients *) add command - *) command that takes file/url's (no directory's) and returns the songid *) allow to specify position in playlist where to insert song(s) *) rewrite saved playlist code |