2004-06-25 01:49:35 +00:00
|
|
|
0.12
|
|
|
|
----
|
2004-07-23 16:56:14 +00:00
|
|
|
*) rewrite saved playlist code
|
|
|
|
*) abstract out saved playlists from playlist.c
|
|
|
|
*) command for displaying playlist contents
|
|
|
|
*) command for appending to playlist
|
2004-11-03 16:53:43 +00:00
|
|
|
*) new commands
|
|
|
|
*) clear <playlist> /* synonym for rm */
|
|
|
|
*) add <playlist> <path>
|
|
|
|
*) playlist <playlist> /* displays saved playlist */
|
2004-11-03 16:56:09 +00:00
|
|
|
*) replace <playlist> /* replace current playlist
|
2004-11-03 16:55:49 +00:00
|
|
|
with saved playlist and
|
|
|
|
keep playing */
|
2004-06-21 18:06:29 +00:00
|
|
|
|
2004-11-03 16:07:55 +00:00
|
|
|
*) state
|
|
|
|
*) abstract out state code from playlist.c
|
|
|
|
*) save states of audioOutput devices
|
2004-11-03 20:26:11 +00:00
|
|
|
*) put MPD Version in statefile
|
2004-11-03 16:07:55 +00:00
|
|
|
|
2004-11-02 22:13:58 +00:00
|
|
|
*) put more debugging info when failing to read/write db and other similar
|
|
|
|
errors
|
|
|
|
|
2004-11-03 14:34:58 +00:00
|
|
|
*) make libao optional during configure, but check that some form of audioOutput
|
|
|
|
is enabled (either oss, shout, or ao)
|
|
|
|
|
2004-11-03 18:13:45 +00:00
|
|
|
*) support for dynamically loading plugins
|
2004-04-15 20:15:41 +00:00
|
|
|
|
2004-11-03 18:13:45 +00:00
|
|
|
*) Fix id3v1 encoding
|
2004-10-28 11:53:51 +00:00
|
|
|
|
2004-11-03 18:13:45 +00:00
|
|
|
*) Cleanup Config File Code
|
2004-10-28 11:53:51 +00:00
|
|
|
|
2004-11-03 18:13:45 +00:00
|
|
|
*) Optimize read() on clients
|