Kodi Community Forum

Full Version: EPG borders
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I mentioned it here, but not having borders on individual programming in the EPG looks very strange to me. It looks like text floating in space. Anyone else agree?
Yes, I agree.

My wife keeps telling me how hard the new EPG is to read ... think I might take a look if I can add something myself there, just to keep the peace Smile

-TD-
It wasn't actually the borders ... background (color) image for the programs is by genre, and my EPG data does not have any genres included. So there weren't any backgrounds. Changed mine so that now there is always the same background, clarifies the view for me.

edited the ViewsPVR.xml somewhere around row 961
Code:
<itemlayout height="52" width="40">
     <control type="image" id="2">
          <width>40</width>
          <height>52</height>
          <posx>0</posx>
          <posy>0</posy>
          <aspectratio>stretch</aspectratio>
          <!--<texture border="3">epg-genres/$INFO[ListItem.Property(GenreType)].png</texture>-->
          <texture border="3">epg-genres/160.png</texture>
     </control>