diff --git a/docs/clients/http.rst b/docs/clients/http.rst index 296a1886..3fa6eadb 100644 --- a/docs/clients/http.rst +++ b/docs/clients/http.rst @@ -4,81 +4,4 @@ HTTP clients ************ -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 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. - - -.. include:: /ext/musicbox_webclient.rst - - -.. include:: /ext/moped.rst - - -.. include:: /ext/kuechenradio.rst - - -JukePi -====== - -A Mopidy web client made with Backbone.js by Meantime IT in the UK for their -office jukebox. - - JukePi is a web client for the Mopidy music server. Mopidy empowers you to - create a custom music server that can connect to Spotify, play local mp3s - and more. - - -- https://github.com/meantimeit/jukepi - - -Apollo Player -============= - -A Mopidy web client made by Argonaut in SF for their office jukebox. - - Mopidy frontend community driven playlist. Driven by Node.js, Backbone.js, - and Require.js. - --- https://github.com/samcreate/Apollo-Player - - We've released ARGONAUT's first open source playlist app, APOLLO. It uses - Mopidy (and the Mopidy Spotify plugin) to create a social listening - experience for your home or office. - - Users authenticate via Twitter, then search the Spotify library and add - tracks to the playlist, which plays on the local machine (via Node.js - server). When the playlist runs out, it switches to a default playlist that - you define. - - Users can also bomb a track---if it receives 3 down votes, it plays a - Spotify track to announce the bomb (we use "children booing")---then skips - to the next track. - --- http://blog.argonautinc.com/post/83027259908/music-is-pretty-important-to-our-culture-and - - -Mopify -====== - -An in-development web client that clones the Spotify user interface on top of -Mopidy and the Spotify web APIs. - - A Mopidy web client based on the Spotify webbased interface. If you use - Mopidy in combination with local music this client probably won't work. - This client uses the Spotify and EchoNest API to speed up searching and - artist/album lookup. - - -- https://github.com/dirkgroenen/Mopify - - -Other web clients -================= - -For Mopidy web clients using Mopidy's MPD frontend instead of HTTP, see -:ref:`mpd-web-clients`. +See :ref:`ext-web`. diff --git a/docs/ext/api_explorer.rst b/docs/ext/api_explorer.rst deleted file mode 100644 index 3049a647..00000000 --- a/docs/ext/api_explorer.rst +++ /dev/null @@ -1,16 +0,0 @@ -.. _http-explore-extension: - -Mopidy-API-Explorer -=================== - -https://github.com/dz0ny/mopidy-api-explorer - -Web extension for browsing the Mopidy HTTP API. - -.. image:: /ext/api_explorer.png - :width: 1176 - :height: 713 - -To install, run:: - - pip install Mopidy-API-Explorer diff --git a/docs/ext/kuechenradio.rst b/docs/ext/kuechenradio.rst deleted file mode 100644 index 5288caeb..00000000 --- a/docs/ext/kuechenradio.rst +++ /dev/null @@ -1,11 +0,0 @@ -Mopidy-HTTP-Kuechenradio -========================= - -https://github.com/tkem/mopidy-http-kuechenradio - -A deliberately simple Mopidy Web client for mobile devices. Made with jQuery -Mobile by Thomas Kemmer. - -To install, run:: - - pip install Mopidy-HTTP-Kuechenradio diff --git a/docs/ext/moped.rst b/docs/ext/moped.rst deleted file mode 100644 index 573a6519..00000000 --- a/docs/ext/moped.rst +++ /dev/null @@ -1,14 +0,0 @@ -Mopidy-Moped -============ - -https://github.com/martijnboland/moped - -A Mopidy web client made with AngularJS by Martijn Boland. - -.. image:: /ext/moped.png - :width: 720 - :height: 450 - -To install, run:: - - pip install Mopidy-Moped diff --git a/docs/ext/musicbox_webclient.rst b/docs/ext/musicbox_webclient.rst deleted file mode 100644 index 83cc4e37..00000000 --- a/docs/ext/musicbox_webclient.rst +++ /dev/null @@ -1,16 +0,0 @@ -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. - -.. image:: /ext/musicbox_webclient.png - :width: 1275 - :height: 600 - -To install, run:: - - pip install Mopidy-MusicBox-Webclient diff --git a/docs/ext/web.rst b/docs/ext/web.rst index 8a72c7e1..2673e03d 100644 --- a/docs/ext/web.rst +++ b/docs/ext/web.rst @@ -12,13 +12,80 @@ This list is moderated and updated on a regular basis. If you want your package to show up here, follow the :ref:`guide on creating extensions `. -.. include:: /ext/api_explorer.rst +.. _http-explore-extension: + +Mopidy-API-Explorer +=================== + +https://github.com/dz0ny/mopidy-api-explorer + +Web extension for browsing the Mopidy HTTP API. + +.. image:: /ext/api_explorer.png + :width: 1176 + :height: 713 + +To install, run:: + + pip install Mopidy-API-Explorer -.. include:: /ext/kuechenradio.rst +Mopidy-HTTP-Kuechenradio +========================= + +https://github.com/tkem/mopidy-http-kuechenradio + +A deliberately simple Mopidy Web client for mobile devices. Made with jQuery +Mobile by Thomas Kemmer. + +To install, run:: + + pip install Mopidy-HTTP-Kuechenradio -.. include:: /ext/moped.rst +Mopidy-Moped +============ + +https://github.com/martijnboland/moped + +A Mopidy web client made with AngularJS by Martijn Boland. + +.. image:: /ext/moped.png + :width: 720 + :height: 450 + +To install, run:: + + pip install Mopidy-Moped -.. include:: /ext/musicbox_webclient.rst +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. + +.. image:: /ext/musicbox_webclient.png + :width: 1275 + :height: 600 + +To install, run:: + + pip install Mopidy-MusicBox-Webclient + + +Other web clients +================= + +There's also some other web clients for Mopidy that use the :ref:`http-api`, +but isn't installable using ``pip``: + +- `Apollo Player `_ +- `JukePi `_ + +In addition, there's several web based MPD clients, which doesn't use the +:ref:`ext-http` frontend at all, but connect to Mopidy through our +:ref:`ext-mpd` frontend. For a list of those, see :ref:`mpd-web-clients`.