Kodi Community Forum

Full Version: Gotham 13.1 - MySQL issue after upgrade
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
All,

MySQL syncing between PI & Windows worked perfectly in Gotham 13.0, however, since upgrading to 13.1 resume points and watched status aren't shared between Windows & PI. Strange thing is the library is still shared. Pi runs OpenElec.

Here's my advancedsettings.xml

Code:
<advancedsettings>
  <videodatabase>
    <type>mysql</type>
    <host>192.168.1.10</host>
    <port>3306</port>
    <user>xbmc</user>
    <pass>xbmc</pass>
  </videodatabase>
</advancedsettings>

Thoughts?
Sussed it,

13.1 install removed my advancedsettings.xml under the user directory on my windows machine. The same didn't happen on the PI, so it could still read the library. Once I reinstated the advancedsettings.xml within Windows all works perfect.