How to Hide Menu Items?
#1
I'd like to hide the
"LIVE TV" menu item as I use PTVL.

Is there any way to do this?
Reply
#2
Bump, would like to hide the LIVE TV menu item if possible.

Thanks!
Reply
#3
settings->appearance->skin setting
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#4
(2014-12-25, 15:26)Martijn Wrote: settings->appearance->skin setting

There isn't an option in there for that menu item.

This menu item only appears when you enable LIVE TV in KODI and only contains TV TUNER related items.
Reply
#5
Try a different skin. Many skins provide much more control over menus. Such as confluence customizable mod
http://forum.kodi.tv/showthread.php?tid=160184
Reply
#6
Not familiar with PTVL, but the Live TV menu item disappears when you disable Live TV. Why not just do that?
->Settings->Live TV->General->Enabled/Disabled
Reply
#7
(2014-12-26, 23:23)doug Wrote: Not familiar with PTVL, but the Live TV menu item disappears when you disable Live TV. Why not just do that?
->Settings->Live TV->General->Enabled/Disabled

I think he uses live TV but not via the live TV menu.
Reply
#8
Well, if you're using Confluence with Helix. Edit Home.xml and remove:
Code:
                    <item id="13">
                        <label>31960</label>
                        <onclick>ActivateWindow(RadioChannels)</onclick>
                        <icon>-</icon>
                        <thumb>-</thumb>
                        <visible>PVR.HasRadioChannels</visible>
                    </item>
                    <item id="12">
                        <label>31952</label>
                        <onclick>ActivateWindow(TVChannels)</onclick>
                        <icon>-</icon>
                        <thumb>-</thumb>
                        <visible>PVR.HasTVChannels</visible>
                    </item>

Reboot.

If Confluence is updated, your changes will be overwritten. So, copy the Confluence skin folder to your userdata/addon folder, rename the folder, edit addon.xml to reflect the new folder name and also edit addon.xml and change the name Confluence to something like ConfluenceNoTVmenu. Reboot. Select your new skin.
Reply
#9
Wish Confluence would add more options. I like the UI, much better controls than some of the others.
Reply

Logout Mark Read Team Forum Stats Members Help
How to Hide Menu Items?0