]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update shairport-sync.conf
authorMike Brady <mikebrady@eircom.net>
Sat, 28 May 2016 09:40:20 +0000 (10:40 +0100)
committerMike Brady <mikebrady@eircom.net>
Sat, 28 May 2016 09:40:20 +0000 (10:40 +0100)
scripts/shairport-sync.conf

index ec0ce54139ea4fd7bc7b586e378f491eede186a9..572893a6611b5764eb113143eb7cde3f5f605f41 100644 (file)
@@ -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 "<Hostname>" -- 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.