v18 increase epg grid number to 10 rows
#1
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>
Reply
#2
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>

Image
Reply
#3
Where do we find this file & can you please give instructions on how to add the code or what to replace?
Reply

Logout Mark Read Team Forum Stats Members Help
increase epg grid number to 10 rows0