« get me outta code hell

cli args (bass boost ur music) - 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>2020-02-15 22:13:53 -0400
committerFlorrie <towerofnix@gmail.com>2020-02-15 22:15:15 -0400
commit48ed5168d477fe11fe4f21ae104e3750935b0943 (patch)
treec0d9260246933d180a2fa5405da8e66e9c484705 /todo.txt
parentfd09d0196f8db2102f9364a56f3075bf2cd93c88 (diff)
cli args (bass boost ur music)
$ mtui --player sox --player-options bass +25 \;
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 5e1fe65..418ee49 100644
--- a/todo.txt
+++ b/todo.txt
@@ -472,3 +472,13 @@ TODO: Update to work with IPC server mpv (and socat).
 
 TODO: Look into testing ^that on Windows. Remove mkfifo, since it's probably
       no longer necessary!
+
+TODO: Expand selection context menu by pressing the heading button! It should
+      show a list of the tracks contained within the selection. Selecting any
+      item should reveal that item in the main listing pane.
+
+TODO: Opening the selection contxt menu should show an option to either add or
+      remove the cursor-focused item from the selection - this would make
+      selection accessible when a keyboard or the shift key is inaccessible.
+
+TODO: Integrate the rest of the stuff that handles argv into parseOptions.