Web frontend for Mopidy Audio server
Go to file
Wouter van Wijk 5610d3eedc readme markup
2013-01-01 22:50:48 +01:00
css truncated text of songinfo 2012-12-30 23:06:02 +01:00
img first commit for new version 2012-12-28 00:46:48 +01:00
js fixed two typo's/bugs, updated readme, 2013-01-01 22:44:05 +01:00
static truncated text of songinfo 2012-12-30 23:06:02 +01:00
.gitignore ignore update 2012-12-28 00:47:37 +01:00
index.html fixed two typo's/bugs, updated readme, 2013-01-01 22:44:05 +01:00
LICENSE.txt license/readme 2012-12-28 00:52:51 +01:00
README.rst readme markup 2013-01-01 22:50:48 +01:00

*********************
Mopidy Browser Client
*********************

Mopidy is a music server which can play music from `Spotify
<http://www.spotify.com/>`_ or from your local hard drive. 

This is a responsive html/js/css client for Mopidy. Responsive, so it works on desktop and mobile browsers.

##Installation##
To install Mopidy, check out
`the installation docs <http://docs.mopidy.com/en/latest/installation/>`_ or `the settings docs <http://docs.mopidy.com/en/latest/settings/>`_. 

##Quick install##
Drop the files from this client in a folder on your Mopidy-system. Then change the settings.py (in the root directory of the Mopidy code) to make it work. Add a line *mopidy.frontends.http.HttpFrontend* to the FRONTENDS section, and set the *HTTP_SERVER_STATIC_DIR* to point to the folder with the files from the web client.