Kodi Community Forum
Solved Gotham 13.1 - MySQL issue after upgrade - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Solved Gotham 13.1 - MySQL issue after upgrade (/showthread.php?tid=197473)



Gotham 13.1 - MySQL issue after upgrade - ronanmagee - 2014-06-09

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?


RE: Gotham 13.1 - MySQL issue after upgrade - ronanmagee - 2014-06-09

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.