2004-06-25 01:49:35 +00:00
|
|
|
0.12
|
|
|
|
----
|
2005-02-03 04:26:38 +00:00
|
|
|
*) add 2-3 tree for sorted data structures
|
2004-11-11 04:42:22 +00:00
|
|
|
|
2005-02-20 18:04:27 +00:00
|
|
|
*) remove changes made to linked list for TagTracker
|
2004-11-19 20:10:08 +00:00
|
|
|
|
2005-02-26 15:20:44 +00:00
|
|
|
*) parsing of lame tags (including getting replaygain and gapless info)
|
2004-11-12 03:59:43 +00:00
|
|
|
|
2005-02-20 18:04:27 +00:00
|
|
|
*) put more debugging info for:
|
|
|
|
*) failing to read/write db
|
|
|
|
*) stat'ing errors for music and playlist directory
|
|
|
|
|
|
|
|
*) Cleanup Config File Code
|
|
|
|
|
|
|
|
*) Handle mp1 and mp2 files (including mp2's that are disguised as mp3's with
|
|
|
|
a mp3 suffix)
|
|
|
|
|
|
|
|
*) add error codes for status->error
|
|
|
|
|
|
|
|
*) add a method for clearling the audio device's buffer. This isn't possible
|
|
|
|
with libao api.
|
|
|
|
|
2005-03-05 12:29:00 +00:00
|
|
|
*) allowing "pausing" of audio output devices
|
|
|
|
|
2005-03-05 05:22:30 +00:00
|
|
|
*) add support so that audioOutput plugins can modify the output audio format.
|
|
|
|
(This way, alsa's _near functions can be used to adjust for output
|
|
|
|
devices on the fly: for channels, bits, and rate)
|
|
|
|
|
2005-03-05 12:29:00 +00:00
|
|
|
*) add support for automagically detecting the current output device
|
|
|
|
|
2005-02-20 18:04:27 +00:00
|
|
|
*) add support for playing aac streams (gee, thanks icecast)
|
|
|
|
|
|
|
|
*) implement apev2 and id3v1 tag reader from xmms-musepack plugin
|
|
|
|
|
|
|
|
*) only use libid3tag for id3v2 tags, use internal implementation for id3v1 tags
|
|
|
|
|
2005-03-05 19:22:13 +00:00
|
|
|
*) add support for composer, performer metadata
|
|
|
|
|
2005-02-20 18:04:27 +00:00
|
|
|
0.13
|
|
|
|
----
|
|
|
|
|
|
|
|
*) cleanup linked list code!
|
|
|
|
|
2004-11-09 16:02:22 +00:00
|
|
|
*) implement listener socket protocol as documented here:
|
|
|
|
http://www.musicpd.org/wiki/moin.cgi/MpdListenerProtocol
|
|
|
|
|
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-05 20:20:06 +00:00
|
|
|
*) add command for inserting songs in a specific position
|
|
|
|
|
2005-02-20 18:04:27 +00:00
|
|
|
0.14
|
2004-11-07 14:25:10 +00:00
|
|
|
----
|
|
|
|
*) support for dynamically loading plugins
|