From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 30 Dec 2022 19:21:16 +0000 (+0000) Subject: small layout edit to shairport-sync.conf X-Git-Tag: 4.2.1d0~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bc072eb9f79026997103388932177419674dda5;p=thirdparty%2Fshairport-sync.git small layout edit to shairport-sync.conf --- diff --git a/scripts/shairport-sync.conf b/scripts/shairport-sync.conf index 660d2b2a..61a56684 100644 --- a/scripts/shairport-sync.conf +++ b/scripts/shairport-sync.conf @@ -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