2017-03-24, 01:25 PM
thank you, So right now I have the system working except sometime the remote PC using the web access will freeze up, let talk about my next step, the idea to have the nextPVR running in the backend meanwhile, using the latest Kodi "Krypton" II added the PVR client I have the channel loaded on the TV tab I can see the analog channels on the left pan, but when I choose the channel it goes to a waiting period when at the end it said: "tuner no longer available"
I looked at the Kodi folder/addons/pvr.nextPVR/resource/setting.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings>
<!-- Connection -->
<category label="30040">
<setting id="host" type="text" label="30000" option="urlencoded" default="127.0.0.1" />
<setting id="port" type="number" label="30001" default="8866" />
<setting id="pin" type="text" label="30002" default="0000" />
</category>
<!-- advanced -->
<category label="30041">
<setting id="usetimeshift" type="bool" label="30003" default="false"/>
<setting id="guideartwork" type="bool" label="30004" default="false"/>
</category>
</settings>
should I send you something else to help why my tuner is no longer available...
I looked at the Kodi folder/addons/pvr.nextPVR/resource/setting.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings>
<!-- Connection -->
<category label="30040">
<setting id="host" type="text" label="30000" option="urlencoded" default="127.0.0.1" />
<setting id="port" type="number" label="30001" default="8866" />
<setting id="pin" type="text" label="30002" default="0000" />
</category>
<!-- advanced -->
<category label="30041">
<setting id="usetimeshift" type="bool" label="30003" default="false"/>
<setting id="guideartwork" type="bool" label="30004" default="false"/>
</category>
</settings>
should I send you something else to help why my tuner is no longer available...