aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-07-23 15:27:37 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-07-23 15:27:37 +0000
commitcb7be72fc890cde9f728da919d620db4cecd6eff (patch)
tree887a69ee2580d3925ff1901b25bddbb099e528b3 /TODO
parentc5d78fa33f07bca0e79d37d113e6d7e2fd5bea39 (diff)
downloadmpd-cb7be72fc890cde9f728da919d620db4cecd6eff.tar.gz
mpd-cb7be72fc890cde9f728da919d620db4cecd6eff.tar.xz
mpd-cb7be72fc890cde9f728da919d620db4cecd6eff.zip
todo update
git-svn-id: https://svn.musicpd.org/mpd/trunk@1900 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/TODO b/TODO
index c5e1d550c..908d120e6 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,16 @@
0.12
----
+*) Rewrite replaygain stuff:
+ *) Replay gain struct with album and track gain's and peak's
+ *) Pass these to replaygain function
+ *) Don't have deocder plugins inquire weather or not to use replaygain,
+ they should just parse tags and pass these to replaygain func
+ *) 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 cleints
*) Add libshout && vorbis encoding support