« get me outta code hell

make the queue listing a little wider - 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>2020-05-06 20:06:02 -0300
committerFlorrie <towerofnix@gmail.com>2020-05-06 20:06:02 -0300
commit96075b8069133780ddeb9cdfde06496ab47b3ef2 (patch)
treec9b652870dded5c98b63b683405826d7cd8bbb4f /todo.txt
parentedae3f7b6fa0ed38a3d54bb339d7c55182f82281 (diff)
make the queue listing a little wider
this should help make the wider length label fit better!
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 148bd17..8bfc682 100644
--- a/todo.txt
+++ b/todo.txt
@@ -510,3 +510,14 @@ TODO: Revisit labels and notes features! They're commented out for now :P
 TODO: Pressing "Reveal" should focus the main listing. This is prrrrobably a
       case of context menu selection-restoring being a pain.
       (Done!)
+
+TODO: When a track besides the currently playing one is selected in the queue
+      listing, display the time either *until the track starts* or *since the
+      track ended* appropriately, ala "+03:45" or "-1:32:17", in the queue
+      time label (which is positioned at the bottom of the queue listing).
+      (Done!)
+
+TODO: In that regard, also change the queue length label (just above the time
+      label) to indicate which track is selected --- RELATIVE to the current
+      track, ala "40 (+5) / 1032" or "5 (-1) / 10".
+      (Done!)