aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index bcb0ef076..5f5c08fa4 100644
--- a/TODO
+++ b/TODO
@@ -14,6 +14,14 @@
indicating the type of metadata and its value)
*) MpdDBTag <-> MpdTag interface
+*) rewrite filename handling
+ *) use memory more efficiently, by iteratively constructing filename
+ *) create a function for creating directory names:
+ *) returns a static string
+ *) when creating the string, check that the same directory
+ string wasn't just created (store last Directory * ptr)
+ *) this should be very fast! and save memory
+
*) implement listener socket protocol as documented here:
http://www.musicpd.org/wiki/moin.cgi/MpdListenerProtocol