Mod kodi-18.0 D.I.Y
#16
(2018-07-13, 15:31)ontap Wrote: would the guide look better with icons and channel names rather than numbers ? Is it possible to remove numbers , it looks like that would leave enough space for channel names alongside icons ? 
http://i.imgur.com/uBO3Lx4.png

xml:
<focusedchannellayout height="62" width="$PARAM[channel_width]">
     <!---<control type="label">
      <left>2</left>
      <top>-2</top>
      <width>75</width>
      <height>60</height>
      <font>font32_title</font>
      <label>$INFO[ListItem.ChannelNumberLabel]</label>
      <textcolor>button_focus</textcolor>
      <align>center</align>
      <aligny>center</aligny>
     </control>-->
<control type="image" id="1">
       <top>0</top>
       <left>0</left>
       <width>100</width>
       <height>40</height>
       <aspectratio align="center" aligny="center">keep</aspectratio>
       <fadetime>400</fadetime>
       <texture>$INFO[ListItem.Icon]</texture>
      </control>
     <control type="label" id="1">
      <left>88</left>
      <top>-2</top>
      <height>60</height>
      <font>font13</font>
      <label>$INFO[ListItem.ChannelName]</label>
      <textcolor>button_focus</textcolor>
      <aligny>center</aligny>
      <textoffsetx>10</textoffsetx>
     </control>
</focusedchannellayout>
Image
Reply
#17
wonderful thank you.
Reply
#18
Am doing something wrong , The icon shows up only on a focused channel , the unfocused list still contains channel numbers even though I have  control type "channel number label" edited out in mypvr.xml ?
http://i.imgur.com/ndNMFdj.png
Reply
#19
http://i.imgur.com/y1iqde8.png
Reply
#20
sorted tx , just had to add the above without "button focus" .
Reply
#21
overtime i return to the home screen from either pvr or a section other than movies , the movie widgets show behind whatever section i return to ? I have to scroll back up to movies in main menu then back to where i was for movie widgets to disappear. 
http://i.imgur.com/WvjSwZV.jpeg
Reply
#22
(2018-07-13, 17:30)ontap Wrote: sorted tx , just had to add the above without "button focus" .
 it is on 2 lines you need to remove
<label>$INFO[ListItem.ChannelNumberLabel]</label>
and 30 lines down
<label>$INFO[ListItem.ChannelNumberLabel]</label>
Reply
#23
https://nofile.io/f/eHEvE7zRPUQ/Includes_PVR.xml
this is a re do of epg
Image
Reply
#24
So , downloaded "includes.PVR.xml" from link above , over written existing file with new one , I dont get a guide that looks anything like the image you posted Smile
Reply
#25
on a fresh kodi , am I wrong in  assuming the new includes.pvr.xml already has the changes you liked in post 16 ?
Reply
#26
http://i.imgur.com/GKB7Kvm.jpeg
Reply
#27
just found a bug it looks like kodi will not handle  a lot of Comments in an XML Document
http://www.functionx.com/xml/Lesson04.htm

https://nofile.io/f/0g8K6d2ry8W/epg.zip
files
extras\home-images\epg.jpg
Includes_PVR.xml
MyPVRGuide.xml
Reply
#28
Sorry to post again , fresh kodi , swapped out "includes_pvr.xml and MYPVRGuidepvr.xml"  from your zip above , plus added the egg image to "home images" in extras folder , nothing being picked up when i open kodi? 
http://i.imgur.com/yaiWQlZ.jpeg
Reply
#29
EDIT  "panic over " all sorted , my kodi had reverted to stock estuary , haha , well it looks great now thank you again.
Reply
#30
Have to say , this EPG looks great , especially with accessible category headings on guide page , well done sir.
Reply

Logout Mark Read Team Forum Stats Members Help
kodi-18.0 D.I.Y0