HOW-TO:Share libraries using MySQL: Wiki Edition
I would like to sync my profiles from my master setup to all my xbmc boxes in the house. This should get all my kids movies to sync to all my boxesHuh

I currently have adult(main) and then kids profile. If I understand this correctly I have to add the <name>profilenameherevideo</name> to ALL my advancedsettings.xml in the house with adding the <name> for each profile advancedsettings.xml and placing it in the correct userdata profile folder. So I would really have two advancesettings.xml files on each machines. The main One in the root folder of each machine and then the profile one in the /profiles/[profile name]/ folder also.

I currently have some of the machines with profiles on it already. I should remove those, clean my library and then add the advancedsettings.xml, add my sources, scan for new content, Correct?

Code:
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.1.120</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>profilenameherevideo</name>
</videodatabase>

<musicdatabase>
<type>mysql</type>
<host>192.168.1.120</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>profilenameheremusic</name>
</musicdatabase>
</advancedsettings>

Nice tutorial that I found here.
Nvidia Shield with Kodi 18
Reply


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