« get me outta code hell

Update todo.txt - 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:
authorLiam <towerofnix@gmail.com>2017-06-16 20:40:46 -0300
committerLiam <towerofnix@gmail.com>2017-06-16 20:40:46 -0300
commit5f22ac6b2cc2a3946cbe754b06610e82ce004dff (patch)
tree371f319e14a5494aadb4ffee98d204c575ce20e4 /todo.txt
parente3aab40a0ac45ae13384b28b27c242ff11a7c4d4 (diff)
Update todo.txt
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 439181b..7620dba 100644
--- a/todo.txt
+++ b/todo.txt
@@ -89,6 +89,7 @@ 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.
+      (Done!)
 
 TODO: Make a --help/-h/-? option that directs helpless users to the man page.
       (Done!)
@@ -135,3 +136,6 @@ TODO: Figure out why written track files (when using HTTP downloader) are
       and then sanitize the href-file name, so that we get 'Foo Bar.mp3'
       instead of 'Foo%20Bar.mp3'.
       (Done!)
+
+TODO: Make max download attempts variable by the user (without requiring
+      source editing, obviously).