summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-08-16 00:50:51 +0200
committerKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-08-16 00:50:51 +0200
commita39531208d1f51fdf09608d8e68c620eed14fd5f (patch)
treeee4a7cf5e22b8de42cae3490e7ca3466ef337c05
parent6f43620ab3bcef907c371d3673a92f7f65562ded (diff)
- TODO changes
- Plans for v0.1 - Ideas for v0.2
-rw-r--r--TODO22
1 files changed, 22 insertions, 0 deletions
diff --git a/TODO b/TODO
index 904047e..3561ec3 100644
--- a/TODO
+++ b/TODO
@@ -7,3 +7,25 @@ TODO for the nearest future:
- When calling open, buffer the file descriptors, so we don't open them each
time, and just read from the filedescriptor. We could behave more fs-like by
having lists of active nodes as an analogue to inodes in a typical filesystem.
+ - Save file descriptors in the struct passed to the open/read/... calls.
+
+
+v. 0.1
+~~~~~~
+* Better interface (the new .config is pretty good, but needs
+ improvement)
+
+* BUG: musicfs only works in debug mode. Why? Fix this!
+
+* BUG: what to do with songs with out tags? The current behavior,
+ breaking badly, is probably not what we want.
+
+v. 0.2(?)
+~~~~~~~~~
+* Inotify/kqueue support for watching music directories
+
+* Advanced configuration, allowing custom paths. This should be done
+ in the configuration file, so something like
+ "/Artists/%artist%/%album%/%trackno% %title%.%extension%" (with a
+ somewhat prettier syntax ;) would produce the current Artists
+ directory.