summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/squeezelite/files/squeezelite.conf.d')
-rw-r--r--media-sound/squeezelite/files/squeezelite.conf.d11
1 files changed, 9 insertions, 2 deletions
diff --git a/media-sound/squeezelite/files/squeezelite.conf.d b/media-sound/squeezelite/files/squeezelite.conf.d
index 5eaea00..86235b4 100644
--- a/media-sound/squeezelite/files/squeezelite.conf.d
+++ b/media-sound/squeezelite/files/squeezelite.conf.d
@@ -1,6 +1,5 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
# Configuration for /etc/init.d/squeezelite
@@ -21,4 +20,12 @@ SL_USER=squeezelite
# Any other switches to pass to Squeezelite. See 'squeezelite -h' for
# a description of all possible switches.
+
+# Example setting:
+# 1. the ALSA output device
+# 2. the player name
+# 3. turning on visualiser support (-v)
+#
+# SL_OPTS="-o sysdefault -n $HOSTNAME -v"
+#
SL_OPTS=""