summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@carrot.studby.ntnu.no>2008-08-09 17:22:12 +0200
committerUlf Lilleengen <lulf@carrot.studby.ntnu.no>2008-08-09 17:22:12 +0200
commit0c3e24d41c5220608e95be45f620989e779cc373 (patch)
tree52f37473b728bfbac30cf970d31aab57907f9ee1 /TODO
parentd0ac939c4948e3276e48954cafb0d73c74400618 (diff)
- Edit TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 4 insertions, 9 deletions
diff --git a/TODO b/TODO
index 27bc335..5deedfa 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,6 @@
TODO for the nearest future:
-- Add abstractions for checks that might be done several times, such as pathname
- checks and try make it more generic than the current state.
-- Add abstractions for executing queries or listing albums and tracks.
-- Support other types than strings.
-- Simplify scanning a bit a lot of code used multiple times.
-- We should add filename path to database schema in case we want to touch the
- data :)
-- Check for errors in mp3_list.
- Add proper debugging facilities.
-- Support looking up a file and reading from it.
+- Create a more generic way of mapping a pathname to a file. There are some path
+ lookups we'd like to be able to run more than once.
+- When calling open, buffer the file descriptors, so we don't open them each
+ time, and just read from the filedescriptor.