2020-09-06, 01:26 PM
ill add the container script below to see if i missed something. i have 2 hdhomerun tuners a 4 and 2 stream versions. i can get it to channel scan fine and merge them together.
I have two issues
1. when i pull epg data from schedules direct the guide is not updating.
2. then i view a channel in the web gui nothing happens.
I added the webui port in advanced as i was not sure where to put it in the container xml as i coppied most of it. Thanks in advanced for any and all help with this.
<?xml version="1.0"?>
<Container version="2">
<Name>nextpvr</Name>
<Repository>nextpvr/nextpvr_amd64</Repository>
<Registry>https://hub.docker.com/r/nextpvr/nextpvr_amd64</Registry>
<Network>bridge</Network>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<WebUI>http://[IP]:[PORT:8866]/index.html</WebUI>
<Icon>https://d36jcksde1wxzq.cloudfront.net/saas-mega/blueFingerprint.png</Icon>
<DateInstalled>1599243887</DateInstalled>
<Networking>
<Mode>bridge</Mode>
<Publish/>
</Networking>
- <Data>
- <Volume>
<HostDir>/mnt/user/Recordings/</HostDir>
<ContainerDir>/recordings</ContainerDir>
<Mode>rw</Mode>
</Volume>
- <Volume>
<HostDir>/mnt/user/appdata/NextPVR/Buffer</HostDir>
<ContainerDir>/buffer</ContainerDir>
<Mode>rw</Mode>
</Volume>
- <Volume>
<HostDir>/mnt/user/appdata/NextPVR/Config/</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Config Name="Recordings" Target="/recordings" Default="" Mode="rw" Description="Recordings Folder" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/Recordings/</Config>
<Config Name="Buffer" Target="/buffer" Default="" Mode="rw" Description="Live TV Folder" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/NextPVR/Buffer</Config>
<Config Name="Configuration" Target="/config" Default="" Mode="rw" Description="Configuration Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/NextPVR/Config/</Config>
</Container>
I have two issues
1. when i pull epg data from schedules direct the guide is not updating.
2. then i view a channel in the web gui nothing happens.
I added the webui port in advanced as i was not sure where to put it in the container xml as i coppied most of it. Thanks in advanced for any and all help with this.
<?xml version="1.0"?>
<Container version="2">
<Name>nextpvr</Name>
<Repository>nextpvr/nextpvr_amd64</Repository>
<Registry>https://hub.docker.com/r/nextpvr/nextpvr_amd64</Registry>
<Network>bridge</Network>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<WebUI>http://[IP]:[PORT:8866]/index.html</WebUI>
<Icon>https://d36jcksde1wxzq.cloudfront.net/saas-mega/blueFingerprint.png</Icon>
<DateInstalled>1599243887</DateInstalled>
<Networking>
<Mode>bridge</Mode>
<Publish/>
</Networking>
- <Data>
- <Volume>
<HostDir>/mnt/user/Recordings/</HostDir>
<ContainerDir>/recordings</ContainerDir>
<Mode>rw</Mode>
</Volume>
- <Volume>
<HostDir>/mnt/user/appdata/NextPVR/Buffer</HostDir>
<ContainerDir>/buffer</ContainerDir>
<Mode>rw</Mode>
</Volume>
- <Volume>
<HostDir>/mnt/user/appdata/NextPVR/Config/</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Config Name="Recordings" Target="/recordings" Default="" Mode="rw" Description="Recordings Folder" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/Recordings/</Config>
<Config Name="Buffer" Target="/buffer" Default="" Mode="rw" Description="Live TV Folder" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/NextPVR/Buffer</Config>
<Config Name="Configuration" Target="/config" Default="" Mode="rw" Description="Configuration Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/NextPVR/Config/</Config>
</Container>