From a39531208d1f51fdf09608d8e68c620eed14fd5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Sat, 16 Aug 2008 00:50:51 +0200 Subject: - TODO changes - Plans for v0.1 - Ideas for v0.2 --- TODO | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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. -- cgit v1.2.3