Kodi Community Forum

Full Version: Customize video OSD > Video & Audio settings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to make the on screen menu items a little easier for the less technical users, like my wife or kids

My plan is to just disable some of the more technical options that the Video and Audio settings show. But in doing so i noticed that a single entry in VideoOSDSettings.xml controls far more than one item, and often across both Video and Audio menus?

for example:
Code:
<control type="button" id="7">
        <description>Default Button</description>
        <posx>0</posx>
        <posy>0</posy>
        <height>40</height>
        <font>font13</font>
        <textcolor>grey2</textcolor>
        <focusedcolor>white</focusedcolor>
        <texturefocus border="5">button-focus2.png</texturefocus>
</control>

Disabling / removing that will turn off two options:
- Set as default for all videos
- Video Calibration

that leads me to think i'm looking in the wrong place, how would i go about controlling each menu item individually?

Thanks,
apeg
You can't because they're just templates that XBMC then uses to fill in whatever controls are needed.

http://wiki.xbmc.org/index.php?title=Lis...ttings.xml
shoot, thanks for the info Hitcher
Does anyone know how to disable audio narrator as its driving me crazy