« get me outta code hell

A couple of ideas - 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:
authorliam4 <towerofnix@gmail.com>2017-06-06 16:49:46 -0300
committerliam4 <towerofnix@gmail.com>2017-06-06 16:49:46 -0300
commitc8d6f1697bb814ed27386dda81ddc0a0a95d46f3 (patch)
tree1b0a783c9c4a9d5dc3fec8b2b82fc6bdc054309c /todo.txt
parent170b9091f662e082a410128644b63ae787747c94 (diff)
A couple of ideas
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 032df54..c50bff5 100644
--- a/todo.txt
+++ b/todo.txt
@@ -84,3 +84,10 @@ TODO: *Requiring* a literal `playlist.json` file doesn't seem quite right,
 TODO: Make local downlaoder sort more natural - that is, 10 comes immediately
       after 9, not 1. (1, 5, 9, 10, 12; not 1, 10, 12, 5, 9.)
       (Done!)
+
+TODO: Make a way to skip tracks while playing. Currently the only way is to
+      kill and restart the http-music process; this is bad for numerous
+      reasons, particularly because it gets rid of the pre-downloaded track and
+      forces the user to wait for another one to be downloaded.
+
+TODO: Make a --help/-h/-? option that directs helpless users to the man page.