This commit is contained in:
Wouter van Wijk 2013-03-14 23:33:25 +01:00
parent d9bddc50cf
commit 7ca9055a3d

View File

@ -29,15 +29,17 @@ Add a line *mopidy.frontends.http.HttpFrontend* to the FRONTENDS section of your
Something like this:
FRONTENDS = (
'mopidy.frontends.mpd.MpdFrontend',
'mopidy.frontends.http.HttpFrontend',
'mopidy.frontends.lastfm.LastfmFrontend',
'mopidy.frontends.mpris.MprisFrontend',
)
HTTP_SERVER_HOSTNAME = u'0.0.0.0'
HTTP_SERVER_PORT = 6680
HTTP_SERVER_STATIC_DIR = u'/opt/webclient'
```python
FRONTENDS = (
'mopidy.frontends.mpd.MpdFrontend',
'mopidy.frontends.http.HttpFrontend',
'mopidy.frontends.lastfm.LastfmFrontend',
'mopidy.frontends.mpris.MprisFrontend',
)
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