« 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.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 5cc064f..25c8369 100644
--- a/todo.txt
+++ b/todo.txt
@@ -109,3 +109,11 @@ TODO: Make the queue code more sane.
 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).
+
+TODO: A "remove from queue" option for tracks and groups, which removes them
+      and their children from the queue.
+      (Done!)
+
+TODO: After the end of a shuffled queue, the next song from the group of the
+      last track is played (and so on, until the group is empty). This seems
+      definitely wrong.