Kodi Community Forum

Full Version: advanced settings default audio not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ok, so i took this setting from guisettings.xml and applied it to advancedsettings.xml:
<advancedsettings>
<audio>
<mute>true</mute>
</audio>
</advancedsettings>

and it has no effect what so ever...
i've tried

<advancedsettings>
<settings>
<audio>
<mute>true</mute>
</audio>
</settings>
</advancedsettings>

and
<advancedsettings>
<gui>
<audio>
<mute>true</mute>
</audio>
</gui>
</advancedsettings>


and nothing seems to work.
what am i doing wrong?
loggio,

I don't think you're doing anything wrong. I don't see any mute setting in the audio section of advancedsettings.xml, and I didn't see any volume setting either.

Although, I thought that XBMC would remember your setting for the next time you opened it. But I haven't tried that to prove it.

Sorry.