Advanced Settings XML and Hosts section
#1
Hi,

I try to configure the hosts section in the advancedsettings.xml file, but the entry is never working.  I have try with FQDN entry to use it with HTTP Network Location and a simple name to use with SMB, but nothing is working.

Here is my advancedsettings file:

<advancedsettings>
  <videodatabase>
    <type>mysql</type>
    <host>192.168.1.xx</host>
    <port>3306</port>
    <user>kodi</user>
    <pass>*********</pass>
 <name>kodi_http_bd</name>
  </videodatabase>
  <videolibrary>
    <importwatchedstate>true</importwatchedstate>
    <importresumepoint>true</importresumepoint>
  </videolibrary>
 
  <cache>
    <buffermode>1</buffermode> 
 <readfactor>10</readfactor>
  </cache>
 
  <hosts>
 <entry name="kodi">192.168.1.51</entry>
  </hosts>
 
</advancedsettings>

What is wrong with the hosts section ?

Thanks,
steve
Reply
#2
It could a bug: https://github.com/xbmc/xbmc/issues/15469

Not sure if you opened that issue as well, as the nicknames differ Wink
Reply
#3
(2019-02-10, 19:51)DaVu Wrote: It could a bug: https://github.com/xbmc/xbmc/issues/15469

Not sure if you opened that issue as well, as the nicknames differ Wink
Hi, it's not me, but it's the same bug.

Thank you for the info.
Reply

Logout Mark Read Team Forum Stats Members Help
Advanced Settings XML and Hosts section0