Kodi Community Forum

Full Version: "Channel Group" stuck on screen.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After some trickery, I was able to get Bello to work on the latest installation of Kodi. It looks flawless, and is easily my favorite skin. (I'm quite new to Kodi/xbmc). However, whenever I play any videos, the player has a huge overlay that says "< Channel Group >"

(As seen here: http://i.imgur.com/cdw1Tga.png )

I was wondering if anyone would know what I might be able to do to fix this. I was unable to find information on how to fix it, or find anyone else who has had the same problem. :\
Running a nightly? This group selector was removed by Kodi some versions ago.

Open the VideoFullScreen.xml inside of the 720p folder and delete this part:
PHP Code:
<control type="selectbutton" id="503">
            <
description>TV Channel Group Select Button</description>
            <
centerleft>640</centerleft>
            <
centertop>360</centertop>
            <
width>495</width>
            <
height>110</height>
            <
font>FontSize_26</font>
            <
textcolor>99white</textcolor>
            <
shadowcolor>55000000</shadowcolor>
      <
texturefocus>-</texturefocus>
      <
texturenofocus>-</texturenofocus>
            <
texturebg border="39">osd/volume/volume_panel.png</texturebg>
      <
textureleft>-</textureleft>
      <
textureleftfocus>-</textureleftfocus>
      <
textureright>-</textureright>
      <
texturerightfocus>-</texturerightfocus>
            <
aligny>top</aligny>
            <
textoffsety>50</textoffsety>
            <
onleft>503</onleft>
            <
onright>503</onright>
            <
onup>500</onup>
            <
ondown>500</ondown>
        <include>
BackgroundFade</include>
        </
control>
        <
control type="image" id="1">
            <
left>414</left>
            <
top>348</top>
            <
width>25</width>     
            <
height>25</height
            <
texture>buttons/arrow_left.png</texture>
          <
colordiffuse>99white</colordiffuse>
            <
visible>Control.IsVisible(503)</visible>
        </
control>
        <
control type="image" id="1">
            <
left>842</left>
            <
top>348</top>
            <
width>25</width>     
            <
height>25</height
            <
texture>buttons/arrow_right.png</texture>
          <
colordiffuse>99white</colordiffuse>
            <
visible>Control.IsVisible(503)</visible>
        </
control>
        <
control type="label" id="1">
            <
description>Heding Label</description>
            <
centerleft>640</centerleft>
            <
centertop>345</centertop>
            <
width>395</width>
            <
font>FontSize_26B</font>
            <
textcolor>white</textcolor>
            <
align>center</align>
            <
scroll>false</scroll>
            <
label>$LOCALIZE[31033]</label>
            <
visible>Control.IsVisible(503)</visible>
        </
control
This worked flawlessly, thank you very much. I actually downloaded what was the most recent nightly build yesterday, and the problem only appeared for the theme Bello, which I downloaded here:

http://forum.kodi.tv/showthread.php?tid=214146


Once again, thanks.
Then this change was included to the latest 14.2 beta. No prob Smile
Would this work for kodi 15? I just put Bello on it and it's giving me the same issue but works awesome
I am not running a nightly but am running 15 alpha 1
Alpha == Nightly
Just remove the code part I mentioned above
Oops shows you how new I am at this lol and for my next trick where do I look to remove the code you mentioned above and I literally delete that entire page of code you posted above? Thanks for your help
I still have the same issue in 15.1. Can someone please point me to a current fix? Thanks