2004-06-25 03:49:35 +02:00
|
|
|
0.12
|
|
|
|
----
|
2005-03-06 02:21:15 +01:00
|
|
|
*) data structures
|
|
|
|
*) add 2-3 tree for sorted data structures
|
|
|
|
*) remove changes made to linked list for TagTracker
|
|
|
|
|
2005-03-06 20:00:58 +01:00
|
|
|
*) add error codes for status->error
|
2005-03-06 02:21:15 +01:00
|
|
|
|
2005-03-06 20:00:58 +01:00
|
|
|
*) Cleanup Config File Code
|
2005-03-06 02:21:15 +01:00
|
|
|
|
|
|
|
*) input plugins
|
|
|
|
*) Handle mp1 and mp2 files (including files with mp3 suffixes)
|
|
|
|
*) add support for playing aac streams (gee, thanks icecast)
|
2005-03-06 20:00:58 +01:00
|
|
|
*) parsing of lame tags (including getting replaygain and gapless info)
|
2005-03-12 00:34:01 +01:00
|
|
|
*) read replaygain info from id3 tag
|
2005-03-06 02:21:15 +01:00
|
|
|
|
|
|
|
*) aduio output
|
|
|
|
*) allowing "pausing" of audio output devices
|
2005-03-10 11:47:06 +01:00
|
|
|
*) while pausing, play silence for the devices that don't support
|
|
|
|
"pausing"
|
2005-03-12 00:34:01 +01:00
|
|
|
*) write a esd native audioOutput
|
2005-03-12 12:47:44 +01:00
|
|
|
*) write a sun native audioOutput
|
2005-03-10 04:02:39 +01:00
|
|
|
*) need better resampling code
|
2005-03-12 04:15:07 +01:00
|
|
|
*) add support for saving and restoring audioOutput state to the
|
|
|
|
state_file
|
2005-02-20 19:04:27 +01:00
|
|
|
|
2005-03-16 00:18:23 +01:00
|
|
|
*) on resetPlayer(), store last state info, so that a killall mpd will
|
|
|
|
properlly save the state, even if the player process dies first
|
2005-03-13 17:05:23 +01:00
|
|
|
|
2005-02-20 19:04:27 +01:00
|
|
|
0.13
|
|
|
|
----
|
|
|
|
|
|
|
|
*) cleanup linked list code!
|
|
|
|
|
2004-11-09 17:02:22 +01:00
|
|
|
*) implement listener socket protocol as documented here:
|
|
|
|
http://www.musicpd.org/wiki/moin.cgi/MpdListenerProtocol
|
|
|
|
|
2004-07-23 18:56:14 +02: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 17:53:43 +01:00
|
|
|
*) new commands
|
|
|
|
*) clear <playlist> /* synonym for rm */
|
|
|
|
*) add <playlist> <path>
|
|
|
|
*) playlist <playlist> /* displays saved playlist */
|
2004-11-03 17:56:09 +01:00
|
|
|
*) replace <playlist> /* replace current playlist
|
2004-11-03 17:55:49 +01:00
|
|
|
with saved playlist and
|
|
|
|
keep playing */
|
2004-06-21 20:06:29 +02:00
|
|
|
|
2004-11-03 17:07:55 +01:00
|
|
|
*) state
|
|
|
|
*) abstract out state code from playlist.c
|
|
|
|
*) save states of audioOutput devices
|
2004-11-03 21:26:11 +01:00
|
|
|
*) put MPD Version in statefile
|
2004-11-03 17:07:55 +01:00
|
|
|
|
2004-11-05 21:20:06 +01:00
|
|
|
*) add command for inserting songs in a specific position
|
|
|
|
|
2005-02-20 19:04:27 +01:00
|
|
|
0.14
|
2004-11-07 15:25:10 +01:00
|
|
|
----
|
|
|
|
*) support for dynamically loading plugins
|