Setting up Raspotify On the Raspberry Pi 4
Luke'sTech
You should join are discord ! If you have any problems or anything like that you can tell us from there--https://discord.gg/t3vT5p9
In this video I show how to setup and install the raspotify software on rpi OS! with this you can play spotify music from your phone and it will come out of your raspberry pi. The bolg about it--https://pimylifeup.com/raspberry-pi-spotify/
Commands to install 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 ... https://www.youtube.com/watch?v=W4n97xmck8E
11803159 Bytes