v18 increase epg grid number to 10 rows - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Estuary (https://forum.kodi.tv/forumdisplay.php?fid=260) +---- Thread: v18 increase epg grid number to 10 rows (/showthread.php?tid=337480) |
increase epg grid number to 10 rows - the_other_guy - 2018-11-14 this mod is not that neat as the text at the top gets moved up MyPVRGuide.xml <control type="group"> <description>Guide Timeline</description> <visible>Control.IsVisible(50) | Control.IsVisible(51) | Control.IsVisible(52) | Control.IsVisible(53)</visible> <include>OpenClose_Right</include> <include>Visible_Right</include> <control type="group"> <top>140</top> change to <top>0</top> RE: increase epg grid number to 10 rows - the_other_guy - 2018-11-14 had some time to look at it you can move info and image down lines are below <include content="EpgGrid"> <!---image --> <control type="image"> <top>110</top> <left>30</left> <width>190</width> <height>150</height> <aspectratio align="center" aligny="center">keep</aspectratio> <!---fadetime--> <fadetime>400</fadetime> <texture>$INFO[ListItem.Icon]</texture> </control> <!---group--> <control type="group"> <top>-730</top> <left>650</left> <!---Text--> <control type="label"> <width>60%</width> <height>30</height> <!---aligny--> <aligny>center</aligny> <!---font--> <font>font37A</font> <!---label--> <label>$INFO[ListItem.EpgEventTitle]</label> </control> <!---Text--> <control type="label"> <top>55</top> <right>460</right> <width>40%</width> <height>30</height> <align>right</align> <!---font--> <font>font12</font> <!---label--> <label>[COLOR button_focus]$INFO[ListItem.StartTime,[COLOR grey]$LOCALIZE[555]:[/COLOR] ][/COLOR]$INFO[ListItem.EndTime,[COLOR button_focus] - ,[/COLOR]]</label> </control> <!---Text--> <control type="label"> <top>0</top> <width>60%</width> <height>30</height> <!---font--> <font>font12</font> <!---label--> <label>[COLOR grey]$VAR[SeasonEpisodeLabel][/COLOR]$INFO[ListItem.EpisodeName,[COLOR white],[/COLOR]]</label> </control> <!---Text--> <control type="label"> <top>980</top> <right>1260</right> <width>60%</width> <height>30</height> <align>right</align> <font>font12</font> <!---label--> <label>$INFO[ListItem.Genre,[COLOR red]$LOCALIZE[515]:[/COLOR] ]</label> </control> edit includespvr.xml fine <include name="EpgGrid"> change <bottom>230</bottom> RE: increase epg grid number to 10 rows - manc01 - 2018-11-15 Where do we find this file & can you please give instructions on how to add the code or what to replace? |