diff options
author | Florrie <towerofnix@gmail.com> | 2019-07-19 16:08:22 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-07-19 16:08:22 -0300 |
commit | 2a758cbaf1e4bbb4d72047a1729040f8f342d69b (patch) | |
tree | 199854143342c9d8e008cc1139b21d5cf2c87a37 | |
parent | 589c5d276b4cb85b060ad01acae39d049a8245a4 (diff) |
todo.txt updates
-rw-r--r-- | todo.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index fdc3dd7..1e491d4 100644 --- a/todo.txt +++ b/todo.txt @@ -170,6 +170,7 @@ TODO: The "distribute" options shouldn't show up when you've only got a track TODO: If you remove tracks from the queue that are above the currently selected track of the queue, the selection index won't change -- so the actual selected track will become something different. No good! + (Done!) TODO: Arbitrary queue! I.e, you specify the downloadURL, then it queues that item. @@ -260,3 +261,10 @@ TODO: Color theme picker!! Make sure to save the choice in ~/.mtui, of course! TODO: An "interweaved" option in the "order" picker - works like putting every sub-group into a new queue, each time distributing evenly, then using that as the group to queue according to the "where" picker. + +TODO: A "reverse" option in the order picker! Also a "reverse order of groups" + or something, cuz why not yo. + +TODO: The context menu crashes when the input spans across the screen! Need to + figure out some kind of "fix layout according to max dimensions" code in + general - it'd be useful here. |