« get me outta code hell

Metadata (in memory) - 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:
authorFlorrie <towerofnix@gmail.com>2019-02-25 11:27:11 -0400
committerFlorrie <towerofnix@gmail.com>2019-02-25 11:27:11 -0400
commit75251bb2309505c20dc7500117a17649d41412d8 (patch)
tree97c646cb2ccb224a456147aaec8c4a5854990bb5 /todo.txt
parent4eee44f7d92dcdf2c8bccea78723ba0b194eb2d7 (diff)
Metadata (in memory)
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!)