diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-06-05 01:14:37 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-06-05 01:14:37 +0000 |
commit | c2c34f78dd2b63d27bcbd6f21503bf052cad0655 (patch) | |
tree | 498fb23a9af130a832daa23af7c1b072568647f7 /TODO | |
parent | 744c0fa256bc2b172991cc0298fb3ea350722be8 (diff) | |
download | mpd-c2c34f78dd2b63d27bcbd6f21503bf052cad0655.tar.gz mpd-c2c34f78dd2b63d27bcbd6f21503bf052cad0655.tar.xz mpd-c2c34f78dd2b63d27bcbd6f21503bf052cad0655.zip |
new command, plchanges, and also add Num: to songinfo of playlistinfo
git-svn-id: https://svn.musicpd.org/mpd/trunk@1339 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 17 |
1 files changed, 6 insertions, 11 deletions
@@ -1,20 +1,15 @@ -1) add song# to metadata when printing songs +1) Parse icymetadata -2) add updated songs command, to output list of updated songs: - updatesongs <since-playlist-version> +2) Put a new metadata entry for icyName for Song's -3) Parse icymetadata - -4) Put a new metadata entry for icyName for Song's - -5) Add a list_OK options for command_lists, to get a list_OK after each +3) Add a list_OK options for command_lists, to get a list_OK after each command -6) put some sort of error reporting for streaming/inputStream! +4) put some sort of error reporting for streaming/inputStream! -7) Fix charset errors so they don't goto stderr/out +5) Fix charset errors so they don't goto stderr/out -8) Add a timeout for streams (how long? 1 minutes?) +6) Add a timeout for streams (how long? 1 minutes?) Post-1.0 |