Kodi Community Forum

Full Version: Can Get SQL To Work Log File and Settings INcluded
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi...I am having trouble getting the sql server to work.

Whenver I Add my advanvced settings file it causes the library to be empty...i can see the shared FILES but I can't set their content, it wont scan into the library.

Here is my log file.
http://xbmclogs.com/show.php?id=274593

And this is my advanced settings file.

<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.0.3</host>
<port>3306</port>
<user>xbmc</user>
<pass>********</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.0.3</host>
<port>3306</port>
<user>xbmc</user>
<pass>*********</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<importresumepoint>true</importresumepoint>
</videolibrary>
</advancedsettings>
I assume:
- The databases are created in SQL?
- You did a scan for new content on the sources?