From 49677b6caa9654fb976765ab962ca64fda613b9e Mon Sep 17 00:00:00 2001 From: Wouter van Wijk Date: Thu, 14 Mar 2013 23:45:46 +0100 Subject: [PATCH] markup fixed I hope --- README.rst => README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename README.rst => README.md (99%) diff --git a/README.rst b/README.md similarity index 99% rename from README.rst rename to README.md index d7ad2a1..7f033e6 100644 --- a/README.rst +++ b/README.md @@ -28,7 +28,7 @@ Drop the 'webclient' folder in a folder on your Mopidy-system. Then change the s Add a line *mopidy.frontends.http.HttpFrontend* to the FRONTENDS section of your settings.py in the .config directory, and set the *HTTP_SERVER_STATIC_DIR* to point to the folder with the files from the web client. Something like this: - +```python FRONTENDS = ( 'mopidy.frontends.mpd.MpdFrontend', 'mopidy.frontends.http.HttpFrontend', @@ -38,6 +38,7 @@ FRONTENDS = ( HTTP_SERVER_HOSTNAME = u'0.0.0.0' HTTP_SERVER_PORT = 6680 HTTP_SERVER_STATIC_DIR = u'/opt/webclient' +``` Then point your browser (modern, with websockets: recent versions of Firefox, Chrome, Safari and IE10) to the ip-address and port of your device, which you added to the settings.py. e.g. http://192.168.1.5:6680