« get me outta code hell

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:
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 1993e64..680f5e9 100644
--- a/todo.txt
+++ b/todo.txt
@@ -99,3 +99,10 @@ TODO: Only show scrollbars if the form is actually scrollable. (This would make
 
 TODO: "Play" (now), in the context menu, should act like a queue-up-next, not a
       queue-at-end. (Done!)
+
+TODO: Make the queue code more sane.
+      (Done!)
+
+TODO: Figure out when the "queue" context menu options should immediately play
+      the track. Currently, they don't ever initiate playing (besides the
+      "Play now" option).