« get me outta code hell

Metadata (stored, throttle, status, and more) - 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 12:06:27 -0400
committerFlorrie <towerofnix@gmail.com>2019-02-25 12:06:27 -0400
commite9ccfa2fd4221ddff4950d5180ee5c8fb0bf8117 (patch)
tree917fb878b8ba0166bb324f3781a756d516a639ca /todo.txt
parent75251bb2309505c20dc7500117a17649d41412d8 (diff)
Metadata (stored, throttle, status, and more)
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index c47b815..c0a00e1 100644
--- a/todo.txt
+++ b/todo.txt
@@ -199,10 +199,19 @@ TODO: Metadata, in memory.
       (Done!)
 
 TODO: Load metadata from storage.
+      (Done!)
 
-TODO: Restore metadata, if it's recognized as similar to an old path?
+TODO: Restore metadata, if it's recognized as similar to an old path.
+      (Basically: How do we deal with moving files around? We'll also want some
+      sort of a manager to get rid of unused metadata, if wanted..... on the
+      one hand, it'll be saving precious kilobytes, but on the other, people
+      might not want to keep a record of moved or deleted tracks at all, so it
+      could actually be useful.)
 
 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!)
+
+TODO: Metadata process status bar.
+      (Done!)