« get me outta code hell

Show track up next when delete-up-next is pressed - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/todo.txt
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2017-08-09 16:55:19 -0300
committerFlorrie <towerofnix@gmail.com>2017-08-09 16:55:19 -0300
commit4f1e01fd16fdb229bd109fbe2259bbe59826abef (patch)
tree27e697b020672a66ed3e0cb00471e4c81f21d4fc /todo.txt
parentbfb7cae523b469c02f72a092b2880d82996d9417 (diff)
Show track up next when delete-up-next is pressed
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index ae04c07..534d1ee 100644
--- a/todo.txt
+++ b/todo.txt
@@ -292,3 +292,11 @@ TODO: More selectors! No-loop/loop options of ordered and shuffled would be
 
 TODO: Magically watching for the play/pause keyboard button being pressed
       would be fun. (This would definitely be togglable via option!)
+
+TODO: Show the new up-next song when delete-up-next (backspace) is pressed.
+      (Done!)
+
+TODO: safeUnlink probably shouldn't throw/reject if it fails to delete its
+      given file (e.g. if a temporary file was automatically purged by the
+      system before safeUnlink). Having a warning might be better? (Since
+      *most* of the time it's probably a bug.)