2018-06-19, 23:16
It works alright, but I do not want watched state and resume point imported. I tried to set these two to "false" and "no" but they still are read from remote host. What is the correct syntax to store them locally?
Code:
cat .kodi/userdata/advancedsettings.xml
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.2.6</host>
<port>3306</port>
<user>kodi</user>
<pass>kodi</pass>
</videodatabase>
<videolibrary>
<importwatchedstate>false</importwatchedstate>
<importresumepoint>false</importresumepoint>
</videolibrary>
</advancedsettings>