Hello,
I am trying to upgrade to Krypton Rc1 from Jarvis. I am on Windows 7 and using a mysql database.
Here is my log: http://pastebin.com/QMkeqSqS
But the relevant part is here:
12:00:43.183 T:3972 NOTICE: Contents of special://profile/advancedsettings.xml are…
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.1.11</host>
<port>3306</port>
<user>kodi</user>
<pass>*****</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.1.11</host>
<port>3306</port>
<user>kodi</user>
<pass>*****</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
</videolibrary>
</advancedsettings>
12:00:43.183 T:3972 WARNING: VIDEO database configuration is experimental.
Notice the password as: <pass>*****</pass> ?
I do not know where Kodi is getting this password as here is my advancedsettings.xml file:
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.1.11</host>
<port>3306</port>
<user>kodi</user>
<pass>kodi</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.1.11</host>
<port>3306</port>
<user>kodi</user>
<pass>kodi</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
</videolibrary>
</advancedsettings>
My password is actually kodi. Needless to say, my system is not working. Any idea why the password is being changed? All help is appreciated.
Thanks,
Mark