Commit cb7be72f authored by Warren Dukes's avatar Warren Dukes

todo update

git-svn-id: https://svn.musicpd.org/mpd/trunk@1900 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent c5d78fa3
0.12 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 *) Optimize read() on cleints
*) Add libshout && vorbis encoding support *) Add libshout && vorbis encoding support
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment