2019-02-09, 06:22
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
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