Advertisement
Guest User

MyPVRRecordings

a guest
Aug 18th, 2019
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 11.19 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window>
  3.     <defaultcontrol always="true">50</defaultcontrol>
  4.     <onload>SetProperty(Window.HasSettings,True,Home)</onload>
  5.     <onload>ClearProperty(MediaMenu,Home)</onload>
  6.     <onunload>ClearProperty(MediaMenu,Home)</onunload>
  7.     <onunload>ClearProperty(Window.HasSettings,Home)</onunload>
  8.     <views>50</views>
  9.     <menucontrol>9051</menucontrol>
  10.     <controls>
  11.         <include>CommonBackground</include>
  12.         <control type="group">
  13.             <description>Recordings group</description>
  14.             <include>WindowOpenCloseAnimation</include>
  15.             <include>ViewAnimation</include>
  16.             <left>60</left>
  17.             <top>-40</top>
  18.             <control type="image">
  19.                 <left>-32</left>
  20.                 <top>148</top>
  21.                 <width>1084</width>
  22.                 <height>904</height>
  23.                 <texture border="40">listpanel_back.png</texture>
  24.             </control>
  25.             <control type="list" id="50">
  26.                 <top>180</top>
  27.                 <width>1020</width>
  28.                 <height>840</height>
  29.                 <onleft>SetProperty(MediaMenu,True,Home)</onleft>
  30.                 <onleft>SetFocus(9050)</onleft>
  31.                 <onright>72</onright>
  32.                 <onup>50</onup>
  33.                 <ondown>50</ondown>
  34.                 <viewtype label="535">list</viewtype>
  35.                 <pagecontrol>72</pagecontrol>
  36.                 <scrolltime tween="quadratic">200</scrolltime>
  37.                 <itemlayout height="60" width="1140">
  38.                     <control type="image">
  39.                         <left>-15</left>
  40.                         <top>4</top>
  41.                         <width>105</width>
  42.                         <height>52</height>
  43.                         <aspectratio>keep</aspectratio>
  44.                         <texture background="true" fallback="views/list/DefaultVideo.png">$INFO[ListItem.Icon]</texture>
  45.                     </control>
  46.                     <control type="label">
  47.                         <left>90</left>
  48.                         <top>12</top>
  49.                         <width>860</width>
  50.                         <height>35</height>
  51.                         <font>font15</font>
  52.                         <textcolor>grey2</textcolor>
  53.                         <label>$INFO[ListItem.Label] $INFO[ListItem.Season,s]$INFO[ListItem.Episode,e] $INFO[ListItem.Episodename]</label>
  54.                     </control>
  55.                     <control type="label">
  56.                         <left>50</left>
  57.                         <width>890</width>
  58.                         <height>60</height>
  59.                         <font>font14</font>
  60.                         <align>right</align>
  61.                         <textcolor>grey2</textcolor>
  62.                         <label>$INFO[ListItem.Date]</label>
  63.                     </control>
  64.                     <control type="image">
  65.                         <left>946</left>
  66.                         <width>64</width>
  67.                         <height>64</height>
  68.                         <aspectratio>keep</aspectratio>
  69.                         <texture>$VAR[ListItem.Overlay]</texture>
  70.                     </control>
  71.                 </itemlayout>
  72.                 <focusedlayout height="60" width="1140">
  73.                     <control type="image">
  74.                         <width>1020</width>
  75.                         <height>60</height>
  76.                         <texture colordiffuse="$VAR[HighlightBarColor]" border="4">listselect_fo.png</texture>
  77.                         <visible>Control.HasFocus(50)</visible>
  78.                         <include>VisibleFadeAnimation</include>
  79.                     </control>
  80.                     <control type="image">
  81.                         <left>-15</left>
  82.                         <top>4</top>
  83.                         <width>105</width>
  84.                         <height>52</height>
  85.                         <aspectratio>keep</aspectratio>
  86.                         <texture background="true" fallback="views/list/DefaultVideo.png">$INFO[ListItem.Icon]</texture>
  87.                     </control>
  88.                     <control type="label">
  89.                         <left>90</left>
  90.                         <top>12</top>
  91.                         <width>900</width>
  92.                         <height>35</height>
  93.                         <font>font15</font>
  94.                         <label>$INFO[ListItem.Label] $INFO[ListItem.Season,s]$INFO[ListItem.Episode,e] $INFO[ListItem.Episodename]</label>
  95.                         <animation effect="fade" start="100" end="70" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(50)">Conditional</animation>
  96.                     </control>
  97.                     <control type="label">
  98.                         <left>50</left>
  99.                         <width>890</width>
  100.                         <height>60</height>
  101.                         <font>font14</font>
  102.                         <align>right</align>
  103.                         <label>$INFO[ListItem.Date]</label>
  104.                         <animation effect="fade" start="100" end="70" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(50)">Conditional</animation>
  105.                     </control>
  106.                     <control type="image">
  107.                         <left>946</left>
  108.                         <width>64</width>
  109.                         <height>64</height>
  110.                         <aspectratio>keep</aspectratio>
  111.                         <texture>$VAR[ListItem.Overlay]</texture>
  112.                     </control>
  113.                 </focusedlayout>
  114.             </control>
  115.             <!-- Single Recordings Group - 2 Boxes -->
  116.             <control type="group">
  117.                 <visible>!ListItem.IsFolder</visible>
  118.                 <top>450</top>
  119.                 <left>1054</left>
  120.                 <!-- Recording Thumb and Label Top Bar -->
  121.                 <control type="group">
  122.                     <top>-302</top>
  123.                     <control type="image">
  124.                         <width>780</width>
  125.                         <height>318</height>
  126.                         <texture border="40">listpanel_back.png</texture>
  127.                     </control>
  128.                     <control type="group">
  129.                         <top>20</top>
  130.                         <left>20</left>
  131.                         <width>325</width>
  132.                         <height>272</height>
  133.                         <control type="image">
  134.                             <aspectratio align="left" aligny="center">keep</aspectratio>
  135.                             <texture background="true" fallback="DefaultVideo.png">$INFO[Container(50).ListItem.Icon]</texture>
  136.                             <fadetime>IconCrossfadeTime</fadetime>
  137.                             <bordertexture border="20">thumbs/thumb_shadow.png</bordertexture>
  138.                             <bordersize>20</bordersize>
  139.                         </control>
  140.                     </control>
  141.                     <!-- TopBar Label -->
  142.                     <control type="label">
  143.                         <top>30</top>
  144.                         <left>340</left>
  145.                         <width>360</width>
  146.                         <height>62</height>
  147.                         <font>font24_title</font>
  148.                         <label>[COLOR $VAR[ThemeLabelColor]]$INFO[ListItem.ChannelName][/COLOR]</label>
  149.                     </control>
  150.                     <control type="label">
  151.                         <top>20</top>
  152.                         <width>360</width>
  153.                         <left>340</left>
  154.                         <height>262</height>
  155.                         <font>font12</font>
  156.                         <wrapmultiline>true</wrapmultiline>
  157.                         <label>$INFO[ListItem.Date][CR][CR]$INFO[ListItem.Duration(mins)]</label>
  158.                     </control>
  159.                 </control>
  160.                 <!-- Plot -->
  161.                 <control type="group">
  162.                     <left>36</left>
  163.                     <control type="image">
  164.                         <left>-36</left>
  165.                         <width>780</width>
  166.                         <height>463</height>
  167.                         <texture border="40">listpanel_back.png</texture>
  168.                     </control>
  169.                     <control type="grouplist">
  170.                         <top>40</top>
  171.                         <height>390</height>
  172.                         <control type="label">
  173.                             <width>700</width>
  174.                             <height>40</height>
  175.                             <font>font24_title</font>
  176.                             <label>[B][COLOR $VAR[ThemeLabelColor]]$INFO[Container(50).ListItem.Title][/COLOR][/B]</label>
  177.                         </control>
  178.                         <control type="label">
  179.                             <width>700</width>
  180.                             <height>34</height>
  181.                             <label>[COLOR $VAR[ThemeLabelColor]]$INFO[Container(50).ListItem.PlotOutline][/COLOR]</label>
  182.                             <font>font12</font>
  183.                             <visible>!String.IsEmpty(Container(50).ListItem.PlotOutline)</visible>
  184.                         </control>
  185.                         <control type="label">
  186.                             <width>700</width>
  187.                             <height>34</height>
  188.                             <label>[COLOR $VAR[ThemeLabelColor]]$LOCALIZE[515]: [/COLOR]$INFO[Container(50).ListItem.Genre]</label>
  189.                             <font>font12</font>
  190.                         </control>
  191.                         <control type="textbox">
  192.                             <width>700</width>
  193.                             <height>320</height>
  194.                             <align>justify</align>
  195.                             <label>$INFO[Container(50).ListItem.Plot]</label>
  196.                             <font>font13</font>
  197.                         </control>
  198.                     </control>
  199.                 </control>
  200.             </control>
  201.             <!-- RecordingsFolder -->
  202.             <control type="group">
  203.                 <visible>ListItem.IsFolder</visible>
  204.                 <top>148</top>
  205.                 <left>1054</left>
  206.                 <control type="image">
  207.                     <width>780</width>
  208.                     <height>765</height>
  209.                     <texture border="40">listpanel_back.png</texture>
  210.                 </control>
  211.                 <control type="group">
  212.                     <top>40</top>
  213.                     <left>40</left>
  214.                     <visible>ListItem.IsFolder</visible>
  215.                     <control type="label">
  216.                         <width>740</width>
  217.                         <height>50</height>
  218.                         <label>[COLOR $VAR[ThemeLabelColor]]$INFO[Container(5000).NumItems,$LOCALIZE[19076] (, $LOCALIZE[31025])] [/COLOR]</label>
  219.                         <font>font16</font>
  220.                     </control>
  221.                     <control type="group">
  222.                         <left>10</left>
  223.                         <top>60</top>
  224.                         <control type="panel" id="5000">
  225.                             <width>680</width>
  226.                             <height>662</height>
  227.                             <focusedlayout height="40" width="560">
  228.                                 <!--<control type="label">
  229.                                     <left>10</left>
  230.                                     <height>50</height>
  231.                                     <width>680</width>
  232.                                     <label>[COLOR $VAR[ThemeLabelColor]]$INFO[ListItem.Duration(mins)][/COLOR]  -  $INFO[ListItem.Season]$INFO[ListItem.Episode] $INFO[ListItem.Episodename,###]</label>
  233.                                 </control>-->
  234.                             </focusedlayout>
  235.                             <itemlayout height="40" width="560">
  236.                                 <control type="label">
  237.                                     <left>10</left>
  238.                                     <height>50</height>
  239.                                     <width>680</width>
  240.                                     <label>[COLOR $VAR[ThemeLabelColor]]$INFO[ListItem.Duration(mins)][/COLOR]  -  $INFO[ListItem.Season,s]$INFO[ListItem.Episode,e] $INFO[ListItem.Episodename]</label>
  241.                                     <visible>!String.IsEmpty(ListItem.Episodename)</visible>
  242.                                 </control>
  243.                                 <control type="label">
  244.                                     <left>10</left>
  245.                                     <height>50</height>
  246.                                     <width>680</width>
  247.                                     <label>[COLOR $VAR[ThemeLabelColor]]$INFO[ListItem.Duration(mins)][/COLOR]  -  $INFO[ListItem.Season,s]$INFO[ListItem.Episode,e] $INFO[ListItem.Title]</label>
  248.                                     <visible>String.IsEmpty(ListItem.Episodename)</visible>
  249.                                 </control>
  250.                             </itemlayout>
  251.                             <content>$INFO[ListItem.FolderPath]</content>
  252.                         </control>
  253.                     </control>
  254.                 </control>
  255.             </control>
  256.             <control type="scrollbar" id="72">
  257.                 <left>1010</left>
  258.                 <top>180</top>
  259.                 <width>14</width>
  260.                 <height>840</height>
  261.                 <onleft>50</onleft>
  262.                 <onright>SetProperty(MediaMenu,True,Home)</onright>
  263.                 <onright>SetFocus(9050)</onright>
  264.                 <texturesliderbackground />
  265.                 <texturesliderbar colordiffuse="80FFFFFF" border="1">scrollbar/texturesliderbar2.png</texturesliderbar>
  266.                 <texturesliderbarfocus border="1">scrollbar/texturesliderbar2.png</texturesliderbarfocus>
  267.                 <showonepage>false</showonepage>
  268.             </control>
  269.             <!-- Recording disk space -->
  270.             <control type="group">
  271.                 <top>900</top>
  272.                 <left>1054</left>
  273.                 <control type="image">
  274.                     <width>780</width>
  275.                     <height>150</height>
  276.                     <texture border="40">listpanel_back.png</texture>
  277.                 </control>
  278.                 <control type="group">
  279.                     <left>40</left>
  280.                     <control type="label">
  281.                         <top>50</top>
  282.                         <width>700</width>
  283.                         <height>20</height>
  284.                         <label>[COLOR $VAR[ThemeLabelColor]]$INFO[PVR.backenddiskspace][/COLOR]</label>
  285.                         <align>center</align>
  286.                     </control>
  287.                     <control type="progress">
  288.                         <description>Disk Usage Bar</description>
  289.                         <top>90</top>
  290.                         <left>20</left>
  291.                         <width>660</width>
  292.                         <height>18</height>>
  293.                         <info>PVR.backenddiskspaceprogr</info>
  294.                         <midtexture colordiffuse="$VAR[ThemeLabelColor]">new_pvr/texturebg_white.png</midtexture>
  295.                         <texturebg colordiffuse="$VAR[ThemeLabelColor]" border="3,0,3,0">new_pvr/texturebg_border_white.png</texturebg>
  296.                         <visible>!Integer.IsGreater(PVR.backenddiskspaceprogr,100)</visible>
  297.                     </control>
  298.                 </control>
  299.             </control>
  300.         </control>
  301.         <include condition="!Skin.HasSetting(Disable.ScrollLabel)">ScrollOffsetLabel</include>
  302.         <control type="image">
  303.             <width>100%</width>
  304.             <height>1080</height>
  305.             <texture>black-back.png</texture>
  306.             <animation effect="fade" time="400">Visible</animation>
  307.             <animation effect="fade" time="200">Hidden</animation>
  308.             <visible>Window.IsActive(FileBrowser) | Window.IsActive(PVRGuideInfo) | Window.IsActive(PVRRecordingInfo) | Window.IsActive(PVRTimerSetting) | Window.IsActive(PVRGroupManager) | Window.IsActive(PVRGuideSearch)</visible>
  309.         </control>
  310.         <include>Topbar</include>
  311.         <include>PVRMediaMenu</include>
  312.     </controls>
  313. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement