diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-04-10 02:55:27 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-04-10 02:55:27 +0000 |
commit | 918dc2ff22e13808665b589e6740f45256e73c97 (patch) | |
tree | 7f694c3312b7115d869f50ad3f344a2e04e36672 /TODO | |
parent | 9b5f32c9e542bc8d67934866a58af37a12fb18fe (diff) | |
download | mpd-918dc2ff22e13808665b589e6740f45256e73c97.tar.gz mpd-918dc2ff22e13808665b589e6740f45256e73c97.tar.xz mpd-918dc2ff22e13808665b589e6740f45256e73c97.zip |
ideas on how to make readDirectoryInfo and readSongInfo deal with already
existing db stuff, and implement a new List function that will be very
useful: insertInListBeforeNode()
git-svn-id: https://svn.musicpd.org/mpd/trunk@657 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ e) add an element to status stating the "update state" f) store stuff to updated in a linked list prior to update fork g) update child writes db file, parents reads db file when done (the msells/sbh alogrithm) + h) when reading directory db and checking for deleted, new, or changed stuff, assume all info is sorted (so we can deterimine if its new very quickly without searching through lists of stuff every time). Also, for new stuff, insert it with insertInListBeforeNode() function, to keep lists sorted. 2) rewrite interface stuff, specifically command list handling etc so its less of a hack and deals with the above update stuff better |