From 1647ea73d12740a2d1e62e6ad91c4bdf97552dd3 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 26 Apr 2013 21:03:08 +0200 Subject: [PATCH] docs: Split web client list by transport (HTTP or MPD) --- docs/clients/http.rst | 30 +++++++++++++----------------- docs/clients/mpd.rst | 24 +++++++++++++++++++++++- 2 files changed, 36 insertions(+), 18 deletions(-) diff --git a/docs/clients/http.rst b/docs/clients/http.rst index d67dbb7b..7b4ea72b 100644 --- a/docs/clients/http.rst +++ b/docs/clients/http.rst @@ -4,12 +4,13 @@ HTTP clients ************ -Mopidy added an :ref:`HTTP frontend ` in 0.10 which provides the -building blocks needed for creating web clients for Mopidy with the help of a -WebSocket and a JavaScript library provided by Mopidy. +Mopidy added an :ref:`HTTP frontend ` and an :ref:`HTTP API +` in 0.10 which together provides the building blocks needed for +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 -notify us so we can include your client on this page. +This page will list any Mopidy web clients using the HTTP frontend. If you've +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. @@ -24,9 +25,9 @@ woutervanwijk/Mopidy-Webclient The first web client for Mopidy is still under development, but is already very usable. It targets both desktop and mobile browsers. -To try it out, get a copy of https://github.com/woutervanwijk/Mopidy-WebClient -and point the :attr:`mopidy.settings.HTTP_SERVER_STATIC_DIR` setting towards -your copy of the web client. +The web client used for the `Pi Musicbox +`_ is also available for other users +of Mopidy. See https://github.com/woutervanwijk/Mopidy-WebClient for details. 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. -Rompr -===== +Other web clients +================= -.. image:: /_static/rompr.png - :width: 557 - :height: 600 - -`Rompr `_ is a web based MPD client. -`mrvanes `_, a Mopidy and Rompr user, said: "These -projects are a real match made in heaven." +For Mopidy web clients using Mopidy's MPD frontend instead of HTTP, see +:ref:`mpd-web-clients`. diff --git a/docs/clients/mpd.rst b/docs/clients/mpd.rst index 878b01f0..0993303d 100644 --- a/docs/clients/mpd.rst +++ b/docs/clients/mpd.rst @@ -320,7 +320,29 @@ purchased from `MPaD at iTunes Store when waiting for the connection to a server to succeed. +.. _mpd-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 `_ is a web based MPD client. +`mrvanes `_, a Mopidy and Rompr user, said: "These +projects are a real match made in heaven." + + +Partify +------- + +`Partify `_ is a web based MPD client focusing on +making music playing collaborative and social.