Cant get advancedsettings.xml to work.
#1
Hello I've made an advancedsettings.xml file but when I turn on debugging I can see that XBMC doesnt load the file when starting up.

I've placed it in the program files location and also in c:\gebruikers\rick\appdata\roaming\XBMC\userdata


The name is offcourse advancedsettings and its filetype is .xml

This is whats in it:

<advancedsettings>
<setting>
<video>
<subsdelayrange>20</subsdelayrange>
<audiodelayrange>20</audiodelayrange>
</video>
</setting>

<advancedsettings>
<network>
<cachemembuffersize>209715200</cachemembuffersize>
</network>
</advancedsettings>


</advancedsettings>

But I cannot get it to work. Can you guys help me?Big GrinAngel

I changed the file to this: (Doesnt work either)
<advancedsettings>
<setting>
<video>
<subsdelayrange>20</subsdelayrange>
<audiodelayrange>20</audiodelayrange>
</video>
<network>
<cachemembuffersize>209715200</cachemembuffersize>
</network>
</setting>
</advancedsettings>
Reply
#2
It's in the roaming userdata folder

this is what's in one of mine.. and it works.

<advancedsettings>
<video>
<excludefromlisting>
<regexp>[-._ \\/]extrafanart|extrathumbs[-._ \\/]</regexp>
</excludefromlisting>
</video>
<gui>
<algorithmdirtyregions>1</algorithmdirtyregions>
</gui>
<fullscreen>true</fullscreen>
<splash>false</splash>
</advancedsettings>
Reply
#3
It belongs in roaming/XBMC/userdata. You should also ensure that you are using utf-8 encoding.

Also, some of your syntax is not valid.
<setting></setting> needs to be deleted.
ASUS Chromebox M004U (LibreELEC 8.2/Aeon Nox SiLVO)--->HDMI--->Onkyo TX-NR646--->HDMI--->Panasonic P65VT30
Reply

Logout Mark Read Team Forum Stats Members Help
Cant get advancedsettings.xml to work.0