SQL not syncing
#1
Hi all,

I have MYSQL database set up as instructed on the wiki on a Windows 7 box, which also runs my test version of XBMC.

I created the database and made some changes to the library on the test machine.

I copied the advanced settings.xml from my windows install to my atv and reimported my sources, however it seems to have imported them from the Windows box export rather than from the server, also when I mark something watched on the ATV it does not turn watched on the windows box and vice versa.

here is my debug log from my atv: http://xbmclogs.com/show.php?id=25051

and here is my XBMC log from my atv: https://dl.dropboxusercontent.com/u/25722879/xbmc.log

my advanced settings.xml on the atv looks as follows:

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

<musicdatabase>
<type>mysql</type>
<host>192.168.0.105</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</musicdatabase>
</advancedsettings>
Reply
#2
Where did you put the file?

Code:
19:47:58 T:140439552  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
19:47:58 T:140439552  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
Reply
#3
(2013-06-06, 10:23)Eliah Wrote: Where did you put the file?

Code:
19:47:58 T:140439552  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
19:47:58 T:140439552  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)

I figured it out this morning .... I'm an idiot ... placed the xml on the living room apple tv and was then updating the bedroom one Confused

thanks though!!!
Reply

Logout Mark Read Team Forum Stats Members Help
SQL not syncing0