hello
I just migrated from kodi v20.5 to kodi v21
It works well except the network part (mysql)
when I indicate my network configuration for films and tv series, kodi does not do any search, the list of videos remains empty!
when I remove the “advancedsettings.xml” file, it finds my videos, but suddenly my databases are not synchronized on the network
as soon as I put the file back it doesn’t work anymore
I specify that it worked perfectly with Kodi v19 and Kodi v20.5
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.1.27</host>
<port>3307</port>
<user>kodi</user>
<pass>xxxxxx</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.1.27</host>
<port>3307</port>
<user>kodi</user>
<pass>xxxxxx</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<importresumepoint>true</importresumepoint>
</videolibrary>
</advancedsettings>