HOW-TO:Share libraries using MySQL: Wiki Edition
(2013-09-02, 22:16)grimfandango Wrote: Hi Ned sorry about the slow response. Here is the log for the ouya http://xbmclogs.com/show.php?id=54051

Thanks for helping

Liam

Ah, I don't know why I didn't see this before, but it just looks like a missing tag, <pathsubstitution>, </pathsubstitution>

So your advancedsettings.xml file should look like this:

Code:
<advancedsettings>
  <videodatabase>
    <type>mysql</type>
    <host>192.168.0.20</host>
    <port>3306</port>
    <user>USER</user>
    <pass>PASSWORD</pass>
  </videodatabase>
  <musicdatabase>
    <type>mysql</type>
    <host>192.168.0.20</host>
    <port>3306</port>
    <user>USER</user>
    <pass>PASSWORD</pass>
  </musicdatabase>
  <videolibrary>
    <importwatchedstate>true</importwatchedstate>
  </videolibrary>
  <pathsubstitution>
    <substitute>
      <from>special://profile/addon_data/</from>
      <to>smb://192.168.0.20/xbmc/addon_data/</to>
    </substitute>
    <substitute>
      <from>special://profile/favourites.xml</from>
      <to>smb://192.168.0.20/xbmc/favourites.xml</to>
    </substitute>
  </pathsubstitution>
</advancedsettings>
Reply


Messages In This Thread
RE: HOW-TO synchronize XBMC between every room in the house: Wiki Edition - by Ned Scott - 2013-09-03, 03:04
Logout Mark Read Team Forum Stats Members Help
HOW-TO:Share libraries using MySQL: Wiki Edition2