0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-04 18:45:52 +00:00
termux-packages/packages/snapcast-server/server-etc-snapserver.conf.patch
2024-04-24 10:30:11 +03:00

39 lines
1.4 KiB
Diff

--- a/server/etc/snapserver.conf
+++ b/server/etc/snapserver.conf
@@ -30,7 +30,7 @@
#threads = -1
# the pid file when running as daemon
-#pidfile = /var/run/snapserver/pid
+#pidfile = @TERMUX_PREFIX@/var/run/snapserver/pid
# the user to run as when daemonized
#user = snapserver
@@ -39,7 +39,7 @@
# directory where persistent data is stored (server.json)
# if empty, data dir will be
-# - "/var/lib/snapserver/" when running as daemon
+# - "@TERMUX_PREFIX@/var/lib/snapserver/" when running as daemon
# - "$HOME/.config/snapserver/" when not running as daemon
#datadir =
@@ -65,7 +65,7 @@
# serve a website from the doc_root location
# disabled if commented or empty
-doc_root = /usr/share/snapserver/snapweb
+doc_root = @TERMUX_PREFIX@/share/snapserver/snapweb
# Hostname or IP under which clients can reach this host
# used to serve cached cover art
@@ -132,7 +132,7 @@
# tcp client: tcp://<server IP, e.g. 127.0.0.1>:<port>?name=<name>&mode=client
# alsa: alsa:///?name=<name>&device=<alsa device>[&send_silence=false][&idle_threshold=100][&silence_threshold_percent=0.0]
# meta: meta:///<name of source#1>/<name of source#2>/.../<name of source#N>?name=<name>
-source = pipe:///tmp/snapfifo?name=default
+source = pipe://@TERMUX_PREFIX@/tmp/snapfifo?name=default
# Default sample format: <sample rate>:<bits per sample>:<channels>
#sampleformat = 48000:16:2