Web extensions

Here you can find a list of external packages that extend Mopidy with additional web interfaces by implementing the HTTP server side API, which was added in Mopidy 0.19, and optionally using the HTTP JSON-RPC API.

This list is moderated and updated on a regular basis. If you want your package to show up here, follow the guide on creating extensions.

Mopidy-API-Explorer

https://github.com/dz0ny/mopidy-api-explorer

Web extension for browsing the Mopidy HTTP API.

../_images/api_explorer.png

To install, run:

pip install Mopidy-API-Explorer

Mopidy-Local-Images

https://github.com/tkem/mopidy-local-images

Not a full-featured Web client, but rather a local library and Web extension which allows other Web clients access to album art embedded in local media files.

../_images/local_images.jpg

To install, run:

pip install Mopidy-Local-Images

Mopidy-Mobile

https://github.com/tkem/mopidy-mobile

A Mopidy Web client extension and hybrid mobile app, made with Ionic, AngularJS and Apache Cordova by Thomas Kemmer.

../_images/mobile.png

To install, run:

pip install Mopidy-Mobile

Mopidy-Moped

https://github.com/martijnboland/moped

A Mopidy web client made with AngularJS by Martijn Boland.

../_images/moped.png

To install, run:

pip install Mopidy-Moped

Mopidy-Mopify

https://github.com/dirkgroenen/mopidy-mopify

A web client that uses external web services to provide additional features and a more “complete” Spotify music experience. It’s currently targeted at people using Spotify through Mopidy. Made by Dirk Groenen.

../_images/mopify.jpg

To install, run:

pip install Mopidy-Mopify

Mopidy-MusicBox-Webclient

https://github.com/woutervanwijk/Mopidy-MusicBox-Webclient

The first web client for Mopidy, made with jQuery Mobile by Wouter van Wijk. Also the web client used for Wouter’s popular Pi Musicbox image for Raspberry Pi.

../_images/musicbox_webclient.png

To install, run:

pip install Mopidy-MusicBox-Webclient

Mopidy-Simple-Webclient

https://github.com/xolox/mopidy-simple-webclient

A minimalistic web client targeted for mobile devices. Made with jQuery and Bootstrap by Peter Odding.

../_images/simple_webclient.png

To install, run:

pip install Mopidy-Simple-Webclient

Mopidy-WebSettings

https://github.com/woutervanwijk/mopidy-websettings

A web extension for changing settings. Used by the Pi MusicBox distribution for Raspberry Pi, but also usable for other projects.

Other web clients

There’s also some other web clients for Mopidy that use the HTTP JSON-RPC API, but isn’t installable using pip:

In addition, there’s several web based MPD clients, which doesn’t use the Mopidy-HTTP frontend at all, but connect to Mopidy through our Mopidy-MPD frontend. For a list of those, see Web clients.