Love your work. I'm a long time XBMC / Kodi user and have been using a MySQL DB for many years. Having just purchased MrMC I am having issues configuring the MySQL connection though the new GUI. My standard advancedsettings.xml working config (from a number of cross platform hosts) is as follows:
Code: Select all
<videodatabase>
<type>mysql</type>
<host>Kodi-Database</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>Kodi_Video</name>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>Kodi-Database</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>Kodi_Music</name>
</musicdatabase>
Code: Select all
kodi_music54
kodi_music55
kodi_music56
kodi_video93
kodi_video94
kodi_video96
kodi_video97
kodi_video99
Any suggestions? Is there a way to get more verbose logs off the ATV4?
As always, appreciate the help.