summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@nobby.studby.ntnu.no>2008-08-03 22:56:31 +0200
committerUlf Lilleengen <lulf@nobby.studby.ntnu.no>2008-08-03 22:56:31 +0200
commita33a6cd5fa66fb12435c4e5d7ad85c921ca50360 (patch)
tree2eab38e66869192904ffa382c86df7fd8a9e19ca /TODO
parent5b2fadec0592b79001a941eef03f0a1f1a95b04d (diff)
- Add TODO
- Support deeper nested hierarchies. - Add convenience functions for tokenizing and lookups.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..27bc335
--- /dev/null
+++ b/TODO
@@ -0,0 +1,11 @@
+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.