Advancedsettings.xml in Kodi?
-
What directory should this go in? I can't find the usersettings folder anywhere! The wiki for openelec on the kodi site says : /storage/.kodi/userdata/ but it's not there with recalbox
-
I've found it (?) in /root/.kodi/userdata However putting advancedsettings.xml there doesn't seem to do anything / work this is the content of the file:
<advancedsettings> <videodatabase> <type>mysql</type> <host>192.168.0.5</host> <port>3306</port> <user>xbmc</user> <pass>xbmc</pass> </videodatabase> <videolibrary> <import**tchedstate>true</import**tchedstate> </videolibrary> </advancedsettings>
The same file works on a raspbmc install and on OSMC as well as on the PC Kodi install, what am I doing wrong?
-
The kodi mysql support has not been compiled. https://github.com/digitalLumberjack/recalbox-os/issues/74
-
That explains it then! I'll wait patiently (well....Fairly patiently!)