XBMC/MySQL Sync Issue on Windows 8
#1
Hi guy new here to XBMC Forums

I recently build a windows 8 nas and decided to sync my database to use multiple XBMC in my home. I followed the steps according to wiki and http://www.howtogeek.com/75535/how-to-sy...with-xbmc/ my problem is if I add a new video it will not auto detect it anymore and add to library. If I remove the sql setting and go local I have no issue. I manually imported my database and that worked fine but again any new video I add will not show up on the xbmc unless I go to file browse. Any ideas?
this is what my advance settings looks like.

<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>10.10.10.134</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>movies</name>
</videodatabase>
<videolibrary>
<recentlyaddeditems>35</recentlyaddeditems>
</videolibrary>
<videoscanner>
<ignoreerrors>true</ignoreerrors>
</videoscanner>
<fullscreen>false</fullscreen>
</advancedsettings>

also my xbmc account does have full rights to mysql and the database has over 1000 movies but again I had to manually sync them with import.
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC/MySQL Sync Issue on Windows 80