Install Spotify Connect on your Raspberry Pi with ‘raspotify” on Raspberry Pi OS

Setting up Spotify Connect on the Raspberry Pi First update your Pi’s OS: sudo apt update sudo apt upgrade Install ‘curl’ and ‘apt-transport-https’ sudo apt install -y apt-transport-https curl Add the raspotify repository and the GPG key: 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… Continue reading Install Spotify Connect on your Raspberry Pi with ‘raspotify” on Raspberry Pi OS

Subsonic issues on Ubuntu Server?

HTTP ERROR: 503 Can’t load server My subsonic installation was not working! I tried everything (or so I thought) including reinstalling subsonic, looking at my router settings (is 4040 configured properly?) etc. Finally I found the solution: cleaning up a corrupt Subsonic Database. If you are being met with a 503 html error, this could… Continue reading Subsonic issues on Ubuntu Server?