HOW-TO:Share libraries using MySQL: Wiki Edition
(2015-05-19, 13:39)Eskalibur Wrote: Hey, I've got a few raspberries connected to a db in MySQL.
I'd like to know if it's possible to make a second db.
For example, if I watch a movie it gets marked as "seen". For my room mate, seeing the list of movies he's not seen, the movie won't show up as "not seen."
Is it possible to change what names kodi gives to the databases?
Eg: mymusicJB
MymoviesJB

I would put the following reference in your AdvanceSetting.xls

<videodatabase>
<type>mysql</type>
<host>XXX.XXX.XXX.XXX</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>MyVideosJB</name>
</videodatabase>

<musicdatabase>
<type>mysql</type>
<host>XXX.XXX.XXX.XXX</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>MyVideosJB</name>
</musicdatabase>

and do the same for the other person, but call it something different, this will create a second DB in your SQL Database
Reply


Messages In This Thread
RE: HOW-TO:Share libraries using MySQL: Wiki Edition - by chrischambers - 2015-05-19, 15:48
Logout Mark Read Team Forum Stats Members Help
HOW-TO:Share libraries using MySQL: Wiki Edition2