Guest User

MyPVRGuide.xml

a guest
Apr 5th, 2020
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 11.07 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window>
  3.     <defaultcontrol always="true">50</defaultcontrol>
  4.     <backgroundcolor>background</backgroundcolor>
  5.     <views>50,51,52,53</views>
  6.     <menucontrol>9000</menucontrol>
  7.     <controls>
  8.         <include>DefaultBackground</include>
  9.         <control type="group">
  10.             <animation effect="fade" start="100" end="0" time="200" tween="sine" condition="$EXP[infodialog_active]">Conditional</animation>
  11.             <control type="group">
  12.                 <description>Guide Timeline</description>
  13.                 <visible>Control.IsVisible(50) | Control.IsVisible(51) | Control.IsVisible(52) | Control.IsVisible(53)</visible>
  14.                 <include>OpenClose_Right</include>
  15.                 <include>Visible_Right</include>
  16.                 <control type="group">
  17.                     <top>140</top>
  18.                     <depth>DepthContentPanel</depth>
  19.                     <control type="image">
  20.                         <visible>Control.IsVisible(50)</visible>
  21.                         <top>50</top>
  22.                         <left>0</left>
  23.                         <width>365</width>
  24.                         <height>57</height>
  25.                         <texture colordiffuse="00000000">colors/black.png</texture>
  26.                     </control>
  27.                     <control type="image">
  28.                         <visible>Control.IsVisible(52)</visible>
  29.                         <top>-26</top>
  30.                         <left>0</left>
  31.                         <width>365</width>
  32.                         <height>57</height>
  33.                         <texture colordiffuse="00000000">colors/black.png</texture>
  34.                     </control>
  35.                     <control type="group">
  36.                         <visible>Control.IsVisible(50) | Control.IsVisible(51)</visible>
  37.                         <control type="image">
  38.                             <left>0</left>
  39.                             <top>0</top>
  40.                             <width>100%</width>
  41.                             <height>50</height>
  42.                             <texture colordiffuse="border_alpha">colors/white50.png</texture>
  43.                         </control>
  44.                         <control type="image">
  45.                             <left>42</left>
  46.                             <top>0</top>
  47.                             <width>364</width>
  48.                             <height>50</height>
  49.                             <texture colordiffuse="button_focus">colors/white.png</texture>
  50.                             <visible>Control.HasFocus(11)</visible>
  51.                         </control>
  52.                         <control type="image">
  53.                             <left>10</left>
  54.                             <top>10</top>
  55.                             <width>20</width>
  56.                             <height>30</height>
  57.                             <texture>icons/keyboard/arrowleft.png</texture>
  58.                             <animation effect="fade" start="0" end="100" time="150">VisibleChange</animation>
  59.                             <visible>Control.HasFocus(11) + Container(11).HasPrevious</visible>
  60.                         </control>
  61.                         <control type="image">
  62.                             <right>10</right>
  63.                             <top>10</top>
  64.                             <width>20</width>
  65.                             <height>30</height>
  66.                             <texture>icons/keyboard/arrowright.png</texture>
  67.                             <animation effect="fade" start="0" end="100" time="150">VisibleChange</animation>
  68.                             <visible>Control.HasFocus(11) + !String.IsEqual(Container(11).CurrentItem, Container(11).NumItems)</visible>
  69.                         </control>
  70.                     </control>
  71.                     <control type="fixedlist" id="11">
  72.                         <top>0</top>
  73.                         <left>40</left>
  74.                         <right>40</right>
  75.                         <onleft>noop</onleft>
  76.                         <onright>noop</onright>
  77.                         <onup>63</onup>
  78.                         <ondown>63</ondown>
  79.                         <orientation>horizontal</orientation>
  80.                         <scrolltime>200</scrolltime>
  81.                         <visible>Control.IsVisible(50) | Control.IsVisible(51)</visible>
  82.                         <itemlayout height="50" width="368">
  83.                             <control type="image">
  84.                                 <left>1</left>
  85.                                 <top>0</top>
  86.                                 <width>366</width>
  87.                                 <height>49</height>
  88.                                 <texture colordiffuse="60FFFFFF">colors/white50.png</texture>
  89.                             </control>
  90.                             <control type="label">
  91.                                 <left>5</left>
  92.                                 <width>358</width>
  93.                                 <height>48</height>
  94.                                 <align>center</align>
  95.                                 <aligny>center</aligny>
  96.                                 <label>$INFO[ListItem.Label]</label>
  97.                                 <textcolor>lightgrey</textcolor>
  98.                             </control>
  99.                         </itemlayout>
  100.                         <focusedlayout height="50" width="368">
  101.                             <control type="image">
  102.                                 <left>1</left>
  103.                                 <top>0</top>
  104.                                 <width>366</width>
  105.                                 <height>50</height>
  106.                                 <texture colordiffuse="button_focus">colors/white.png</texture>
  107.                                 <animation effect="fade" end="30" condition="true">Conditional</animation>
  108.                                 <visible>!Control.HasFocus(11)</visible>
  109.                             </control>
  110.                             <control type="label">
  111.                                 <left>5</left>
  112.                                 <width>358</width>
  113.                                 <height>48</height>
  114.                                 <align>center</align>
  115.                                 <aligny>center</aligny>
  116.                                 <scroll>true</scroll>
  117.                                 <label>$INFO[ListItem.Label]</label>
  118.                             </control>
  119.                         </focusedlayout>
  120.                     </control>
  121.                     <control type="group" id="63">
  122.                         <include content="EpgGrid">
  123.                             <param name="control_id" value="50"/>
  124.                             <param name="control_orientation" value="vertical"/>
  125.                             <param name="control_top" value="62"/>
  126.                             <param name="control_onupdown_id" value="11"/>
  127.                             <param name="viewtype_label" value="19298"/>
  128.                             <param name="progress_texture_border" value="0,60,18,14"/>
  129.                             <param name="progress_texture" value="windows/pvr/epg_progress_vertical.png"/>
  130.                             <param name="has_rulerdate_layout" value="false"/>
  131.                             <param name="ruler_width" value="1400"/>
  132.                             <param name="ruler_label_width" value="365"/>
  133.                             <param name="channel_width" value="365"/>
  134.                             <param name="scrollbar_top" value="112"/>
  135.                             <param name="channel_height" value="76"/>
  136.                             <param name="channel_height_interior" value="72"/>
  137.                             <param name="channel_height_logo" value="56"/>
  138.                             <param name="program_bg_colordiffuse" value="66000000"/>
  139.                             <param name="program_label_aligny" value="center"/>
  140.                             <param name="program_label_top" value="0"/>
  141.                         </include>
  142.                         <include content="EpgGrid">
  143.                             <param name="control_id" value="51"/>
  144.                             <param name="control_orientation" value="horizontal"/>
  145.                             <param name="control_top" value="62"/>
  146.                             <param name="control_onupdown_id" value="11"/>
  147.                             <param name="viewtype_label" value="19297"/>
  148.                             <param name="progress_texture_border" value="5,10,5,10"/>
  149.                             <param name="progress_texture" value="windows/pvr/epg_progress_horizontal.png"/>
  150.                             <param name="has_rulerdate_layout" value="true"/>
  151.                             <param name="ruler_width" value="150"/>
  152.                             <param name="ruler_label_width" value="150"/>
  153.                             <param name="channel_width" value="350"/>
  154.                             <param name="scrollbar_top" value="180"/>
  155.                             <param name="channel_height" value="76"/>
  156.                             <param name="channel_height_interior" value="72"/>
  157.                             <param name="channel_height_logo" value="56"/>
  158.                             <param name="program_bg_colordiffuse" value="00000000"/>
  159.                             <param name="program_label_aligny" value="top"/>
  160.                             <param name="program_label_top" value="20"/>
  161.                         </include>
  162.                         <include content="EpgGrid">
  163.                             <param name="control_id" value="52"/>
  164.                             <param name="control_orientation" value="vertical"/>
  165.                             <param name="control_top" value="-14"/>
  166.                             <param name="control_onupdown_id" value="52"/>
  167.                             <param name="viewtype_label" value="19301"/>
  168.                             <param name="progress_texture_border" value="0,60,18,14"/>
  169.                             <param name="progress_texture" value="windows/pvr/epg_progress_vertical.png"/>
  170.                             <param name="has_rulerdate_layout" value="false"/>
  171.                             <param name="ruler_width" value="1400"/>
  172.                             <param name="ruler_label_width" value="365"/>
  173.                             <param name="channel_width" value="365"/>
  174.                             <param name="scrollbar_top" value="36"/>
  175.                             <param name="channel_height" value="76"/>
  176.                             <param name="channel_height_interior" value="72"/>
  177.                             <param name="channel_height_logo" value="56"/>
  178.                             <param name="program_bg_colordiffuse" value="66000000"/>
  179.                             <param name="program_label_aligny" value="center"/>
  180.                             <param name="program_label_top" value="0"/>
  181.                         </include>
  182.                         <include content="EpgGrid">
  183.                             <param name="control_id" value="53"/>
  184.                             <param name="control_orientation" value="horizontal"/>
  185.                             <param name="control_top" value="0"/>
  186.                             <param name="control_onupdown_id" value="53"/>
  187.                             <param name="viewtype_label" value="19300"/>
  188.                             <param name="progress_texture_border" value="5,10,5,10"/>
  189.                             <param name="progress_texture" value="windows/pvr/epg_progress_horizontal.png"/>
  190.                             <param name="has_rulerdate_layout" value="true"/>
  191.                             <param name="ruler_width" value="150"/>
  192.                             <param name="ruler_label_width" value="150"/>
  193.                             <param name="channel_width" value="350"/>
  194.                             <param name="scrollbar_top" value="120"/>
  195.                             <param name="channel_height" value="76"/>
  196.                             <param name="channel_height_interior" value="72"/>
  197.                             <param name="channel_height_logo" value="56"/>
  198.                             <param name="program_bg_colordiffuse" value="00000000"/>
  199.                             <param name="program_label_aligny" value="top"/>
  200.                             <param name="program_label_top" value="20"/>
  201.                         </include>
  202.                     </control>
  203.                 </control>
  204.                 <control type="group">
  205.                     <bottom>30</bottom>
  206.                     <height>186</height>
  207.                     <control type="image">
  208.                         <top>6</top>
  209.                         <left>246</left>
  210.                         <width>290</width>
  211.                         <height>250</height>
  212.                         <aspectratio align="left" aligny="top">keep</aspectratio>
  213.                         <fadetime>400</fadetime>
  214.                         <texture>$INFO[ListItem.Icon]</texture>
  215.                     </control>
  216.                     <control type="group">
  217.                         <top>-2</top>
  218.                         <left>548</left>
  219.                         <control type="label">
  220.                             <top>0</top>
  221.                             <width>70%</width>
  222.                             <height>30</height>
  223.                             <font>font14</font>
  224.                             <label>[B]$INFO[ListItem.EpgEventTitle][/B]</label>
  225.                         </control>
  226.                         <control type="label">
  227.                             <top>0</top>
  228.                             <right>30</right>
  229.                             <width>30%</width>
  230.                             <height>30</height>
  231.                             <align>right</align>
  232.                             <font>font14</font>
  233.                             <label>[COLOR button_focus]$INFO[ListItem.StartTime,][/COLOR]$INFO[ListItem.EndTime,[COLOR button_focus] - ,[/COLOR]]</label>
  234.                         </control>
  235.                         <control type="label">
  236.                             <top>42</top>
  237.                             <width>60%</width>
  238.                             <height>30</height>
  239.                             <font>font12</font>
  240.                             <label>$VAR[SeasonEpisodeLabel]$INFO[ListItem.EpisodeName]</label>
  241.                         </control>
  242.                         <control type="label">
  243.                             <top>42</top>
  244.                             <right>30</right>
  245.                             <width>40%</width>
  246.                             <height>30</height>
  247.                             <align>right</align>
  248.                             <font>font12</font>
  249.                             <label>$INFO[ListItem.Genre]</label>
  250.                         </control>
  251.                     </control>
  252.                     <control type="textbox">
  253.                         <left>548</left>
  254.                         <top>85</top>
  255.                         <right>30</right>
  256.                         <height>128</height>
  257.                         <align>justify</align>
  258.                         <font>font12</font>
  259.                         <label>$INFO[ListItem.Plot]</label>
  260.                         <autoscroll delay="10000" time="3000" repeat="10000">Skin.HasSetting(AutoScroll)</autoscroll>
  261.                     </control>
  262.                 </control>
  263.             </control>
  264.             <include>PVRChannelNumberInput</include>
  265.             <include content="TopBar">
  266.                 <param name="breadcrumbs_label" value="$VAR[BreadcrumbsPVRGuideVar]" />
  267.                 <param name="sublabel" value="" />
  268.             </include>
  269.             <include content="BottomBar">
  270.                 <param name="info_visible" value="true" />
  271.             </include>
  272.             <control type="group">
  273.                 <include>MediaMenuCommon</include>
  274.                 <include content="PVRSideBar">
  275.                     <param name="group_label2" value="$INFO[Control.GetLabel(30)]" />
  276.                 </include>
  277.             </control>
  278.         </control>
  279.         <control type="label" id="29">
  280.             <font></font>
  281.             <include>HiddenObject</include>
  282.         </control>
  283.         <control type="label" id="30">
  284.             <font></font>
  285.             <include>HiddenObject</include>
  286.         </control>
  287.     </controls>
  288. </window>
Add Comment
Please, Sign In to add comment