2004-06-25 03:49:35 +02:00
|
|
|
0.12
|
|
|
|
----
|
2004-10-28 07:14:55 +02:00
|
|
|
*) Fix id3v1 encoding
|
|
|
|
|
2004-10-28 13:53:51 +02:00
|
|
|
*) Cleanup Config File Code
|
2004-09-02 20:18:07 +02:00
|
|
|
|
2004-08-17 21:53:35 +02:00
|
|
|
*) Optimize read() on clients
|
2004-06-20 06:59:12 +02:00
|
|
|
|
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-02 23:13:58 +01:00
|
|
|
*) put more debugging info when failing to read/write db and other similar
|
|
|
|
errors
|
|
|
|
|
2004-11-03 15:34:58 +01:00
|
|
|
*) make libao optional during configure, but check that some form of audioOutput
|
|
|
|
is enabled (either oss, shout, or ao)
|
|
|
|
|
2004-04-15 22:15:41 +02:00
|
|
|
Post-1.0
|
|
|
|
--------
|
2004-10-28 13:53:51 +02:00
|
|
|
*) crosslink "list" stuff, for example, artists are crosslinked to alubms and
|
2004-04-15 07:10:05 +02:00
|
|
|
vice versa, this way you can do list album artists or list artist albums, this
|
|
|
|
will make life easier when we add genre and other metadata
|
2004-04-15 22:15:41 +02:00
|
|
|
|
2004-10-28 13:53:51 +02:00
|
|
|
*) rewrite linked list impelmentation to be more flexible
|
|
|
|
*) remove "key" stuff
|
|
|
|
*) allow assigning a compare function for a list
|
|
|
|
|
|
|
|
*) allow find/search commands take arbitrary search pairs
|
|
|
|
|
|
|
|
*) add configurable metadata, and add newmetadata items
|