summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@carrot.studby.ntnu.no>2008-08-16 09:58:25 +0200
committerUlf Lilleengen <lulf@carrot.studby.ntnu.no>2008-08-16 09:58:25 +0200
commit1d2495b60e05fd2072ef1e6ea5a09ec87ed304fc (patch)
tree4c47b630a6faaff1b10de2ea8cc10a3a63eeddac
parent543f34b80095d2819eb9500c84e7c07f2d22d0be (diff)
parentf8e4cff44751ae4c67e06b3642842b77a73f861b (diff)
Merge branch 'master' of git@github.com:orbekk/musicfs
-rw-r--r--TODO23
1 files changed, 23 insertions, 0 deletions
diff --git a/TODO b/TODO
index 904047e..6aee597 100644
--- a/TODO
+++ b/TODO
@@ -7,3 +7,26 @@ 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 without tags? The current behavior,
+ breaking badly, is probably not what we want.
+
+v. 0.2(?)
+~~~~~~~~~
+* Inotify/kqueue support for watching music directories
+ * Take a look at http://mark.heily.com/pnotify/.
+
+* 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.