summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@pvv.ntnu.no>2008-08-18 10:26:09 +0200
committerUlf Lilleengen <lulf@pvv.ntnu.no>2008-08-18 10:26:09 +0200
commit046bd563a6d27d494246bcbe93a7d9c18a2ce0d8 (patch)
treeedf65b72933a1403d24a378b059a602dc99d6c5b /TODO
parent0f401996420036f471428ef05f9c77dc82a87887 (diff)
- Add some suggestions to the TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index 041878e..fca60f3 100644
--- a/TODO
+++ b/TODO
@@ -10,7 +10,12 @@ v. 0.1
* -s (single thread) does not
* BUG: what to do with songs without tags? The current behavior,
-breaking badly, is probably not what we want.
+breaking badly, is probably not what we want. Suggestions:
+ * We put all songs not having complete tags in an Unsorted folder, with the
+ real filename as the name. Perhaps having a flag in the database tables
+ indicating that the information is not complete.
+ * We avoid including them in the database at all, which is what we basically
+ do now, but just a bit more fool proof perhaps.
* Do file descriptors "the right way", using the provided fuse_file_info
struct passed to the open/read/write/release calls.