Skip to content

Instantly share code, notes, and snippets.

@cezarypiatek
Created July 5, 2020 17:58
Show Gist options
  • Save cezarypiatek/98e3dc1bd3aa1752ce191cff651dd633 to your computer and use it in GitHub Desktop.
Save cezarypiatek/98e3dc1bd3aa1752ce191cff651dd633 to your computer and use it in GitHub Desktop.
if you are constantly switching between audio devices it would be best to symlink asoundrc to asound.conf
rm /etc/asound.conf
ln -s /home/pi/.asoundrc /etc/asound.conf
then restart raspotify everytime you change device
sudo service raspotify restart
-----
nano /etc/default/raspotify
https://pimylifeup.com/raspberry-pi-spotify/
sudo systemctl restart raspotify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment