Win frodo issue with Mysql + profiles + sqlite database
#1
hello there.

I had something working with eden that is not working anymore with frodo.

so with Eden I had an htpc with a master user and a child profile.

the masteruser used a mysql shared database, and the child one a local sqlite database.
for doing that I have a advancedsettings file in each profile.

this
Code:
<videodatabase>
        <type>mysql</type>
        <host>***.***.***.***</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
    </videodatabase>

for the master
and this
Code:
<videodatabase>
  <type>sqlite3</type>
  <host>/usr/local/share/xbmc/databases</host>
  <name>xbmc_video</name>
</videodatabase>
for child profile.
It was working nicely.

Since frodo with the same paremeters, with child profile, xbmc.log says "unable to create video database" and when I try to scrape anything it won't fill the database.

so I found a workaround, I use the mysql database for both profiles, creating a big mixed database and I'm using
smartplaylist to re-create each profiles database but it's not very practical.

So if someone have an idea to do the same thing I used to do with eden on frodo it would be nice

regards
Reply
#2
it seems I've found a solution here

http://wiki.xbmc.org/index.php?title=HOW...C#Name_tag
Reply

Logout Mark Read Team Forum Stats Members Help
frodo issue with Mysql + profiles + sqlite database0