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 From 66eacb9ac6629823c284a7ed7d9dbead19c84427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Sat, 16 Aug 2008 00:52:02 +0200 Subject: - Fixed typo --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 3561ec3..727fe48 100644 --- a/TODO +++ b/TODO @@ -17,7 +17,7 @@ v. 0.1 * BUG: musicfs only works in debug mode. Why? Fix this! -* BUG: what to do with songs with out tags? The current behavior, +* BUG: what to do with songs without tags? The current behavior, breaking badly, is probably not what we want. v. 0.2(?) -- cgit v1.2.3 From f8e4cff44751ae4c67e06b3642842b77a73f861b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Sat, 16 Aug 2008 00:54:57 +0200 Subject: - Added link to pnotify --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 727fe48..6aee597 100644 --- a/TODO +++ b/TODO @@ -23,6 +23,7 @@ v. 0.1 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 -- cgit v1.2.3