Update readme

This commit is contained in:
taylorbourne
2020-02-26 19:26:37 -08:00
parent 538674ad01
commit 464c4f504f

View File

@@ -6,17 +6,19 @@ 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" \ -v /mnt/user/appdata/xteve/:/root/.xteve:rw \
-v /mnt/user/appdata/xteve/:/root/.xteve:rw \ -v /mnt/user/appdata/xteve/_config/:/config:rw \
-v /mnt/user/appdata/xteve/_config/:/config:rw \ -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" \
taylorbourne/xteve_lazystream --add-host="playback.svcs.mlb.com:$IP" \
--add-host="mlb-ws-mf.media.mlb.com:$IP" \
taylorbourne/xteve_lazystream
``` ```
## guide2go ## guide2go
@@ -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