diff options
author | Florrie <towerofnix@gmail.com> | 2019-10-17 10:06:28 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-10-17 10:06:28 -0300 |
commit | e8dda5c874df324f2aaeaedd6771ae679b6f66c4 (patch) | |
tree | 9385b5edef74c720957bba2506d84f691975312e | |
parent | b3424b76383472ac9c7719435dd13ab7b8406a63 (diff) |
New todo.txt shenanigans
(These have been collected from the last few days of working on mtui.)
-rw-r--r-- | todo.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index 38f7cfe..0eca376 100644 --- a/todo.txt +++ b/todo.txt @@ -423,3 +423,16 @@ TODO: Investigate menubar UX - now that it uses KeyboardSelector, it's very (Done! Decided yes.) TODO: When a telnet client disconnects, the music stops. This shouldn't happen! + +TODO: Creating a new music player should base its details (volume, looping + status) on the player which was selected when it was created. + +TODO: Show the number of new entries in the "process (new entries)" label. + Probably don't show that menu option if there aren't any new entries. + (Also change it to "new tracks" instead of "new entries"?) + +TODO: A "play (in new player)" option in the play menu. It'd be nice to have + this in the queue's context menu, too. + +TODO: "Shuffle queue", "shuffle these tracks" options in the queue's + context menu? |