Hello I have two issues when trying to switch to MariaDB
First here is my config
<advancedsettings>
<cache>
<buffermode>4</buffermode>
<memorysize>1137704960</memorysize>
<readfactor>6</readfactor>
<curlclienttimeout>10</curlclienttimeout>
<curllowspeedtime>10</curllowspeedtime>
</cache>
<videodatabase>
<type>mysql</type>
<host>10.0.20.10</host>
<port>61033</port>
<user>kodi</user>
<pass>kodi</pass>
<name>videodb</name>
</videodatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<importresumepoint>true</importresumepoint>
<importwatchedstate>true</importwatchedstate>
</videolibrary>
</advancedsettings>
Display More
First issue:
When I switch the advancedsettings as expected my library is empty, also the content of my libraries is set to None and I have to set them again.
Is from scenario:
1. Kodi boots up
2. Navigate to settings -> Media -> Videos -> Library 1 -> Set Content -> Movies -> OK
Expected Result:
The media library content to be set and to be indexed
Observed:
Media library content is not set, its None again, basically nothing happens, no scan, nothing
Log: Logs while setting library content - Pastebin.com
Second Issue:
When switched the advanced settings without setting library content i try to open any movie and Kodi crashes
1. Kodi boots up
2. Navigate to -> Settings -> Media -> Videos -> Library Movies -> Open movie folder -> Select MKV file -> Kodi crashes to reboot
Expected:
Movie to play
Observed:
Kodi reboots
Log: 2021-04-08 21:27:27.609 T:993 DEBUG <general>: Open - probing detected forma - Pastebin.com
Any help or does someone observe this behavior as well ?
System - Raspberry Pi 4 - 4GB
EDIT: If i revert to original advancedsettings.xml, everything goes back to normal.