Mopidy on Osmc Alpha 4

I have a fully-operational OSMC 4.4 and Mopidy 2.0 RaspberryPI 2 by following these steps:

  1. Install mopidy apt-get install Mopidy
  2. Add mopidy repo GPG key wget -q -O - https://apt.mopidy.com/mopidy.gpg | sudo apt-key add -
  3. Add repo sudo wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/jessie.list
  4. Update apt-get update and install apt-get install Mopidy-Spotify
  5. Install cffi apt-get install python-cffi
  6. Install gstreamer-alsa apt-get install gstreamer1.0-alsa gstreamer1.0-tools
  7. Install Spotify pip install Mopidy-Spotify
  8. Run mopidy mopidy to create your default configuration file, and then close. Edit the config (ie ~/.config/mopidy/mopidy.conf) and set [audio] output = alsasink
  9. [optional] install Spotmop web interface pip install Mopidy-Spotmop

Please note that as mentioned, to avoid audio device conflicts, you need to STOP mopidy’s currently playing track prior to playing any media with Kodi. Ie mpc stop.

1 Like