Created
July 5, 2020 17:58
-
-
Save cezarypiatek/98e3dc1bd3aa1752ce191cff651dd633 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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