From: Mike Brady Date: Sat, 28 May 2016 09:40:20 +0000 (+0100) Subject: Update shairport-sync.conf X-Git-Tag: 2.8.4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d03650c501fe0c1f80acaadb58829b0fe806ccb;p=thirdparty%2Fshairport-sync.git Update shairport-sync.conf --- diff --git a/scripts/shairport-sync.conf b/scripts/shairport-sync.conf index ec0ce541..572893a6 100644 --- a/scripts/shairport-sync.conf +++ b/scripts/shairport-sync.conf @@ -4,12 +4,13 @@ // General Settings general = { -// name = "Shairport Sync on %H"; // This is the name the service will advertise to iTunes. -// The default is "" -- the first letter is capitalised (ASCII only.) -// You can use %h for the hostname, +// name = "%H"; // This means "Hostname" -- see below. This is the name the service will advertise to iTunes. +// The default is "Hostname" -- i.e. the machine's hostname with the first letter capitalised (ASCII only.) +// You can use the following substitutions: +// %h for the hostname, // %H for the Hostname (i.e. with first letter capitalised (ASCII only)), // %v for the version number, e.g. 2.8.4 and -// %V for the full version string, e.g. 2.8.4-OpenSSL-Avahi-ALSA-soxr-metadata +// %V for the full version string, e.g. 2.8.4-OpenSSL-Avahi-ALSA-soxr-metadata. // Overall length can not exceed 50 characters. Example: "Shairport Sync %v on %H". // password = "secret"; // leave this commented out if you don't want to require a password // interpolation = "basic"; // aka "stuffing". Default is "basic", alternative is "soxr". Use "soxr" only if you have a reasonably fast processor.