Hi. Thanks for creating the add-on!
A couple of things - I've found that the default passwords wouldn't change for me by changing in the app; had to do it via SSH.
My other issue is an error I keep getting.
I'm running libreelec on rpi3b+ connected to my TV and my network drive. My mysql database is on this machine.
Everything is hunky dory when connecting from other machines. What doesn't work is trying to connect from the RPI itself to the mysql server.
I've tried setting server as localhost in advanced settings, but I am getting an issue ((Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)) when trying to 'connect' from the RPi.
Some googling suggests (reading between lines) that this is because at the time of the connection to the server, Kodi has not yet initialised the mysql server.
Anybody with a similar problem?