Channel Group label on Kodi 15
#1
When I'm using one of the v15 nightlies, a label with the text 'CHANNEL GROUP' is displayed in the middle of the screen (Live-TV). I'm using Aeon Nox 5.6.0.

Does anyone know how to get rid off it?
Reply
#2
Solved. Had to remove this:

Code:
<control type="selectbutton" id="503">
                <left>140</left>
                <top>84</top>
                <width>606</width>
                <height>30</height>
                <align>left</align>
                <font>font15</font>
                <description>TV Channel Group Select Button</description>
                <texturebg>-</texturebg>
                <onleft>503</onleft>
                <onright>503</onright>
                <onup>500</onup>
                <ondown>500</ondown>
            </control>

from [...]/org.xbmc.kodi/files/.kodi/addons/skin.aeon.nox.5/1080i/VideoFullScreen.xml
Reply
#3
Thanks, I was looking where to find it, I'm trying to figure out why it in the first place, what is the purpose of it?
I'm on OpenElec Raspberry PI2 can you please indicate what the location of this file it, when I do a search it found many locations.

Thanks
Reply
#4
Great post
Thanx a lot
I was hopeless to Solve this .....
Reply

Logout Mark Read Team Forum Stats Members Help
Channel Group label on Kodi 150