diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-04-13 05:05:06 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-04-13 05:05:06 +0000 |
commit | 20be66a944fb6bae9f30f474ea2e87784f44148c (patch) | |
tree | 61f84f1470cb7287e50243701ff9c7f94d6ae2b2 | |
parent | 1004890e253453faba81126028986f075e5fc5e7 (diff) | |
download | mpd-20be66a944fb6bae9f30f474ea2e87784f44148c.tar.gz mpd-20be66a944fb6bae9f30f474ea2e87784f44148c.tar.xz mpd-20be66a944fb6bae9f30f474ea2e87784f44148c.zip |
clean up finished stuff from todo
git-svn-id: https://svn.musicpd.org/mpd/trunk@712 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r-- | TODO | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -13,17 +13,10 @@ calling updated on a newly created file). n) mpd command for rereading db -2) rewrite interface stuff, specifically command list handling etc so its less -of a hack and deals with the above update stuff better - -3) crosslink "list" stuff, for example, artists are crosslinked to alubms and +2) crosslink "list" stuff, for example, artists are crosslinked to alubms and 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 -4) thourougly rewrite and check signal blocking and unblocking - -5) add a --update-only, like --only-create-db, only just for updating +3) thourougly rewrite and check signal blocking and unblocking -6) Add fallback for our new utf8 routines when iconv isn't around, and check -that filenames stored in db are valid utf8, and use utf8 routines whenever -iconv is broked +4) add a --update-only, like --only-create-db, only just for updating |