« get me outta code hell

Windows support! - 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:
authortowerofnix <towerofnix@gmail.com>2017-08-07 21:10:00 -0300
committertowerofnix <towerofnix@gmail.com>2017-08-07 21:12:19 -0300
commit588482d3dad9a3ff023b6a152c490e375eb6746a (patch)
tree5a78d0e2ac765d105718075ad7877e6d744130b4 /todo.txt
parente70c189576a80a162a3183172aac74f288e66ccd (diff)
Windows support!
(Hopefully this didn't break macOS/Linux.)
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.)