« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 13db542..c47b815 100644
--- a/todo.txt
+++ b/todo.txt
@@ -194,3 +194,15 @@ TODO: Loop one song!
 
 TODO: Volume controls!
       (Done!)
+
+TODO: Metadata, in memory.
+      (Done!)
+
+TODO: Load metadata from storage.
+
+TODO: Restore metadata, if it's recognized as similar to an old path?
+
+TODO: Don't store duplicate metadata entries (prereq for tags, custom metadata,
+      etc) for the same track. Do it symlink-style -- map downloader arg to
+      actual key used for metadata (downloaded file path).
+      (Done!)