no markdown...
This commit is contained in:
parent
1e9f8593b7
commit
3fd54d202d
@ -29,8 +29,6 @@ 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',
|
||||
@ -41,8 +39,6 @@ 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
|
||||
|
||||
Security
|
||||
|
||||
Loading…
Reference in New Issue
Block a user