2004-06-25 03:49:35 +02:00
|
|
|
0.12
|
|
|
|
----
|
2005-02-03 05:26:38 +01:00
|
|
|
*) add 2-3 tree for sorted data structures
|
2004-11-11 05:42:22 +01:00
|
|
|
|
2005-02-03 05:26:38 +01:00
|
|
|
*) cleanup linked list code!
|
2004-11-19 21:10:08 +01:00
|
|
|
|
2004-11-12 04:59:43 +01:00
|
|
|
*) parsing of lame tags (including getting replaygain info)
|
|
|
|
|
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
|
|
|
|
|
2004-12-07 15:56:52 +01:00
|
|
|
*) put more debugging info for:
|
|
|
|
*) failing to read/write db
|
|
|
|
*) stat'ing errors for music and playlist directory
|
2004-11-02 23:13:58 +01:00
|
|
|
|
2004-11-03 19:13:45 +01:00
|
|
|
*) Cleanup Config File Code
|
2004-10-28 13:53:51 +02:00
|
|
|
|
2004-11-09 19:13:42 +01:00
|
|
|
*) Handle mp1 and mp2 files (including mp2's that are disguised as mp3's with
|
|
|
|
a mp3 suffix)
|
2004-11-07 15:25:10 +01:00
|
|
|
|
2004-12-13 19:47:19 +01:00
|
|
|
*) add error codes for status->error
|
|
|
|
|
2005-02-01 02:17:04 +01:00
|
|
|
*) add alsa audioOutput plugin
|
|
|
|
|
|
|
|
*) add a method for closing the audio device immediatly w/o waiting for an
|
|
|
|
empty audio device buffer. This isn't possible via libao api.
|
2004-12-19 23:35:45 +01:00
|
|
|
|
2005-02-01 02:22:17 +01:00
|
|
|
*) add support for playing aac streams (gee, thanks icecast)
|
|
|
|
|
2005-02-02 05:05:19 +01:00
|
|
|
*) implement apev2 and id3v1 tag reader from xmms-musepack plugin
|
|
|
|
|
|
|
|
*) only use libid3tag for id3v2 tags, use internal implementation for id3v1 tags
|
|
|
|
|
2004-11-07 15:25:10 +01:00
|
|
|
0.13
|
|
|
|
----
|
|
|
|
*) support for dynamically loading plugins
|
2004-11-13 04:08:34 +01:00
|
|
|
|
|
|
|
*) add support for coverart
|
|
|
|
*) using freedesktop standard for icons/images
|
|
|
|
*) use coverart in tags in the audio file
|