Update readme
This commit is contained in:
@@ -7,7 +7,6 @@ This Docker provides a simple solution to get live NHL and MLB games into your E
|
|||||||
```
|
```
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--name=xteve_lazystream \
|
--name=xteve_lazystream \
|
||||||
--net=host \
|
|
||||||
--log-opt max-size=10m \
|
--log-opt max-size=10m \
|
||||||
--log-opt max-file=3 \
|
--log-opt max-file=3 \
|
||||||
-e TZ="America/Los_Angeles" \
|
-e TZ="America/Los_Angeles" \
|
||||||
@@ -16,6 +15,9 @@ docker run -d \
|
|||||||
-v /mnt/user/appdata/xteve/_guide2go/:/guide2go:rw \
|
-v /mnt/user/appdata/xteve/_guide2go/:/guide2go:rw \
|
||||||
-v /mnt/user/appdata/xteve/playlists/:/playlists:rw \
|
-v /mnt/user/appdata/xteve/playlists/:/playlists:rw \
|
||||||
-v /tmp/xteve/:/tmp/xteve:rw \
|
-v /tmp/xteve/:/tmp/xteve:rw \
|
||||||
|
--add-host="mf.svc.nhl.com:$IP" \
|
||||||
|
--add-host="playback.svcs.mlb.com:$IP" \
|
||||||
|
--add-host="mlb-ws-mf.media.mlb.com:$IP" \
|
||||||
taylorbourne/xteve_lazystream
|
taylorbourne/xteve_lazystream
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -49,10 +51,6 @@ Please note that this Docker is configured to run in host mode. Once the Docker
|
|||||||
| /playlists | /mnt/user/appdata/xteve/playlists/ |
|
| /playlists | /mnt/user/appdata/xteve/playlists/ |
|
||||||
| /tmp/xteve | /tmp/xteve/ |
|
| /tmp/xteve | /tmp/xteve/ |
|
||||||
|
|
||||||
## Hosts file
|
|
||||||
|
|
||||||
In order to properly play streams from Lazystream you must update your hosts file. Please follow the steps on this page: https://www.reddit.com/r/LazyMan/wiki/hostsfile
|
|
||||||
|
|
||||||
## guide2go
|
## guide2go
|
||||||
|
|
||||||
If you have an existing guide2go setup you may copy the `.json` files into the path mounted at `/guide2go`. Otherwise run the following command and follow the on-screen steps
|
If you have an existing guide2go setup you may copy the `.json` files into the path mounted at `/guide2go`. Otherwise run the following command and follow the on-screen steps
|
||||||
|
|||||||
Reference in New Issue
Block a user