From 464c4f504f83296499e8463b99b2efffbd79d14c Mon Sep 17 00:00:00 2001 From: taylorbourne Date: Wed, 26 Feb 2020 19:26:37 -0800 Subject: [PATCH] Update readme --- README.md | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 8537002..b3f60b2 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,19 @@ This Docker provides a simple solution to get live NHL and MLB games into your E ``` docker run -d \ - --name=xteve_lazystream \ - --net=host \ - --log-opt max-size=10m \ - --log-opt max-file=3 \ - -e TZ="America/Los_Angeles" \ - -v /mnt/user/appdata/xteve/:/root/.xteve:rw \ - -v /mnt/user/appdata/xteve/_config/:/config:rw \ - -v /mnt/user/appdata/xteve/_guide2go/:/guide2go:rw \ - -v /mnt/user/appdata/xteve/playlists/:/playlists:rw \ - -v /tmp/xteve/:/tmp/xteve:rw \ - taylorbourne/xteve_lazystream + --name=xteve_lazystream \ + --log-opt max-size=10m \ + --log-opt max-file=3 \ + -e TZ="America/Los_Angeles" \ + -v /mnt/user/appdata/xteve/:/root/.xteve:rw \ + -v /mnt/user/appdata/xteve/_config/:/config:rw \ + -v /mnt/user/appdata/xteve/_guide2go/:/guide2go:rw \ + -v /mnt/user/appdata/xteve/playlists/:/playlists: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 ``` ## 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/ | | /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 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