# 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 = ${mixidx}
# 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
# Default Vollibrespot config
# This file is autogenerated from the plugin, and will be overwritten when system changes are detected
[Authentication]
shared = true
username = ''
password = ''
device-name = 'Volumiokefe' # Name of the Spotify connect device
[Playback]
bitrate = 320
enable-volume-normalisation = true
normalisation-pregain = 1 # "Pregain (dB) applied by volume normalisation"
volume-ctrl = 'linear' # Volume control type - [linear, log, fixed]. Default is linear
autoplay = true
gapless = true
[Output]
device = 'plughw:5'
initial-volume = 100
mixer = 'alsa' # softvolume or alsa
mixer-name = 'D10s '
mixer-card = 'hw:5'
mixer-index = 0
# Disable alsa's mapped volume scale (cubic). Default false
mixer-linear-volume = false
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
volumio@volumiokefe:/$
You have something strange going on – The daemon starts up fine initially,
Mar 23 20:35:17 volumiokefe volumio[1295]: vollibrespot v0.2.2 cd96399 2020-10-07 (librespot 08d8bcc 2020-10-07) -- Built On 2020-10-07
Mar 23 20:35:17 volumiokefe volumio[1295]: Reading Config from "volspotify.toml"
Mar 23 20:35:17 volumiokefe volumio[1295]: [Vollibrespot] : Using Alsa backend with device: softvolume
But then later seems to have a corrupted config file:
Mar 23 20:36:16 volumiokefe volumio[1715]: Malformed config key: expected an equals, found a newline at line 33 column 4
Mar 23 20:36:16 volumiokefe systemd[1]: volspotconnect2.service: main process exited, code=exited, status=1/FAILURE
Could you reboot your system and send a fresh log? You can just paste the generated log link instead of a text file
The daemon is (now) up and running fine now, but is probably not showing up on your Spotify client for some reason. Try disabling the multi-user account and login with your credentials to confirm?