diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-04-09 00:46:37 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-04-09 00:46:37 +0000 |
commit | 9b5f32c9e542bc8d67934866a58af37a12fb18fe (patch) | |
tree | a1f8e6255299ab51ff2c3d998fb7452e5a4d1877 /TODO | |
parent | 7d29f1772a97a3cae20781fb98604abae7cae017 (diff) | |
download | mpd-9b5f32c9e542bc8d67934866a58af37a12fb18fe.tar.gz mpd-9b5f32c9e542bc8d67934866a58af37a12fb18fe.tar.xz mpd-9b5f32c9e542bc8d67934866a58af37a12fb18fe.zip |
more ideas for the TODO
git-svn-id: https://svn.musicpd.org/mpd/trunk@649 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,6 +5,8 @@ d) have a special case where if a update is in a command list, it only forks at the beginning of the list, and writes at the end of the command list e) add an element to status stating the "update state" f) store stuff to updated in a linked list prior to update fork - g) pass changes back through a pipe from child to parent + g) update child writes db file, parents reads db file when done (the msells/sbh alogrithm) 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 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 |