Hello everyone,
I have been following this guide to set up a shared library since I have now 2 Raspberry running LE 11.0.6, but when I upload the "advancedsettings.xml" file in "userdata" and reboot Kodi, it keeps crashing until it starts in safe mode.
In order to make it start again normally, I have to delete the "advancedsettings.xml" file from "/storage/.kodi.FAILED/userdata".
Code: advancedsettings.xml
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.1.15</host>
<port>3306</port>
<user>kodi</user>
<pass>Kodi@123</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.1.15</host>
<port>3306</port>
<user>kodi</user>
<pass>Kodi@123</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<importresumepoint>true</importresumepoint>
</videolibrary>
</advancedsettings>
Display More
Can you help me understand what am I missing?
What's an alternative to ix.io for uploading logs and configs? Is it possible to modify the url or I should do it manually? If I should do it manually, which files should I upload?
HW&SW: Raspberry Pi4B with LibreELEC 11.0.6; Sangoma SMB SBC with CentOS 7.9 + MySQL 8.0.