nicokaiser / rpi-audio-receiver

Raspberry Pi Audio Receiver with Bluetooth A2DP, AirPlay 2, and Spotify Connect
MIT License
1.37k stars 148 forks source link

Raspotify wrong config file #104

Closed Arcadia197 closed 2 years ago

Arcadia197 commented 3 years ago

I didn't have a deeper look if this is created by the script or something from raspotify itself, but the file under /etc/default/raspotify has some wrong configurations after setup for me.

In particular: the line with VOLUME_ARGS is causing issues. I had to change it manually to: _VOLUMEARGS="--enable-volume-normalisation --volume-ctrl linear --initial-volume=100" and to restart the service with sudo systemctl restart raspotify to get the device to show up in spotify successfully

Tested on my RPi 0 (two seperate ones) and RPi 4

nicokaiser commented 3 years ago

Which issues is the line creating? Apart from "--enable-volume-normalisation" the generated config file is the same as the VOLUME_ARGS you posted... Or did I miss somthing?

Arcadia197 commented 3 years ago

I'm sorry I didn't include further information about the error yet. I will setup another RPI 0 soon and will then provide the full created config file after the log and the syslog error from raspotify.