// 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.