Second XBMC instance on same machine
#1
Hi there.

So, I've been trying to run a second instance of XBMC on the same machine. Haven't gotten it to work.
I'm using MySQL.

The portable (-p) option does not seem to work on Frodo.
Pointing the program to another table by switching the advancedsettings.xml files manually does not work, as the tables are not used-definable.
Maybe if I setup another MySQL instance...

Is there another way?
Reply
#2
-p works for me in Frodo. (On Windows 7)

I don't run MySQL but I'm pretty shure you should point it to another database in advancedsettings.xml, not trying to point to other tables...

Quote:<videodatabase>
<type>mysql</type>
<host>mysqlserver</host>
<name>xbmc_other_db</name>
<user>xbmc</user>
<pass>xbmc</pass>
</videodatabase>
Reply

Logout Mark Read Team Forum Stats Members Help
Second XBMC instance on same machine0