« get me outta code hell

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:
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 417e506..98ef844 100644
--- a/todo.txt
+++ b/todo.txt
@@ -268,3 +268,10 @@ TODO: Handle avconv failing (probably handle downloader rejections from within
 TODO: Delete temporary files when done with them - seriously! http-music alone
       filled up a good 9GB of disk space, solely on temporary music files.
       (Done!)
+
+TODO: Players (MPV, SoX) should be separate (sub-)classes.
+      (Done!)
+
+TODO: FIFO doesn't work on Windows.
+      (Done! - Use mpv-nofifo player. Would like to automatically check for
+      mkfifo command; then use nofifo if that doesn't exist.)