quottax
Results
2
comments of
quottax
But how you do that? If i install raspotify it blocks the RPi-Jukebox-Software or it doesnt work when playing music over the MPD.
Now i have a solution for the blocked audio output! In the file /etc/default/raspotify i added this line: `OPTIONS="-v --device hw:sndrpihifiberry hw:0 --onevent /home/pi/setaudiodevice.sh"` File setaudiodevice.sh: `#!/bin/bash` `if [ "$PLAYER_EVENT"...