I'm an MySQL user and the app is completely broken for me - is it meant to be working for us?
I manually keyed in some entries to attempt to fix it a while back in my XML file and now I wonder if they are interrupting my connection? (The MySQL stuff is fixed now isn't it?)
<advancedsettings>
<videolibrary>
<cleanonupdate>true</cleanonupdate>
</videolibrary>
<videodatabase>
<type>mysql</type>
<host>192.168.0.16</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.0.16</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</musicdatabase>
<pathsubstitution>
<substitute>
<from>special://masterprofile/playlists/</from>
<to>SMB://scott:
[email protected]/C$/Users/xbmc/AppData/Roaming/XBMC/userdata/playlists/</to>
</substitute>
<substitute>
<from>special://masterprofile/addon_data/</from>
<to>SMB://scott:
[email protected]/C$/Users/xbmc/AppData/Roaming/XBMC/userdata/addon_data/</to>
</substitute>
<substitute>
<from>special://masterprofile/keymaps/</from>
<to>SMB://scott:
[email protected]/C$/Users/xbmc/AppData/Roaming/XBMC/userdata/keymaps/</to>
</substitute>
<substitute>
<from>special://masterprofile/sources.xml</from>
<to>SMB://scott:
[email protected]/C$/Users/xbmc/AppData/Roaming/XBMC/userdata/sources.xml</to>
</substitute>
<substitute>
<from>special://masterprofile/mediasources.xml</from>
<to>SMB://scott:
[email protected]/C$/Users/xbmc/AppData/Roaming/XBMC/userdata/mediasources.xml</to>
</substitute>
<substitute>
<from>special://masterprofile/RssFeeds.xml</from>
<to>SMB://scott:
[email protected]/C$/Users/xbmc/AppData/Roaming/XBMC/userdata/RssFeeds.xml</to>
</substitute>
<substitute>
<from>special://masterprofile/favourites.xml</from>
<to>SMB://scott:
[email protected]/C$/Users/xbmc/AppData/Roaming/XBMC/userdata/favourites.xml</to>
</substitute>
</pathsubstitution>
</advancedsettings>