aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2005-03-22 11:48:24 +0000
committerWarren Dukes <warren.dukes@gmail.com>2005-03-22 11:48:24 +0000
commite72b9ce956dda6c72d8935fd49803a285ea599ec (patch)
tree57810fb589e75684878c2d202897f9dd6d608ddb /TODO
parenta4ae25631c127b8db456f4eb7a8af7886d6fe345 (diff)
downloadmpd-e72b9ce956dda6c72d8935fd49803a285ea599ec.tar.gz
mpd-e72b9ce956dda6c72d8935fd49803a285ea599ec.tar.xz
mpd-e72b9ce956dda6c72d8935fd49803a285ea599ec.zip
todo update
git-svn-id: https://svn.musicpd.org/mpd/trunk@3110 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'TODO')
-rw-r--r--TODO44
1 files changed, 24 insertions, 20 deletions
diff --git a/TODO b/TODO
index 40be5d3df..341f8c677 100644
--- a/TODO
+++ b/TODO
@@ -8,12 +8,6 @@
*) Cleanup Config File Code
-*) input plugins
- *) Handle mp1 and mp2 files (including files with mp3 suffixes)
- *) add support for playing aac streams (gee, thanks icecast)
- *) parsing of lame tags (including getting replaygain and gapless info)
- *) read replaygain info from id3 tag
-
*) aduio output
*) allowing "pausing" of audio output devices
*) while pausing, play silence for the devices that don't support
@@ -24,18 +18,6 @@
*) add support for saving and restoring audioOutput state to the
state_file
-*) dynamic metadata
- *) implment by recording the ftell positions of entries
- *) buffer changes and flush them once every 60 seconds
- *) buffer changes while doing an update
- *) be sure to check that the metadata "header" is what we expect
- before writing at the position
- *) add support for:
- *) last time played
- *) times played
- *) times skipped
- *) ranking
-
0.13
----
@@ -44,6 +26,17 @@
*) implement listener socket protocol as documented here:
http://www.musicpd.org/wiki/moin.cgi/MpdListenerProtocol
+*) support for dynamically loading plugins
+
+*) input plugins
+ *) Handle mp1 and mp2 files (including files with mp3 suffixes)
+ *) add support for playing aac streams (gee, thanks icecast)
+ *) parsing of lame tags (including getting replaygain and gapless info)
+ *) read replaygain info from id3 tag
+
+0.14
+----
+
*) rewrite saved playlist code
*) abstract out saved playlists from playlist.c
*) command for displaying playlist contents
@@ -63,6 +56,17 @@
*) add command for inserting songs in a specific position
-0.14
+0.15
----
-*) support for dynamically loading plugins
+
+*) dynamic metadata
+ *) implment by recording the ftell positions of entries
+ *) buffer changes and flush them once every 60 seconds
+ *) buffer changes while doing an update
+ *) be sure to check that the metadata "header" is what we expect
+ before writing at the position
+ *) add support for:
+ *) last time played
+ *) times played
+ *) times skipped
+ *) ranking