Kodi Community Forum
Configuration problems - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+---- Forum: DVBLink (DVBLogic) (https://forum.kodi.tv/forumdisplay.php?fid=236)
+---- Thread: Configuration problems (/showthread.php?tid=370842)



Configuration problems - marcopt - 2022-12-19

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


RE: Configuration problems - paco - 2022-12-21

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>


RE: Configuration problems - marcopt - 2022-12-21

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>


RE: Configuration problems - marcopt - 2022-12-23

Can anyone help me?


RE: Configuration problems - emveepee - 2022-12-23

Not without Kodi debug logs, as explained in the forum rules https://kodi.wiki/view/Forum_rules

Martin


RE: Configuration problems - marcopt - 2022-12-23

This is my log file, I hope I have all the right settings to generate it

https://paste.kodi.tv/katavamezo.kodi


RE: Configuration problems - marcopt - 2022-12-27

No help.. Sad
not even the log file helps?


RE: Configuration problems - NRWler04 - 2022-12-28

Are you using the Kodi 20 RC2 Release?

I have the same problem there. While loading the pvr informations from Server Kodi stops working ……


RE: Configuration problems - marcopt - 2022-12-28

Yes I use Kodi 20 RC2
Please post your log file just to give some indications to those who want to help us


RE: Configuration problems - emveepee - 2022-12-28

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


RE: Configuration problems - NRWler04 - 2022-12-28

(2022-12-28, 15:17)marcopt Wrote: Yes I use Kodi 20 RC2
Please post your log file just to give some indications to those who want to help us
Use the stable Kodi 19.5 release until the problem is solved. It‘s working fine ….


RE: Configuration problems - marcopt - 2022-12-28

ok i try to switch from Kodi20 Nexus to Matrix 19.5 and let you know


RE: Configuration problems - marcopt - 2022-12-29

@NRWler04 thanks..
I confirm with Kody 19.5 Matrix, TVmosaic works perfectly, thanks to all for the help