« get me outta code hell

'Clear past / up to this track' queue menu options - 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-09-10 12:23:41 -0300
committerFlorrie <towerofnix@gmail.com>2019-09-10 12:23:41 -0300
commit47bd859d1a02683395bbf941d7dc0375d7ef8334 (patch)
tree484c6fdc82af9b14a2ff1e6894d2ad3b060aa3c6 /todo.txt
parent366b6e90f1d237a8e1e0d92224f65990157d0cd6 (diff)
'Clear past / up to this track' queue menu options
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 216a488..14c2dd1 100644
--- a/todo.txt
+++ b/todo.txt
@@ -288,3 +288,16 @@ TODO: When you queue a song which is already before the current song / insert
       index in the queue, it ends up being placed one index closer to the end
       than intended. Fix this!
       (Done!)
+
+TODO: A "clear after this track" option. Maybe also a corresponding "clear
+      up to this track" option?
+      (Done!)
+
+TODO: Maybe also a "pause after this track" option. Worth considering!
+
+TODO: Pay closer attention to the ordering of queue items' context menu...
+      I like how it is right now for accessibility to specific menu items
+      (play sooner/later immediately under the start position, remove from
+      queue one "above" the start pos = at the bottom) -- but it might make
+      more logical sense to group 'play sooner', 'play next', and 'remove
+      from queue' all into one section.