Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <includes>
- <expression name="listitem_has_episode_info">!String.IsEmpty(ListItem.Episode) | !String.IsEmpty(ListItem.EpisodeName) | !String.IsEmpty(ListItem.Season)</expression>
- <expression name="listitem_has_epg_event_info">!String.IsEmpty(ListItem.EpgEventTitle) | !String.IsEmpty(ListItem.TitleExtraInfo) | $EXP[listitem_has_episode_info]</expression>
- <include name="PVRListItemLayout">
- <definition>
- <control type="label">
- <left>30</left>
- <top>0</top>
- <right>30</right>
- <font>font36_title</font>
- <aligny>center</aligny>
- <visible>$PARAM[only_label_condition]</visible>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="group">
- <visible>!$PARAM[only_label_condition]</visible>
- <animation effect="slide" start="0,0" end="0,16" time="0" condition="!$EXP[listitem_has_epg_event_info] + String.IsEmpty(ListItem.Comment)">Conditional</animation>
- <control type="image">
- <left>29</left>
- <top>17</top>
- <width>32</width>
- <height>32</height>
- <aspectratio align="center">keep</aspectratio>
- <visible>$PARAM[has_info_icon]</visible>
- <texture>$PARAM[info_icon]</texture>
- </control>
- <control type="label">
- <left>10</left>
- <top>10</top>
- <width>90</width>
- <height>50</height>
- <align>center</align>
- <aligny>center</aligny>
- <font>font32_title</font>
- <visible>!$PARAM[has_info_icon]</visible>
- <label>$PARAM[label0]</label>
- </control>
- <control type="label">
- <left>105</left>
- <right>120</right>
- <top>10</top>
- <height>30</height>
- <aligny>top</aligny>
- <label>$PARAM[label1]</label>
- </control>
- <control type="label">
- <left>105</left>
- <right>120</right>
- <top>10</top>
- <height>30</height>
- <align>right</align>
- <aligny>top</aligny>
- <label>$PARAM[label2]</label>
- </control>
- </control>
- <control type="group">
- <visible>!$PARAM[only_label_condition]</visible>
- <control type="label">
- <left>105</left>
- <right>120</right>
- <top>53</top>
- <height>30</height>
- <font>font12</font>
- <aligny>top</aligny>
- <label>$PARAM[label3]</label>
- </control>
- <control type="label">
- <left>105</left>
- <right>120</right>
- <top>53</top>
- <height>30</height>
- <font>font12</font>
- <align>right</align>
- <aligny>top</aligny>
- <label>$PARAM[label4]</label>
- </control>
- </control>
- <control type="image">
- <right>110</right>
- <top>0</top>
- <width>32</width>
- <aligny>center</aligny>
- <aspectratio align="center">keep</aspectratio>
- <texture>$VAR[PVRStatusImageVar]</texture>
- <visible>$PARAM[has_status_icon]</visible>
- </control>
- <control type="image">
- <right>20</right>
- <top>0</top>
- <width>80</width>
- <aligny>center</aligny>
- <aspectratio align="center">keep</aspectratio>
- <visible>!$PARAM[only_label_condition] | ListItem.IsParentFolder</visible>
- <texture>$INFO[ListItem.ActualIcon]</texture>
- </control>
- </definition>
- </include>
- <include name="PVRListItemLayouts">
- <param name="only_label_condition">false</param>
- <param name="has_info_icon">false</param>
- <param name="has_status_icon">false</param>
- <param name="info_update">0</param>
- <definition>
- <itemlayout height="100" infoupdate="$PARAM[info_update]">
- <control type="progress">
- <left>20</left>
- <top>66</top>
- <width>70</width>
- <height>12</height>
- <colordiffuse>88FFFFFF</colordiffuse>
- <visible>ListItem.HasEpg + !$PARAM[has_info_icon]</visible>
- <info>ListItem.Progress</info>
- </control>
- <include content="PVRListItemLayout">
- <param name="only_label_condition" value="$PARAM[only_label_condition]" />
- <param name="info_icon" value="$PARAM[info_icon]" />
- <param name="has_info_icon" value="$PARAM[has_info_icon]" />
- <param name="has_status_icon" value="$PARAM[has_status_icon]" />
- <param name="label0" value="[COLOR grey]$INFO[ListItem.ChannelNumberLabel][/COLOR]" />
- <param name="label1" value="$PARAM[label1]" />
- <param name="label2" value="$PARAM[label2]" />
- <param name="label3" value="$VAR[PVRListItemSubLabel]" />
- <param name="label4" value="[COLOR grey]$INFO[ListItem.Comment][/COLOR]" />
- </include>
- </itemlayout>
- <focusedlayout height="100" infoupdate="$PARAM[info_update]">
- <control type="image">
- <left>0</left>
- <top>0</top>
- <right>0</right>
- <animation effect="fade" start="100" end="0" time="0">UnFocus</animation>
- <texture colordiffuse="button_focus">lists/focus.png</texture>
- <visible>Control.HasFocus($PARAM[list_id])</visible>
- </control>
- <control type="progress">
- <left>20</left>
- <top>66</top>
- <width>70</width>
- <height>12</height>
- <midtexture border="3">progress/texturebg_white.png</midtexture>
- <visible>ListItem.HasEpg + !$PARAM[has_info_icon]</visible>
- <info>ListItem.Progress</info>
- </control>
- <include content="PVRListItemLayout">
- <param name="only_label_condition" value="$PARAM[only_label_condition]" />
- <param name="info_icon" value="$PARAM[info_icon]" />
- <param name="has_info_icon" value="$PARAM[has_info_icon]" />
- <param name="has_status_icon" value="$PARAM[has_status_icon]" />
- <param name="label0" value="$INFO[ListItem.ChannelNumberLabel]" />
- <param name="label1" value="$PARAM[label1]" />
- <param name="label2" value="$PARAM[label2]" />
- <param name="label3" value="$VAR[PVRListItemSubLabelFocused]" />
- <param name="label4" value="$INFO[ListItem.Comment]" />
- </include>
- </focusedlayout>
- </definition>
- </include>
- <include name="ChannelManagerList">
- <control type="grouplist">
- <orientation>horizontal</orientation>
- <left>0</left>
- <align>center</align>
- <width>510</width>
- <control type="label" id="$PARAM[header_id]">
- <width>auto</width>
- <height>70</height>
- <align>center</align>
- <aligny>center</aligny>
- <textcolor>button_focus</textcolor>
- </control>
- <control type="label">
- <width>auto</width>
- <height>70</height>
- <align>center</align>
- <aligny>center</aligny>
- <textcolor>button_focus</textcolor>
- <label>: [COLOR white]$INFO[Container($PARAM[list_id]).Numitems][/COLOR]</label>
- </control>
- </control>
- <control type="image">
- <left>0</left>
- <top>55</top>
- <width>510</width>
- <height>855</height>
- <texture border="40">buttons/dialogbutton-nofo.png</texture>
- </control>
- <control type="list" id="$PARAM[list_id]">
- <left>20</left>
- <top>75</top>
- <width>470</width>
- <height>815</height>
- <onup>$PARAM[list_id]</onup>
- <ondown>$PARAM[list_id]</ondown>
- <onleft>$PARAM[onleft]</onleft>
- <onright>$PARAM[scrollbar_id]</onright>
- <pagecontrol>$PARAM[scrollbar_id]</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="70" width="470">
- <control type="image">
- <width>60</width>
- <height>60</height>
- <right>5</right>
- <top>5</top>
- <texture>$INFO[ListItem.ActualIcon]</texture>
- <bordertexture colordiffuse="border_alpha">colors/black.png</bordertexture>
- <bordersize>2</bordersize>
- <aspectratio>keep</aspectratio>
- </control>
- <control type="label">
- <left>20</left>
- <right>70</right>
- <height>70</height>
- <aligny>center</aligny>
- <font>font27</font>
- <textcolor>grey</textcolor>
- <label>$INFO[ListItem.ChannelNumberLabel,[B],[/B] - ]$INFO[ListItem.ChannelName]</label>
- </control>
- </itemlayout>
- <focusedlayout height="70" width="470">
- <control type="image">
- <left>0</left>
- <right>0</right>
- <bottom>0</bottom>
- <texture colordiffuse="button_focus">lists/focus.png</texture>
- <visible>Control.HasFocus($PARAM[list_id])</visible>
- </control>
- <control type="image">
- <width>60</width>
- <height>60</height>
- <right>5</right>
- <top>5</top>
- <texture>$INFO[ListItem.ActualIcon]</texture>
- <bordertexture colordiffuse="border_alpha">colors/black.png</bordertexture>
- <bordersize>2</bordersize>
- <aspectratio>keep</aspectratio>
- </control>
- <control type="label">
- <left>20</left>
- <right>70</right>
- <height>70</height>
- <font>font27</font>
- <aligny>center</aligny>
- <label>$INFO[ListItem.ChannelNumberLabel,[B],[/B] - ]$INFO[ListItem.ChannelName]</label>
- </control>
- </focusedlayout>
- </control>
- <control type="scrollbar" id="$PARAM[scrollbar_id]">
- <left>495</left>
- <top>75</top>
- <width>12</width>
- <height>815</height>
- <onleft>$PARAM[list_id]</onleft>
- <onright>$PARAM[onright]</onright>
- <ondown>$PARAM[scrollbar_id]</ondown>
- <onup>$PARAM[scrollbar_id]</onup>
- <orientation>vertical</orientation>
- </control>
- </include>
- <include name="PVRProgress">
- <control type="group">
- <animation effect="fade" time="400">VisibleChange</animation>
- <visible>!Player.ChannelPreviewActive</visible>
- <control type="group">
- <visible>Player.SeekEnabled | VideoPlayer.HasEPG</visible>
- <visible>Player.ShowInfo | Window.IsActive(fullscreeninfo) | Player.ShowTime | Window.IsActive(videoosd) | Window.IsActive(musicosd) | Window.IsActive(playerprocessinfo) | !String.IsEmpty(Player.SeekNumeric) | Window.IsActive(pvrosdchannels) | Window.IsActive(pvrchannelguide) | !String.IsEmpty(PVR.ChannelNumberInput)</visible>
- <control type="label">
- <top>22</top>
- <right>20</right>
- <width>400</width>
- <height>50</height>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13</font>
- <label>$INFO[PVR.TimeshiftProgressEndTime]</label>
- </control>
- <control type="label">
- <top>22</top>
- <left>20</left>
- <width>400</width>
- <height>50</height>
- <align>left</align>
- <aligny>center</aligny>
- <font>font13</font>
- <label>$INFO[PVR.TimeshiftProgressStartTime]</label>
- </control>
- <control type="label">
- <top>22</top>
- <left>20</left>
- <right>20</right>
- <height>50</height>
- <align>center</align>
- <aligny>center</aligny>
- <font>font13</font>
- <label>[B]$LOCALIZE[31026][/B] $INFO[PVR.TimeshiftCur] (-$INFO[PVR.TimeshiftOffset])</label>
- <visible>PVR.IsTimeShift</visible>
- </control>
- </control>
- <control type="group">
- <visible>VideoPlayer.HasEPG</visible>
- <control type="progress">
- <left>0</left>
- <top>$PARAM[epg_bar_top]</top>
- <width>100%</width>
- <height>$PARAM[epg_bar_height]</height>
- <info2>PVR.TimeshiftProgressEpgStart</info2>
- <info>PVR.TimeshiftProgressPlayPos</info>
- <texturebg border="3" colordiffuse="60FFFFFF">colors/white50.png</texturebg>
- <midtexture colordiffuse="button_focus">colors/white.png</midtexture>
- </control>
- <control type="progress">
- <left>0</left>
- <top>$PARAM[epg_bar_top]</top>
- <width>100%</width>
- <height>$PARAM[epg_bar_height]</height>
- <info2>PVR.TimeshiftProgressPlayPos</info2>
- <info>PVR.TimeshiftProgressEpgEnd</info>
- <texturebg border="3" colordiffuse="00FFFFFF">colors/white50.png</texturebg>
- <midtexture>colors/white50.png</midtexture>
- </control>
- </control>
- <control type="progress">
- <left>0</left>
- <top>$PARAM[ts_bar_top]</top>
- <width>100%</width>
- <height>$PARAM[ts_bar_height]</height>
- <info2>PVR.TimeshiftProgressBufferStart</info2>
- <info>PVR.TimeshiftProgressBufferEnd</info>
- <texturebg border="3" colordiffuse="60FFFFFF">colors/white50.png</texturebg>
- <midtexture>colors/white70.png</midtexture>
- <visible>Player.SeekEnabled</visible>
- </control>
- </control>
- <control type="group">
- <animation effect="fade" time="400">VisibleChange</animation>
- <visible>Player.ChannelPreviewActive</visible>
- <control type="label">
- <top>22</top>
- <right>20</right>
- <width>400</width>
- <height>50</height>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13</font>
- <label>$INFO[VideoPlayer.EndTime]</label>
- </control>
- <control type="label">
- <top>22</top>
- <left>20</left>
- <width>400</width>
- <height>50</height>
- <align>left</align>
- <aligny>center</aligny>
- <font>font13</font>
- <label>$INFO[VideoPlayer.StartTime]</label>
- </control>
- <control type="progress">
- <left>0</left>
- <top>70</top>
- <width>100%</width>
- <height>16</height>
- <info>PVR.EpgEventProgress</info>
- <texturebg border="3" colordiffuse="60FFFFFF">colors/white50.png</texturebg>
- <midtexture colordiffuse="button_focus">colors/white.png</midtexture>
- </control>
- </control>
- </include>
- <include name="PVRInfoPanel">
- <param name="bottom">list_bottom_offset</param>
- <definition>
- <control type="group">
- <visible>!ListItem.IsFolder</visible>
- <control type="image">
- <top>135</top>
- <left>630</left>
- <width>200</width>
- <height>200</height>
- <aspectratio align="center" aligny="center">keep</aspectratio>
- <texture fallback="DefaultTVShows.png">$VAR[ChannelListEPGIconVar]</texture>
- <visible>!String.IsEmpty(ListItem.ChannelName)</visible>
- <fadetime>200</fadetime>
- </control>
- <control type="group">
- <top>120</top>
- <left>0</left>
- <width>600</width>
- <control type="label">
- <height>262</height>
- <font>font45</font>
- <label>$INFO[ListItem.ChannelName]</label>
- </control>
- <control type="label">
- <top>60</top>
- <height>200</height>
- <label>$VAR[PVRInfoPanelDateDurationLabel]</label>
- </control>
- <control type="progress">
- <top>200</top>
- <height>12</height>
- <colordiffuse>88FFFFFF</colordiffuse>
- <info>ListItem.Progress</info>
- <visible>Integer.IsGreater(ListItem.Progress,0)</visible>
- </control>
- <control type="progress">
- <top>200</top>
- <height>12</height>
- <colordiffuse>88FFFFFF</colordiffuse>
- <info>ListItem.PercentPlayed</info>
- <visible>Integer.IsGreater(ListItem.PercentPlayed,0)</visible>
- </control>
- </control>
- <control type="label">
- <top>365</top>
- <width>830</width>
- <height>262</height>
- <font>font36_title</font>
- <label>$INFO[ListItem.Title] $INFO[ListItem.Year,([COLOR grey],[/COLOR])]</label>
- <scroll>true</scroll>
- <visible>!ListItem.HasEpg</visible>
- </control>
- <control type="label">
- <top>365</top>
- <width>830</width>
- <height>262</height>
- <font>font36_title</font>
- <label>$INFO[ListItem.EpgEventTitle] $INFO[ListItem.Year,([COLOR grey],[/COLOR])]</label>
- <scroll>true</scroll>
- <visible>ListItem.HasEpg</visible>
- </control>
- <control type="label">
- <top>410</top>
- <width>830</width>
- <height>70</height>
- <scroll>true</scroll>
- <label>[I]$VAR[SeasonEpisodeAndNameLabel][/I]</label>
- </control>
- <control type="textbox">
- <top>465</top>
- <width>830</width>
- <bottom>$PARAM[bottom]</bottom>
- <label>$VAR[PVRInstanceName,,[CR]]$INFO[ListItem.MediaProviders,[COLOR grey]$LOCALIZE[19334]:[/COLOR] ,[CR]]$VAR[FlagLabel,,[CR]]$INFO[ListItem.Genre,[COLOR grey]$LOCALIZE[515]:[/COLOR] ,[CR]]$INFO[ListItem.ParentalRatingCode,[COLOR grey]$LOCALIZE[31017]: [/COLOR],[CR]]$INFO[ListItem.TimerType,[COLOR grey]$LOCALIZE[803]:[/COLOR] ,[CR]]$VAR[RecordingSizeLabel]$VAR[ExpirationDateTimeLabel]$INFO[ListItem.Plot,[CR]]</label>
- <autoscroll delay="10000" time="3000" repeat="10000">Skin.HasSetting(AutoScroll)</autoscroll>
- </control>
- </control>
- <control type="group">
- <visible>ListItem.IsFolder</visible>
- <top>list_top_offset</top>
- <control type="label">
- <top>10</top>
- <width>830</width>
- <height>262</height>
- <label>$LOCALIZE[19076] ($INFO[Container(5000).NumItems,[B],[/B] $LOCALIZE[31036]]) $INFO[ListItem.Property(recordingsize),- $LOCALIZE[20161]: [B],[/B]]</label>
- <font>font37</font>
- <visible>!ListItem.IsParentFolder</visible>
- </control>
- <control type="group">
- <left>-10</left>
- <top>60</top>
- <visible>!ListItem.IsParentFolder</visible>
- <control type="panel" id="5000">
- <top>20</top>
- <width>830</width>
- <bottom>$PARAM[bottom]</bottom>
- <orientation>vertical</orientation>
- <focusedlayout height="100" width="780">
- <control type="label">
- <visible>!String.IsEqual(ListItem.ChannelName, ListItem.Label)</visible>
- <left>10</left>
- <height>90</height>
- <width>830</width>
- <aligny>center</aligny>
- <label>$VAR[RecordingDateSizeLabel]$INFO[ListItem.Label]$VAR[SeasonEpisodeAndNameLabel, (,)]$INFO[ListItem.Property(totalcount), (, $LOCALIZE[31036])]</label>
- <shadowcolor>text_shadow</shadowcolor>
- </control>
- <control type="label">
- <visible>String.IsEqual(ListItem.ChannelName, ListItem.Label)</visible>
- <left>10</left>
- <height>90</height>
- <width>830</width>
- <aligny>center</aligny>
- <label>[COLOR grey]$INFO[ListItem.ChannelName,,[CR]][/COLOR]$INFO[ListItem.EpgEventTitle]$VAR[SeasonEpisodeAndNameLabel, (,)]</label>
- <shadowcolor>text_shadow</shadowcolor>
- </control>
- </focusedlayout>
- <itemlayout height="100" width="780">
- <control type="label">
- <visible>!String.IsEqual(ListItem.ChannelName, ListItem.Label)</visible>
- <left>10</left>
- <height>90</height>
- <width>830</width>
- <aligny>center</aligny>
- <label>$VAR[RecordingDateSizeLabel]$INFO[ListItem.Label]$VAR[SeasonEpisodeAndNameLabel, (,)]$INFO[ListItem.Property(totalcount), (, $LOCALIZE[31036])]</label>
- <shadowcolor>text_shadow</shadowcolor>
- </control>
- <control type="label">
- <visible>String.IsEqual(ListItem.ChannelName, ListItem.Label)</visible>
- <left>10</left>
- <height>90</height>
- <width>830</width>
- <aligny>center</aligny>
- <label>[COLOR grey]$INFO[ListItem.ChannelName,,[CR]][/COLOR]$INFO[ListItem.EpgEventTitle]$VAR[SeasonEpisodeAndNameLabel, (,)]</label>
- <shadowcolor>text_shadow</shadowcolor>
- </control>
- </itemlayout>
- <content sortby="$PARAM[folder_sortby]" sortorder="$PARAM[folder_sortorder]">$INFO[ListItem.FilenameAndPath]</content>
- </control>
- </control>
- </control>
- </definition>
- </include>
- <include name="RDSInfoLine">
- <control type="grouplist">
- <visible>!String.IsEmpty($PARAM[value])</visible>
- <height>45</height>
- <orientation>horizontal</orientation>
- <itemgap>10</itemgap>
- <control type="label">
- <width>auto</width>
- <height>40</height>
- <aligny>center</aligny>
- <label>$PARAM[label]:</label>
- <textcolor>button_focus</textcolor>
- </control>
- <control type="label">
- <width>auto</width>
- <height>40</height>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[$PARAM[value]]</label>
- <scroll>true</scroll>
- </control>
- </control>
- </include>
- <include name="PVRChannelNumberInput">
- <control type="label">
- <left>0</left>
- <top>0</top>
- <width>100%</width>
- <height>100%</height>
- <label>$INFO[PVR.ChannelNumberInput]</label>
- <shadowcolor>black</shadowcolor>
- <align>center</align>
- <font>WeatherTemp</font>
- <aligny>center</aligny>
- <visible>!String.IsEmpty(PVR.ChannelNumberInput)</visible>
- </control>
- </include>
- <include name="EpgEventDetails">
- <definition>
- <control type="group">
- <top>0</top>
- <left>350</left>
- <right>$PARAM[right]</right>
- <control type="label">
- <width>100%</width>
- <height>30</height>
- <label>[B]$INFO[ListItem.EpgEventTitle][/B] $INFO[ListItem.Year,([COLOR grey],[/COLOR])]</label>
- </control>
- <control type="label">
- <top>35</top>
- <width>100%</width>
- <height>30</height>
- <label>$VAR[FlagDashLabel]$VAR[SeasonEpisodeLabel,[COLOR grey],[/COLOR]]$VAR[EpisodeNameLabel]</label>
- </control>
- </control>
- <control type="textbox">
- <left>350</left>
- <top>85</top>
- <right>$PARAM[right]</right>
- <height>130</height>
- <align>justify</align>
- <label>$INFO[ListItem.Plot]</label>
- <autoscroll delay="10000" time="3000" repeat="10000">Skin.HasSetting(AutoScroll)</autoscroll>
- </control>
- <control type="group">
- <top>220</top>
- <left>350</left>
- <control type="label">
- <top>0</top>
- <width>25%</width>
- <height>30</height>
- <label>$INFO[ListItem.StartTime,[COLOR button_focus]$LOCALIZE[555]:[/COLOR] ]$INFO[ListItem.EndTime, - ]</label>
- </control>
- <control type="label">
- <top>0</top>
- <right>$PARAM[right]</right>
- <width>75%</width>
- <height>30</height>
- <align>right</align>
- <label>$INFO[ListItem.Genre,[COLOR button_focus]$LOCALIZE[515]:[/COLOR] ]</label>
- </control>
- </control>
- </definition>
- </include>
- <include name="EpgGrid">
- <definition>
- <control type="epggrid" id="$PARAM[control_id]">
- <left>0</left>
- <top>$PARAM[control_top]</top>
- <right>20</right>
- <bottom>333</bottom>
- <orientation>$PARAM[control_orientation]</orientation>
- <pagecontrol>60</pagecontrol>
- <scrolltime tween="quadratic" easing="out">300</scrolltime>
- <timeblocks>170</timeblocks>
- <minspertimeblock>1</minspertimeblock>
- <rulerunit>6</rulerunit>
- <onleft>9000</onleft>
- <onright>60</onright>
- <onup>$PARAM[control_onupdown_id]</onup>
- <ondown>$PARAM[control_onupdown_id]</ondown>
- <viewtype label="$PARAM[viewtype_label]">list</viewtype>
- <progresstexture border="$PARAM[progress_texture_border]" colordiffuse="button_focus">$PARAM[progress_texture]</progresstexture>
- <rulerdatelayout width="1700" height="45" condition="$PARAM[has_rulerdate_layout]">
- <control type="label">
- <width>1700</width>
- <height>45</height>
- <font>font13</font>
- <label>$INFO[ListItem.Label]</label>
- <textcolor>button_focus</textcolor>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- </rulerdatelayout>
- <rulerlayout height="45" width="$PARAM[ruler_width]">
- <control type="label">
- <width>$PARAM[ruler_label_width]</width>
- <height>45</height>
- <font>font12</font>
- <label>$INFO[ListItem.Label]</label>
- <textoffsetx>10</textoffsetx>
- <textcolor>button_focus</textcolor>
- </control>
- </rulerlayout>
- <channellayout height="62" width="$PARAM[channel_width]">
- <control type="label">
- <left>2</left>
- <top>-2</top>
- <width>90</width>
- <height>60</height>
- <font>font32_title</font>
- <label>$INFO[ListItem.ChannelNumberLabel]</label>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="label" id="1">
- <left>83</left>
- <top>-2</top>
- <height>60</height>
- <font>font13</font>
- <label>$INFO[ListItem.ChannelName]</label>
- <aligny>center</aligny>
- <textoffsetx>10</textoffsetx>
- </control>
- </channellayout>
- <focusedchannellayout height="62" width="$PARAM[channel_width]">
- <control type="label">
- <left>2</left>
- <top>-2</top>
- <width>90</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="label" id="1">
- <left>83</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>
- <scroll>true</scroll>
- </control>
- </focusedchannellayout>
- <itemlayout height="62" width="60">
- <control type="image" id="2">
- <width>58</width>
- <height>58</height>
- <texture border="3" fallback="windows/pvr/epg-genres/0.png">$INFO[ListItem.Property(GenreType),windows/pvr/epg-genres/,.png]</texture>
- </control>
- <control type="label" id="1">
- <left>6</left>
- <top>0</top>
- <height>36</height>
- <aligny>center</aligny>
- <font>font13</font>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="image">
- <visible>ListItem.IsNew | ListItem.IsPremiere | ListItem.IsFinale | ListItem.IsLive</visible>
- <left>6</left>
- <top>35</top>
- <width>16</width>
- <height>16</height>
- <aspectratio>keep</aspectratio>
- <texture colordiffuse="button_focus">icons/pvr/premiere.png</texture>
- </control>
- <control type="image">
- <left>6</left>
- <top>35</top>
- <width>16</width>
- <height>16</height>
- <texture>$VAR[PVRTimerIcon]</texture>
- <animation effect="slide" start="0,0" end="19,0" condition="ListItem.IsNew | ListItem.IsPremiere | ListItem.IsFinale | ListItem.IsLive">Conditional</animation>
- </control>
- </itemlayout>
- <focusedlayout height="62" width="60">
- <control type="image" id="2">
- <top>2</top>
- <left>2</left>
- <width>54</width>
- <height>54</height>
- <texture colordiffuse="button_focus">lists/focus.png</texture>
- <visible>Control.HasFocus($PARAM[control_id])</visible>
- </control>
- <control type="image" id="2">
- <width>58</width>
- <height>58</height>
- <texture border="4" infill="false" colordiffuse="button_focus">colors/white.png</texture>
- </control>
- <control type="image" id="2">
- <width>58</width>
- <height>58</height>
- <top>0</top>
- <texture border="3" fallback="windows/pvr/epg-genres/0.png">$INFO[ListItem.Property(GenreType),windows/pvr/epg-genres/,.png]</texture>
- <visible>!Control.HasFocus($PARAM[control_id])</visible>
- </control>
- <control type="label" id="1">
- <left>6</left>
- <top>0</top>
- <height>36</height>
- <aligny>center</aligny>
- <font>font13</font>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="image">
- <visible>ListItem.IsNew | ListItem.IsPremiere | ListItem.IsFinale | ListItem.IsLive</visible>
- <left>6</left>
- <top>35</top>
- <width>16</width>
- <height>16</height>
- <aspectratio>keep</aspectratio>
- <texture colordiffuse="button_focus">icons/pvr/premiere.png</texture>
- </control>
- <control type="image">
- <left>6</left>
- <top>35</top>
- <width>16</width>
- <height>16</height>
- <texture>$VAR[PVRTimerIcon]</texture>
- <animation effect="slide" start="0,0" end="19,0" condition="ListItem.IsNew | ListItem.IsPremiere | ListItem.IsFinale | ListItem.IsLive">Conditional</animation>
- </control>
- </focusedlayout>
- </control>
- <control type="scrollbar" id="60">
- <right>0</right>
- <top>$PARAM[scrollbar_top]</top>
- <width>12</width>
- <bottom>340</bottom>
- <onleft>10</onleft>
- <onright>10</onright>
- <orientation>vertical</orientation>
- <texturesliderbackground colordiffuse="22FFFFFF">colors/white.png</texturesliderbackground>
- <animation effect="fade" start="100" end="40" time="0" condition="!system.getbool(input.enablemouse)">Conditional</animation>
- <visible>Control.IsVisible($PARAM[control_id])</visible>
- </control>
- </definition>
- </include>
- <include name="PVRBackendDiskspace">
- <control type="label">
- <left>0</left>
- <bottom>70</bottom>
- <width>830</width>
- <height>20</height>
- <font>font37</font>
- <label>$INFO[PVR.ClientName]$INFO[PVR.InstanceName, (,)]</label>
- </control>
- <control type="group">
- <visible>!Integer.IsGreater(PVR.BackendDiskspaceProgr,100)</visible>
- <control type="label">
- <left>0</left>
- <bottom>20</bottom>
- <width>610</width>
- <height>20</height>
- <label>[COLOR grey]$LOCALIZE[19116]:[/COLOR] $INFO[PVR.BackendDiskspace]</label>
- </control>
- <control type="progress">
- <right>25</right>
- <bottom>10</bottom>
- <width>200</width>
- <height>12</height>
- <info>PVR.BackendDiskspaceProgr</info>
- </control>
- </control>
- <control type="group">
- <visible>Integer.IsGreater(PVR.BackendDiskspaceProgr,100)</visible>
- <control type="label">
- <left>0</left>
- <bottom>20</bottom>
- <width>610</width>
- <height>20</height>
- <label>[COLOR grey]$LOCALIZE[19116]:[/COLOR] $LOCALIZE[13205]</label>
- </control>
- </control>
- </include>
- </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement