Hello everyone!
First of all my configuration:
3 x86 PCs with LE11
1 fire stick with latest version of kodi for android
1 rasp Pi4 with tvhat and LE12
1 HP 24/7 server with updated ubuntu server, mysql, tv tuner, 8 hdd, ip:192.168.1.xxx
In the HP server there is the kodi library based on mysql and shared between the various kodi machines.
So, I edited the advancedsettings.xml file
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.1.xxx</host>
<port>3306</port>
<user>xxxx</user>
<pass>xxxx</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.1.xxx</host>
<port>3306</port>
<user>xxxx</user>
<pass>xxxx</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<importresumepoint>true</importresumepoint>
</videolibrary>
</advancedsettings>
The three x86 machines with LE11 work perfectly with the shared library.
Instead rasp pi4 and android kodi do not work or rather they see the old library from a year ago and do not synchronize the resume points and the watched states with the other PCs.
If I update the three PCs to LE12 the shared library no longer works but if I put LE11 back then they start working correctly again.
I wonder if the problem is on the latest version of kodi or on mysql. Is there any particular setting to set on mysql?
Thanks for your patience.