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:
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
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