« get me outta code hell

WIP - support multiple players at once - 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-20 16:54:13 -0300
committerFlorrie <towerofnix@gmail.com>2019-09-20 16:54:13 -0300
commit6bad90e8e0db9c9273de984be53a1ca61b4d8a24 (patch)
tree45e5f2a74a4fe9f6d939590a5d547be939071596 /todo.txt
parenta5d3b710eb46e58708b8dbb51f5231ba534561fd (diff)
WIP - support multiple players at once
Currently bug-free and doesn't change anything about existing mtui
behavior! Meta N to create a new player, meta up/down to switch between
which one you're interacting with. Each player has its own queue.
Eventually (soon(TM)) there'll be much better UI to go with all this!
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 3470204..9e03156 100644
--- a/todo.txt
+++ b/todo.txt
@@ -403,3 +403,7 @@ TODO: Investigate why reveal() has distinct support for grouplikes as well as
       flattened children) after all. But if you could -- I think reveal should
       work the same for groups as it does for tracks, i.e. opening the parent
       and then selecting the item.
+
+TODO: Make the menubar work like context menus for keyboard selection, e.g.
+      pressing P should select 'Playback' (not bubble to the app element and
+      rewind to the previous track).