Setting Up Mopidy, Ncmpcpp, and Spotify on Debian Buster (Updated)
In Debian Buster, the main thing that caused me problems was that I had mpd installed, and it caused havic with, but once I uninstalled it, things started working. Here is the breakdown of what I did: Add the archive’s GPG key: wget - q - O - https : // apt . mopidy . com / mopidy . gpg | sudo apt - key add - Add the APT repo to your package sources: sudo wget - q - O / etc / apt / sources . list . d / mopidy . list https : // apt . mopidy . com /buster . list Install Mopidy and all dependencies: sudo apt-get update sudo apt-get install mopidy ncmpcpp mopidy-mpd mopidy-spotify There are two configuration files that need to be adjusted. First, there is the Mopidy configuration file : ~ /.config/mopidy/mopidy.conf Here is my configuration file: [logging] color = true console_format = %(levelname)-8s %(message)s debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n...