Play Spotify through your Raspberry Pi
The Raspberry Pi is awesome. So awesome that you can use it as a Spotify Connect device. In other words, you can use your Pi as wireless audio output device, beaming music from Spotify on your PC or phone to play it through your Pi.
Here’s how.
Spotify Premium: https://www.spotify.com/uk/premium/
15 Useful Spotify Tips & Tricks to Get the Most Out of Your Spotify Account: https://www.maketecheasier.com/spotify-tips-tricks/
RASPBERRY PI TERMINAL COMMANDS (cut and paste)
sudo apt update
sudo apt upgrade
sudo apt install -y apt-transport-https curl
curl -sSL https://dtcooper.github.io/raspotify/key.asc | sudo apt-key add -v -
echo 'deb https://dtcooper.github.io/raspotify raspotify main' | sudo tee /etc/apt/sources.list.d/raspotify.list
sudo apt update
sudo apt install raspotify
For more tech tips, how-tos, guides, app lists, game lists and all things tech, hit the ‘Subscribe’ button or check out our other videos: https://www.youtube.com/channel/UC5HhHXVDrGb30QwN0FTXBJw
Or visit our website at: https://www.maketecheasier.com/