« get me outta code hell

Handle player process crashing gracefully - 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>2018-02-23 09:01:02 -0400
committerFlorrie <towerofnix@gmail.com>2018-02-23 09:01:04 -0400
commitcd661532bcc861d177730273130768a33928ca37 (patch)
treea420c633e7813909d2d30e7d1d7e34798c733616 /todo.txt
parentee1fb8297bbd71faa51985556232bb75cae11274 (diff)
Handle player process crashing gracefully
E.g. try pulseaudio -k, then run http-music.
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 83ed985..073a18b 100644
--- a/todo.txt
+++ b/todo.txt
@@ -432,3 +432,4 @@ TODO: Be a bit more loose (strict?) about what means crashing... Right now if
       command fails (i.e. mpv or sox exits with code 1), THAT should also be
       counted as a failure. (An example case of the "play" command failing --
       trying to play a track when there is no audio device.)
+      (Done!)