diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-11-07 14:25:10 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-11-07 14:25:10 +0000 |
commit | 5b12a16b900bc55d9e22a250d89577b7ffd88512 (patch) | |
tree | 2223baf731f6b4629e10ed31261a8ba9f3da40ea /TODO | |
parent | b7c7f6e6928fc468388d3c7dad18cf7a49bb1f23 (diff) | |
download | mpd-5b12a16b900bc55d9e22a250d89577b7ffd88512.tar.gz mpd-5b12a16b900bc55d9e22a250d89577b7ffd88512.tar.xz mpd-5b12a16b900bc55d9e22a250d89577b7ffd88512.zip |
todo update
git-svn-id: https://svn.musicpd.org/mpd/trunk@2541 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -27,10 +27,23 @@ *) make libao optional during configure, but check that some form of audioOutput is enabled (either oss, shout, or ao) -*) support for dynamically loading plugins - *) Fix id3v1 encoding *) Cleanup Config File Code *) Optimize read() on clients + + +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 |