Posts: 127
Joined: Mar 2015
Reputation:
4
Hi all, I have installed on a PC with Windows 11 TVMosaic (back-end), which manages 2 cards (4 tuners) DTT DigitalDevices MosaicTV detects and perfectly tunes all channels, configuration used as a server. From 2 PCs, 1 in the living room and the other in the bedroom, I would like to see the TV with Kodi (front-end), as soon as I finish configuring the TVMosaic PVR add-on on Kodi. For a moment it appears in the top right the written connection to the IP address of the server but immediately Kodi closes. Can someone kindly help me?.... thanks
Marco
Posts: 240
Joined: Mar 2008
Reputation:
0
paco
Senior Member
Posts: 240
Do you have the username and password configured in the add-on? If you're having trouble configuring the add-on inside the app, try using the settings.xml. On Windows it should be at the following location:
%username%\AppData\Roaming\Kodi\userdata\addon_data\pvr.dvblink
Here is my settings.xml with the password hidden:
<settings version="2">
<setting id="host">192.168.1.5</setting>
<setting id="port" default="true">9270</setting>
<setting id="username">admin</setting>
<setting id="password">******</setting>
<setting id="timeshift" default="true">false</setting>
<setting id="enable_transcoding" default="true">false</setting>
<setting id="bitrate" default="true">512</setting>
<setting id="audiotrack" default="true">eng</setting>
<setting id="height" default="true">0</setting>
<setting id="width" default="true">0</setting>
<setting id="showinfomsg" default="true">false</setting>
<setting id="add_rec_episode_info" default="true">true</setting>
<setting id="group_recordings_by_series" default="true">true</setting>
<setting id="no_group_for_single_record" default="true">false</setting>
<setting id="default_update_interval" default="true">4</setting>
<setting id="default_record_show_type" default="true">1</setting>
</settings>
Posts: 127
Joined: Mar 2015
Reputation:
4
Thanks for the help, yes I have set username and password.
<settings version="2">
<setting id="host">192.168.1.121</setting>
<setting id="port" default="true">9270</setting>
<setting id="username">kodi</setting>
<setting id="password">******</setting>
<setting id="timeshift" default="true">false</setting>
<setting id="enable_transcoding" default="true">false</setting>
<setting id="bitrate" default="true">512</setting>
<setting id="audiotrack" default="true">eng</setting>
<setting id="height" default="true">0</setting>
<setting id="width" default="true">0</setting>
<setting id="showinfomsg" default="true">false</setting>
<setting id="add_rec_episode_info">false</setting>
<setting id="group_recordings_by_series">false</setting>
<setting id="no_group_for_single_record" default="true">false</setting>
<setting id="default_update_interval" default="true">4</setting>
<setting id="default_record_show_type">0</setting>
</settings>
Posts: 28
Joined: Jan 2019
Reputation:
1
Are you using the Kodi 20 RC2 Release?
I have the same problem there. While loading the pvr informations from Server Kodi stops working ……
Posts: 127
Joined: Mar 2015
Reputation:
4
2022-12-28, 15:17
(This post was last modified: 2022-12-28, 15:19 by marcopt. Edited 1 time in total.)
Yes I use Kodi 20 RC2
Please post your log file just to give some indications to those who want to help us
Posts: 1,960
Joined: Jul 2012
Reputation:
71
I know that Nexus changed the order for loading channel groups and channels so it is possible that impacted the addon. It seems to die after the groups are loaded.
Martin
Posts: 127
Joined: Mar 2015
Reputation:
4
ok i try to switch from Kodi20 Nexus to Matrix 19.5 and let you know