The shortly upcoming Mopidy 0.19 release lets web clients be installed as Mopidy extensions. This makes it possible to install a web client simply by running e.g. pip install Mopidy-Lux and restarting Mopidy. No configuration changes needed. No git clone or download-and-unzip.
Multiple web clients can be installed at the same time, as each client is hosted with a prefix, e.g. Mopidy-Lux on http://localhost:6680/lux/. Mopidy provides a list of all installed web clients on http://localhost:6680/mopidy/.
Mopidy 0.19 hasn't been released yet, but this feature is complete and available in our develop branch. We want web client authors to start working on making all the web clients pip-installable.
The main sources of information is:
We'll be happy to help you get this working nicely. Let us know if you run into problems.
The shortly upcoming Mopidy 0.19 release lets web clients be installed as Mopidy extensions. This makes it possible to install a web client simply by running e.g.
pip install Mopidy-Luxand restarting Mopidy. No configuration changes needed. Nogit cloneor download-and-unzip.Multiple web clients can be installed at the same time, as each client is hosted with a prefix, e.g. Mopidy-Lux on
http://localhost:6680/lux/. Mopidy provides a list of all installed web clients onhttp://localhost:6680/mopidy/.Mopidy 0.19 hasn't been released yet, but this feature is complete and available in our develop branch. We want web client authors to start working on making all the web clients pip-installable.
The main sources of information is:
We'll be happy to help you get this working nicely. Let us know if you run into problems.