Customize video OSD > Video & Audio settings
#1
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
Reply
#2
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
Reply
#3
shoot, thanks for the info Hitcher
Reply
#4
Does anyone know how to disable audio narrator as its driving me crazy
Reply

Logout Mark Read Team Forum Stats Members Help
Customize video OSD > Video & Audio settings0