« get me outta code hell

'Remove from queue' menu option - 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>2018-08-20 10:16:01 -0300
committerFlorrie <towerofnix@gmail.com>2018-08-20 10:16:01 -0300
commitef10e1b16f9d79789cdbc8f60a1aa71854d8f762 (patch)
treeda86519e2cf672760264e75b56377b53547812fa /todo.txt
parentb5980abf5df2a36c59db35163c129f5b1423c4a2 (diff)
'Remove from queue' menu option
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.