cant load advancedsettings.xml
#1
Im trying to setup XBMC with sql.

I have created a advancedsettings.xml file in the ~/Library/Application Support/XBMC/userdata/ folder.
It looks like this:

<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.1.118</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_video</name>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.1.118</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_music</name>
</musicdatabase>
<pathsubstitution>
<substitute>
<from>special://masterprofile/Thumbnails/</from>
<to>smb://192.168.1.118/raid/xbmc/userdata/Thumbnails/</to>
</substitute>
</pathsubstitution>
</advancedsettings>


XBMC starts up but does not load the advancedsettings.xml file. The XBMC log show this error:

ERROR: Error loading special://profile/advancedsettings.xml, Line 0
Error document empty.

What is wrong?

SoftChIP

Reply
#2
Either your permissions are wrong or its utf8 bom issue. Try to save it as ASCII.
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#3
Thx. Solved. Smile
Reply

Logout Mark Read Team Forum Stats Members Help
cant load advancedsettings.xml0