« get me outta code hell

make locally opened playlists have a group name! - 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-07-03 21:29:39 -0300
committerFlorrie <towerofnix@gmail.com>2020-07-03 21:29:39 -0300
commit3d73a0da45cc8e13b5ac0f58f57683ab2d772838 (patch)
treea03a62cc792c127a83592a48d040d65aeab0b21b /todo.txt
parenta58f06407291824be882d896df58bace5e663196 (diff)
make locally opened playlists have a group name!
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 8bfc682..98a57a8 100644
--- a/todo.txt
+++ b/todo.txt
@@ -521,3 +521,21 @@ TODO: In that regard, also change the queue length label (just above the time
       label) to indicate which track is selected --- RELATIVE to the current
       track, ala "40 (+5) / 1032" or "5 (-1) / 10".
       (Done!)
+
+TODO: Deselecting a grouplike listing (e.g. by clicking elsewhere) should hide
+      its "jump to" element.
+
+TODO: A "before selected item" option for in the queue menu!
+
+TODO: The sorting for library3/C418 seems to be weird???? Could be pointing to
+      some bug!
+
+TODO: Selecting a group from the path listing at the bottom of listings should
+      make it so the child of that group matching with the path is selected.
+      For example: selecting X in W/X/Y/Z would open the directory X and
+      select item Y; selecting Z would open the directory Z and select the
+      track (or group) which the path element is active on in the first place.
+
+TODO: UI to change the directory from which mtui reads music by default!
+
+TODO: file/folder browse-select UI 0_0