XBMC Community Forum
Sync Library seems to work half way - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111)
+--- Thread: Sync Library seems to work half way (/showthread.php?tid=135387)



Sync Library seems to work half way - Hudson_Hawk04 - 2012-07-05 14:36

Not to long ago I had my libraries synced to both of my XBMC machines (crystalbuntu and XBMCbuntu), but I had to tear one of the machines down due to what I had precived as an install gone corrupt. In the advancessettings.xml I had added


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

<musicdatabase>
<type>mysql</type>
<host>***.***.***.***</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</musicdatabase>

to both advancedsettings files, replacing the <videodatabase> with the ip address of the machine of where my media is stored, and the tag is closed. However it only seems to work half way at the moment, Videos that have been watched have been marked as such on both machines, but I cannot resume play from another machine. As far as I can tell both versions of XBMC are the same and when I execute the show database command from MYSQL the myvideos60 shows up and select count(*) command also yeilds results. Both of my machines are set to choose when selecting playback as well, I have a feeling that I am missing something here, but as of yet I am not sure just exactly what it is. I am currently waiting on my debug log file for my XBMCBuntu machine and will post it here when I can. Thanks all.


http://xbmclogs.com/show.php?id=4513 -added debug log from XBMCBuntu machine
http://xbmclogs.com/show.php?id=4520 - added debug log from crystalbuntu


RE: Sync Library seems to work half way - Hudson_Hawk04 - 2012-07-13 17:36

wondering if anyone would be able to help me with this, the movies I have watched show as such on both systems as well as tv shows. However I cannot resume any media if I have stopped it in one room and want to start it again in another. Thanks for any guidance you may be able to provide.

http://xbmclogs.com/show.php?id=4907 XBMCbumtu

http://xbmclogs.com/show.php?id=4910 Crystalbuntu

Thanks again all.