docs: Split web client list by transport (HTTP or MPD)
This commit is contained in:
parent
e70474fd14
commit
1647ea73d1
@ -4,12 +4,13 @@
|
|||||||
HTTP clients
|
HTTP clients
|
||||||
************
|
************
|
||||||
|
|
||||||
Mopidy added an :ref:`HTTP frontend <ext-http>` in 0.10 which provides the
|
Mopidy added an :ref:`HTTP frontend <ext-http>` and an :ref:`HTTP API
|
||||||
building blocks needed for creating web clients for Mopidy with the help of a
|
<http-api>` in 0.10 which together provides the building blocks needed for
|
||||||
WebSocket and a JavaScript library provided by Mopidy.
|
creating web clients for Mopidy with the help of a WebSocket and a JavaScript
|
||||||
|
library provided by Mopidy.
|
||||||
|
|
||||||
This page will list any HTTP/web Mopidy clients. If you've created one, please
|
This page will list any Mopidy web clients using the HTTP frontend. If you've
|
||||||
notify us so we can include your client on this page.
|
created one, please notify us so we can include your client on this page.
|
||||||
|
|
||||||
See :ref:`http-api` for details on how to build your own web client.
|
See :ref:`http-api` for details on how to build your own web client.
|
||||||
|
|
||||||
@ -24,9 +25,9 @@ woutervanwijk/Mopidy-Webclient
|
|||||||
The first web client for Mopidy is still under development, but is already very
|
The first web client for Mopidy is still under development, but is already very
|
||||||
usable. It targets both desktop and mobile browsers.
|
usable. It targets both desktop and mobile browsers.
|
||||||
|
|
||||||
To try it out, get a copy of https://github.com/woutervanwijk/Mopidy-WebClient
|
The web client used for the `Pi Musicbox
|
||||||
and point the :attr:`mopidy.settings.HTTP_SERVER_STATIC_DIR` setting towards
|
<http://www.woutervanwijk.nl/pimusicbox/>`_ is also available for other users
|
||||||
your copy of the web client.
|
of Mopidy. See https://github.com/woutervanwijk/Mopidy-WebClient for details.
|
||||||
|
|
||||||
|
|
||||||
Mopidy Lux
|
Mopidy Lux
|
||||||
@ -47,13 +48,8 @@ New web client developed by Meantime IT in the UK for their office jukebox. See
|
|||||||
https://github.com/meantimeit/jukepi for details.
|
https://github.com/meantimeit/jukepi for details.
|
||||||
|
|
||||||
|
|
||||||
Rompr
|
Other web clients
|
||||||
=====
|
=================
|
||||||
|
|
||||||
.. image:: /_static/rompr.png
|
For Mopidy web clients using Mopidy's MPD frontend instead of HTTP, see
|
||||||
:width: 557
|
:ref:`mpd-web-clients`.
|
||||||
:height: 600
|
|
||||||
|
|
||||||
`Rompr <http://sourceforge.net/projects/rompr/>`_ is a web based MPD client.
|
|
||||||
`mrvanes <https://github.com/mrvanes>`_, a Mopidy and Rompr user, said: "These
|
|
||||||
projects are a real match made in heaven."
|
|
||||||
|
|||||||
@ -320,7 +320,29 @@ purchased from `MPaD at iTunes Store
|
|||||||
when waiting for the connection to a server to succeed.
|
when waiting for the connection to a server to succeed.
|
||||||
|
|
||||||
|
|
||||||
|
.. _mpd-web-clients:
|
||||||
|
|
||||||
Web clients
|
Web clients
|
||||||
===========
|
===========
|
||||||
|
|
||||||
See :ref:`http-clients`.
|
The following web clients use the MPD protocol to communicate with Mopidy. For
|
||||||
|
other web clients, see :ref:`http-clients`.
|
||||||
|
|
||||||
|
|
||||||
|
Rompr
|
||||||
|
-----
|
||||||
|
|
||||||
|
.. image:: /_static/rompr.png
|
||||||
|
:width: 557
|
||||||
|
:height: 600
|
||||||
|
|
||||||
|
`Rompr <http://sourceforge.net/projects/rompr/>`_ is a web based MPD client.
|
||||||
|
`mrvanes <https://github.com/mrvanes>`_, a Mopidy and Rompr user, said: "These
|
||||||
|
projects are a real match made in heaven."
|
||||||
|
|
||||||
|
|
||||||
|
Partify
|
||||||
|
-------
|
||||||
|
|
||||||
|
`Partify <http://www.partify.us/>`_ is a web based MPD client focusing on
|
||||||
|
making music playing collaborative and social.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user