« get me outta code hell

naughty hack for context menu in playlist sources - 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:
author(quasar) nebula <towerofnix@gmail.com>2021-04-25 19:06:31 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-04-25 19:06:31 -0300
commita1aa060f848e7d8da29142954c4f642970fc3fab (patch)
tree7d3d03ccbf01a229a411d6d21f4bfd8c583d025d /todo.txt
parentf0874e35653b50aa59b362fa8c8d9bd7ab6e416a (diff)
naughty hack for context menu in playlist sources
...plus a todo detailing what should be better
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 f115383..726e04f 100644
--- a/todo.txt
+++ b/todo.txt
@@ -592,3 +592,10 @@ TODO: The checks for "grouplike"/"track" have been super arbitrary for a long
 
 TODO: Synchronize items that have been shared with the party upon a new client
       joining. Should be next to (or part of) the initialize-backend command.
+
+TODO: We currently use a hack to access the original item in the context menu
+      for items in the party sources listing. This doesn't make, for example,
+      queuing by pressing enter on a track work. We should instead have a way
+      to specifically refer to the item "represented" by a line, rather than
+      the literal object it's associated with (i.e. the pseudo-track/group
+      shared in the sources array).