diff options
Diffstat (limited to 'addons/skin.estuary/xml/MyPVRGuide.xml')
-rw-r--r-- | addons/skin.estuary/xml/MyPVRGuide.xml | 249 |
1 files changed, 249 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/MyPVRGuide.xml b/addons/skin.estuary/xml/MyPVRGuide.xml new file mode 100644 index 0000000..c84b51c --- /dev/null +++ b/addons/skin.estuary/xml/MyPVRGuide.xml @@ -0,0 +1,249 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">50</defaultcontrol> + <backgroundcolor>background</backgroundcolor> + <views>50,51,52,53</views> + <menucontrol>9000</menucontrol> + <controls> + <include>DefaultBackground</include> + <control type="group"> + <animation effect="fade" start="100" end="0" time="200" tween="sine" condition="$EXP[infodialog_active]">Conditional</animation> + <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> + <depth>DepthContentPanel</depth> + <control type="image"> + <left>0</left> + <top>-10</top> + <width>100%</width> + <bottom>336</bottom> + <texture colordiffuse="E6FFFFFF">dialogs/dialog-bg-nobo.png</texture> + </control> + <control type="group"> + <visible>Control.IsVisible(50) | Control.IsVisible(51)</visible> + <control type="image"> + <left>0</left> + <top>0</top> + <width>100%</width> + <height>50</height> + <texture colordiffuse="border_alpha">colors/white50.png</texture> + </control> + <control type="image"> + <left>42</left> + <top>0</top> + <width>364</width> + <height>50</height> + <texture colordiffuse="button_focus">colors/white.png</texture> + <visible>Control.HasFocus(11)</visible> + </control> + <control type="image"> + <left>10</left> + <top>10</top> + <width>20</width> + <height>30</height> + <texture>icons/keyboard/arrowleft.png</texture> + <animation effect="fade" start="0" end="100" time="150">VisibleChange</animation> + <visible>Control.HasFocus(11) + Container(11).HasPrevious</visible> + </control> + <control type="image"> + <right>10</right> + <top>10</top> + <width>20</width> + <height>30</height> + <texture>icons/keyboard/arrowright.png</texture> + <animation effect="fade" start="0" end="100" time="150">VisibleChange</animation> + <visible>Control.HasFocus(11) + !String.IsEqual(Container(11).CurrentItem, Container(11).NumItems)</visible> + </control> + </control> + <control type="fixedlist" id="11"> + <top>0</top> + <left>40</left> + <right>40</right> + <onleft>noop</onleft> + <onright>noop</onright> + <onup>63</onup> + <ondown>63</ondown> + <orientation>horizontal</orientation> + <scrolltime>200</scrolltime> + <visible>Control.IsVisible(50) | Control.IsVisible(51)</visible> + <itemlayout height="50" width="368"> + <control type="image"> + <left>1</left> + <top>0</top> + <width>366</width> + <height>49</height> + <texture colordiffuse="60FFFFFF">colors/white50.png</texture> + </control> + <control type="label"> + <left>5</left> + <width>358</width> + <height>48</height> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + <textcolor>lightgrey</textcolor> + </control> + </itemlayout> + <focusedlayout height="50" width="368"> + <control type="image"> + <left>1</left> + <top>0</top> + <width>366</width> + <height>50</height> + <texture colordiffuse="button_focus">colors/white.png</texture> + <animation effect="fade" end="30" condition="true">Conditional</animation> + <visible>!Control.HasFocus(11)</visible> + </control> + <control type="label"> + <left>5</left> + <width>358</width> + <height>48</height> + <align>center</align> + <aligny>center</aligny> + <scroll>true</scroll> + <label>$INFO[ListItem.Label]</label> + </control> + </focusedlayout> + </control> + <control type="group" id="63"> + <include content="EpgGrid"> + <param name="control_id" value="50"/> + <param name="control_orientation" value="vertical"/> + <param name="control_top" value="62"/> + <param name="control_onupdown_id" value="11"/> + <param name="viewtype_label" value="19298"/> + <param name="progress_texture_border" value="0,60,18,14"/> + <param name="progress_texture" value="windows/pvr/epg_progress_vertical.png"/> + <param name="has_rulerdate_layout" value="false"/> + <param name="ruler_width" value="1400"/> + <param name="ruler_label_width" value="365"/> + <param name="channel_width" value="350"/> + <param name="scrollbar_top" value="110"/> + </include> + <include content="EpgGrid"> + <param name="control_id" value="51"/> + <param name="control_orientation" value="horizontal"/> + <param name="control_top" value="62"/> + <param name="control_onupdown_id" value="11"/> + <param name="viewtype_label" value="19297"/> + <param name="progress_texture_border" value="5,10,5,10"/> + <param name="progress_texture" value="windows/pvr/epg_progress_horizontal.png"/> + <param name="has_rulerdate_layout" value="true"/> + <param name="ruler_width" value="150"/> + <param name="ruler_label_width" value="150"/> + <param name="channel_width" value="310"/> + <param name="scrollbar_top" value="168"/> + </include> + <include content="EpgGrid"> + <param name="control_id" value="52"/> + <param name="control_orientation" value="vertical"/> + <param name="control_top" value="0"/> + <param name="control_onupdown_id" value="52"/> + <param name="viewtype_label" value="19301"/> + <param name="progress_texture_border" value="0,60,18,14"/> + <param name="progress_texture" value="windows/pvr/epg_progress_vertical.png"/> + <param name="has_rulerdate_layout" value="false"/> + <param name="ruler_width" value="1400"/> + <param name="ruler_label_width" value="365"/> + <param name="channel_width" value="350"/> + <param name="scrollbar_top" value="47"/> + </include> + <include content="EpgGrid"> + <param name="control_id" value="53"/> + <param name="control_orientation" value="horizontal"/> + <param name="control_top" value="0"/> + <param name="control_onupdown_id" value="53"/> + <param name="viewtype_label" value="19300"/> + <param name="progress_texture_border" value="5,10,5,10"/> + <param name="progress_texture" value="windows/pvr/epg_progress_horizontal.png"/> + <param name="has_rulerdate_layout" value="true"/> + <param name="ruler_width" value="150"/> + <param name="ruler_label_width" value="150"/> + <param name="channel_width" value="310"/> + <param name="scrollbar_top" value="102"/> + </include> + </control> + </control> + <control type="group"> + <bottom>30</bottom> + <height>300</height> + <control type="image"> + <top>10</top> + <left>30</left> + <width>290</width> + <height>250</height> + <aspectratio align="center" aligny="center">keep</aspectratio> + <fadetime>400</fadetime> + <texture>$INFO[ListItem.Icon]</texture> + </control> + <control type="group"> + <top>0</top> + <left>350</left> + <control type="label"> + <width>70%</width> + <height>30</height> + <label>[B]$INFO[ListItem.EpgEventTitle][/B] $INFO[ListItem.Year,([COLOR grey],[/COLOR])]</label> + </control> + <control type="label"> + <top>0</top> + <right>30</right> + <width>30%</width> + <height>30</height> + <align>right</align> + <label>[COLOR button_focus]$INFO[ListItem.StartTime,[COLOR grey]$LOCALIZE[555]:[/COLOR] ][/COLOR]$INFO[ListItem.EndTime,[COLOR button_focus] - ,[/COLOR]]</label> + </control> + <control type="label"> + <top>35</top> + <width>60%</width> + <height>30</height> + <label>$VAR[FlagDashLabel][I][COLOR grey]$VAR[SeasonEpisodeLabel][/COLOR]$INFO[ListItem.EpisodeName,[COLOR white],[/COLOR]][/I]</label> + </control> + <control type="label"> + <top>35</top> + <right>30</right> + <width>40%</width> + <height>30</height> + <align>right</align> + <label>$INFO[ListItem.Genre,[COLOR grey]$LOCALIZE[515]:[/COLOR] ]</label> + </control> + </control> + <control type="textbox"> + <left>350</left> + <top>85</top> + <right>30</right> + <height>170</height> + <align>justify</align> + <label>$INFO[ListItem.Plot]</label> + <autoscroll delay="10000" time="3000" repeat="10000">Skin.HasSetting(AutoScroll)</autoscroll> + </control> + </control> + </control> + <include>PVRChannelNumberInput</include> + <include content="TopBar"> + <param name="breadcrumbs_label" value="$VAR[BreadcrumbsPVRGuideVar]" /> + <param name="sublabel" value="" /> + </include> + <include content="BottomBar"> + <param name="info_visible" value="true" /> + </include> + <control type="group"> + <include>MediaMenuCommon</include> + <include content="PVRSideBar"> + <param name="group_label2" value="$INFO[Control.GetLabel(30)]" /> + </include> + </control> + </control> + <control type="label" id="29"> + <font></font> + <include>HiddenObject</include> + </control> + <control type="label" id="30"> + <font></font> + <include>HiddenObject</include> + </control> + </controls> +</window> |