HOW-TO:Share libraries using MySQL: Wiki Edition
Hi I need some help getting xbmc to synchronize between builds. My setup: -

mysql is installed on a server running whs 2012 this is also the location of all media files (there is no copy of xbmc on this machine) I also have a userdata folder that been shared with read/write settings for all users.

Ouya with the latest firmware and the latest ouya version of xbmc (12.3 OUYA)

Odroid U2 with cm 10.1.2 and xbmc version 12.3 OUYA

I managed to get the movie and tv databases to sync using the advancedsetting.xml and encvouraged by this success i thought i would try to sync addons and favourites but no matter what i try i can not get it to work. I presume the problem is with the way i have listed my network path in the advancedsetting.xml.

advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.0.20</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</videodatabase>

<musicdatabase>
<type>mysql</type>
<host>192.168.0.20</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</musicdatabase>

<videolibrary>
<importwatchedstate>true</importwatchedstate>
</videolibrary>

<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>
</advancedsettings>

I have also tried the network location as
smb://null:@192.168.0.20/xbmc/favourites.xml
smb://[email protected]/xbmc/xbmc/favourites.xml
smb://FIMOCA/xbmc/favourites.xml

Any help would be appreciated
thanks
Liam
Reply


Messages In This Thread
RE: HOW-TO synchronize XBMC between every room in the house: Wiki Edition - by grimfandango - 2013-08-30, 15:16
Logout Mark Read Team Forum Stats Members Help
HOW-TO:Share libraries using MySQL: Wiki Edition2