todo update
git-svn-id: https://svn.musicpd.org/mpd/trunk@2444 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
8cb147764b
commit
42e147a1f8
5
TODO
5
TODO
|
@ -1,7 +1,6 @@
|
||||||
0.12
|
0.12
|
||||||
----
|
----
|
||||||
*) AudioOutput
|
*) AudioOutput
|
||||||
*) intigrate np's oss shit
|
|
||||||
*) have "format" as a default config option for all audioOutputs
|
*) have "format" as a default config option for all audioOutputs
|
||||||
*) don't automatically close audioOutput devices on openDevice(),
|
*) don't automatically close audioOutput devices on openDevice(),
|
||||||
instead, let the plugins determine if they should be closed
|
instead, let the plugins determine if they should be closed
|
||||||
|
@ -12,6 +11,8 @@
|
||||||
|
|
||||||
*) Cleanup Config File Code
|
*) Cleanup Config File Code
|
||||||
|
|
||||||
|
*) Steal resampling code from ices (i think this code works only for 16-bit)
|
||||||
|
|
||||||
*) Rewrite replaygain stuff:
|
*) Rewrite replaygain stuff:
|
||||||
*) Replay gain struct with album and track gain's and peak's
|
*) Replay gain struct with album and track gain's and peak's
|
||||||
*) Pass these to replaygain function
|
*) Pass these to replaygain function
|
||||||
|
@ -38,7 +39,7 @@
|
||||||
*) command for displaying playlist contents
|
*) command for displaying playlist contents
|
||||||
*) command for appending to playlist
|
*) command for appending to playlist
|
||||||
|
|
||||||
*) abstract out input buffering from inputStream_http to inputStream
|
*) max http buffering configurable
|
||||||
|
|
||||||
*) use getaddrinfo instead of gethostbyname (check libshout)
|
*) use getaddrinfo instead of gethostbyname (check libshout)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue