« get me outta code hell

Hide track number in queue listing! - 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-05-01 18:11:15 -0300
committerFlorrie <towerofnix@gmail.com>2019-05-01 18:11:15 -0300
commit64aa6eeb01491d04464206d94ae82107acb3f140 (patch)
tree1265acefb1b84b5a0f120da9f4ac785dc3e9e5d0 /todo.txt
parent3285dbcf79ab53f4b6b60bf6c4b329b8971d2796 (diff)
Hide track number in queue listing!
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index ae16f8f..b946b07 100644
--- a/todo.txt
+++ b/todo.txt
@@ -222,3 +222,10 @@ TODO: Add Vim arrow keys. Please forgive me.
 
 TODO: Use some other key for toggling loop (besides L), so we can make full use
       of HJKL arrow keys.
+
+TODO: In the queue, remove the track number, if possible! Search if all tracks
+      (or a majority?? maybe later if it becomes a problem...) follow the same
+      track number format (i.e. start with a number), and if so, remove from
+      the displayed name. Otherwise, the number is probably just part of the
+      track's actual name and shouldn't be removed.
+      (Done!)