Disable Left Menu in EPG Timeline View?
#1
I'd like to disable the left menu while in EPG Timeline view. Does anyone know how I can do that?
I'm specifically using Aeon MQ5 skin. But I'd like to know what parameters I'm looking for in the .xml files if it's possible.

I want left cursor on the remote to stop when you've reached the end of the lingertime.
Reply
#2
Hiya

Find SkinSetting.XML, look for line "<control type="radiobutton" id="101">" and paste this above it :

<control type="radiobutton" id="1010">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>Enable Kiosk Mode (disable slideout menu)</label>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.ToggleSetting(kiosk)</onclick>
<selected>Skin.HasSetting(kiosk)</selected>
</control>


Then open myPVR.xml and look for line "<include>SideBladeLeft</include>" and paste this below it:

<visible>!Skin.HasSetting(kiosk)</visible>

Now in XBMC, go to settings > appearance > skin settings and look for Kiosk Mode

let me know if it works!!

NOTE: This will do all windows associated with Live TV
Reply

Logout Mark Read Team Forum Stats Members Help
Disable Left Menu in EPG Timeline View?0