From 1e9f8593b773a9c52229572a2c5034955f6a915c Mon Sep 17 00:00:00 2001 From: Wouter van Wijk Date: Thu, 14 Mar 2013 23:36:52 +0100 Subject: [PATCH] markdown doesnt work. strange --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 49c2327..3789aae 100644 --- a/README.rst +++ b/README.rst @@ -30,6 +30,7 @@ Add a line *mopidy.frontends.http.HttpFrontend* to the FRONTENDS section of your Something like this: ```python + FRONTENDS = ( 'mopidy.frontends.mpd.MpdFrontend', 'mopidy.frontends.http.HttpFrontend', @@ -39,6 +40,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