« get me outta code hell

WIP(?) metadata processing tool - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/todo.txt
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-01-05 23:20:58 -0400
committerFlorrie <towerofnix@gmail.com>2018-01-05 23:20:58 -0400
commit18435f58f82849dcc86ab2042491828b2873b39a (patch)
tree07c912b688ba979b2ba96bdb3f17f7b390642cec /todo.txt
parent6f640a0b8e8e5b26a266f4680a626a629d3c7944 (diff)
WIP(?) metadata processing tool
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 1c9d314..d2def51 100644
--- a/todo.txt
+++ b/todo.txt
@@ -408,3 +408,15 @@ TODO: Case-insensitive checking with command keybindings - I think this is
 TODO: Handle empty (active) playlists. Showing an error message and stopping
       is best, I think.
       (Done!)
+
+TODO: A way to switch between what information is displayed in the status bar.
+      I think using ">" and "<" as default keybindings would work.
+      Make one set be (track # in group) / (# of tracks in group); one be
+      (total track #) / (total # of tracks).
+
+TODO: Adding onto the last one, show the total amount of time in the group/all
+      groups together. Requires a track metadata tool, though...
+
+TODO: Make process-metadata work with non-local tracks, somehow...
+
+TODO: Make process-metadata work nicely with smart playlists, somehow...