Docker bundle that provides xTeVe and guide2go for enhanced guide data and Plex/Emby IPTV integration, and Lazystream for integrated high-quality NHL and MLB games.
Uses the new --host and host flags for lazystream to better setup a host override. The variable hostOverride, if set, will update the host used by lazystream and the hosts file update in the docker container. This provides a more robust implementation over #72
Make trim_xmltv default to no. I don't think having it as a default is good practice, as it's a breaking change and I don't believe reliable at all w/ xTeVe.
This PR makes 2 changes:
--host
andhost
flags forlazystream
to better setup a host override. The variablehostOverride
, if set, will update the host used bylazystream
and the hosts file update in the docker container. This provides a more robust implementation over #72trim_xmltv
default to no. I don't think having it as a default is good practice, as it's a breaking change and I don't believe reliable at all w/ xTeVe.