-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
volspotify.tmpl
32 lines (29 loc) · 1.15 KB
/
volspotify.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Default Vollibrespot config
# This file is autogenerated from the plugin, and will be overwritten when system changes are detected
[Authentication]
shared = ${shared}
username = '${username}'
password = '${password}'
device-name = '${devicename}' # Name of the Spotify connect device
[Playback]
bitrate = ${bitrate}
enable-volume-normalisation = ${normalvolume}
normalisation-pregain = 1 # "Pregain (dB) applied by volume normalisation"
volume-ctrl = '${mixeropts}' # Volume control type - [linear, log, fixed]. Default is linear
autoplay = ${autoplay}
gapless = ${gapless}
[Output]
device = '${outdev}'
initial-volume = ${initvol}
mixer = '${mixer}' # softvolume or alsa
mixer-name = '${mixname}'
mixer-card = '${mixdev}'
# mixer-index = 0
# Disable alsa's mapped volume scale (cubic). Default false
mixer-linear-volume = ${mixlin}
backend = 'alsa'
[Misc]
disable-audio-cache = true # Cache audio files (relies on local system for cleanup!)
cache-location = '/tmp' # Path to cache
metadata-port = 5030
# ap-port = 443 # Connect to AP with specified port. If no AP with that port are present fallback AP will be used. Available ports are usually 80, 443 and 4070