aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-11-09 14:12:03 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-11-09 14:12:03 +0000
commit9590fd0feea694367fd1811b39d4e9e5b2549baa (patch)
tree1e1ce25c418a4fe5da254ebb7b899013ae5140e4 /TODO
parent902cfe25231a9c2fd3459fec81a913a5ce85681d (diff)
downloadmpd-9590fd0feea694367fd1811b39d4e9e5b2549baa.tar.gz
mpd-9590fd0feea694367fd1811b39d4e9e5b2549baa.tar.xz
mpd-9590fd0feea694367fd1811b39d4e9e5b2549baa.zip
todo update
git-svn-id: https://svn.musicpd.org/mpd/trunk@2558 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 11 insertions, 11 deletions
diff --git a/TODO b/TODO
index 109b417a1..1b4970ed7 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,16 @@
0.12
----
-*) add genre and date metadata
+*) add genre, date, composer metadata
+
+*) rewrite metadata/db handling
+ *) store all metadata entries in table
+ *) each contains a counter reference
+ *) new MpdDBTag, which instead of strings allocated for each metadata
+ entry, store a char * string to the metadata entry in the table
+ *) multiple artist support
+ *) multiple genre support {char *, int pairs for each metadata entry
+ indicating the type of metadata and its value)
+ *) MpdDBTag <-> MpdTag interface
*) add support for coverart using freedesktop standard for icons/images
@@ -39,13 +49,3 @@
0.13
----
*) support for dynamically loading plugins
-
-*) rewrite metadata/db handling
- *) store all metadata entries in table
- *) each contains a counter reference
- *) new MpdDBTag, which instead of strings allocated for each metadata
- entry, store a char * string to the metadata entry in the table
- *) multiple artist support
- *) multiple genre support {char *, int pairs for each metadata entry
- indicating the type of metadata and its value)
- *) MpdDBTag <-> MpdTag interface