]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
small layout edit to shairport-sync.conf
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 30 Dec 2022 19:21:16 +0000 (19:21 +0000)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 30 Dec 2022 19:21:16 +0000 (19:21 +0000)
scripts/shairport-sync.conf

index 660d2b2ae29be567437e4a017e50f433ad9fe6b6..61a566848e0fcf36e5836f3ca88071059a56ebf3 100644 (file)
@@ -81,7 +81,8 @@ sessioncontrol =
 //     run_this_before_play_begins = "/full/path/to/application and args"; // make sure the application has executable permission. If it's a script, include the shebang (#!/bin/...) on the first line
 //     run_this_after_play_ends = "/full/path/to/application and args"; // make sure the application has executable permission. If it's a script, include the shebang (#!/bin/...) on the first line
 
-//     run_this_if_an_unfixable_error_is_detected = "/full/path/to/application and args"; // if a problem occurs that can't be cleared by Shairport Sync itself, hook a program on here to deal with it. An error code-string is passed as the last argument.
+//     run_this_if_an_unfixable_error_is_detected = "/full/path/to/application and args"; // if a problem occurs that can't be cleared by Shairport Sync itself, hook a program on here to deal with it.
+//       An error code-string is passed as the last argument.
 //       Many of these "unfixable" problems are caused by malfunctioning output devices, and sometimes it is necessary to restart the whole device to clear the problem.
 //       You could hook on a program to do this automatically, but beware -- the device may then power off and restart without warning!
 //     wait_for_completion = "no"; // set to "yes" to get Shairport Sync to wait until the "run_this..." applications have terminated before continuing