Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 6.37 KB | None | 0 0
  1. <control type="list" id="9501">
  2.                     <visible>Container.Content(artists)</visible>
  3.                     <include>Animation.FadeIn.Slide</include>
  4.                     <visible allowhiddenfocus="true">!IsEmpty(Window.Property(content)) + String.IsEqual(Window.Property(content),1) + !Container(9501).IsUpdating + !Control.IsVisible(50)</visible>
  5.                     <bottom>60</bottom>
  6.                     <left>742</left>
  7.                     <width>1108</width>
  8.                     <height>670</height>
  9.                     <onleft>9501</onleft>
  10.                     <onright>9501</onright>
  11.                     <ondown>ClearProperty(content)</ondown>
  12.                     <ondown>9000</ondown>
  13.                     <onback>ClearProperty(content)</onback>
  14.                     <onback>9000</onback>
  15.                     <orientation>horizontal</orientation>
  16.                     <preloaditems>2</preloaditems>
  17.                     <pagecontrol>60</pagecontrol>
  18.                     <viewtype label="536">list</viewtype>
  19.                     <scrolltime tween="quadratic">400</scrolltime>
  20.                     <itemlayout height="377" width="277">
  21.                         <control type="image">
  22.                             <left>0</left>
  23.                             <top>0</top>
  24.                             <right>0</right>
  25.                             <bottom>100</bottom>
  26.                             <texture border="10">common/nofocus-shadow10.png</texture>
  27.                         </control>
  28.                         <control type="image">
  29.                             <left>10</left>
  30.                             <top>10</top>
  31.                             <right>10</right>
  32.                             <bottom>110</bottom>
  33.                             <aspectratio scalediffuse="false">scale</aspectratio>
  34.                             <texture diffuse="diffuse/wall.png" background="true">$VAR[PosterImage]</texture>
  35.                         </control>
  36.                         <control type="image">
  37.                             <left>10</left>
  38.                             <right>10</right>
  39.                             <bottom>0</bottom>
  40.                             <height>86</height>
  41.                             <texture colordiffuse="Dark4" border="5">common/box.png</texture>
  42.                         </control>
  43.                         <control type="textbox">
  44.                             <left>20</left>
  45.                             <right>20</right>
  46.                             <centerbottom>43</centerbottom>
  47.                             <height>64</height>
  48.                             <font>Mini</font>
  49.                             <autoscroll>false</autoscroll>
  50.                             <textcolor>Dark2</textcolor>
  51.                             <label>$INFO[ListItem.Label]</label>
  52.                             <aligny>top</aligny>
  53.                             <align>center</align>
  54.                         </control>
  55.                     </itemlayout>
  56.                     <focusedlayout height="377" width="277">
  57.                         <control type="image">
  58.                             <left>0</left>
  59.                             <top>0</top>
  60.                             <right>0</right>
  61.                             <bottom>100</bottom>
  62.                             <texture border="10">common/nofocus-shadow10.png</texture>
  63.                         </control>
  64.                         <control type="image">
  65.                             <left>10</left>
  66.                             <top>10</top>
  67.                             <right>10</right>
  68.                             <bottom>110</bottom>
  69.                             <aspectratio scalediffuse="false">scale</aspectratio>
  70.                             <texture diffuse="diffuse/wall.png" background="true">$VAR[PosterImage]</texture>
  71.                         </control>
  72.                         <control type="group">
  73.                             <visible>Control.HasFocus(9501)</visible>
  74.                             <control type="image">
  75.                                 <left>10</left>
  76.                                 <right>10</right>
  77.                                 <bottom>0</bottom>
  78.                                 <height>86</height>
  79.                                 <texture colordiffuse="$VAR[ColorHighlight]" border="5">common/box.png</texture>
  80.                             </control>
  81.                             <control type="textbox">
  82.                                 <left>20</left>
  83.                                 <right>20</right>
  84.                                 <centerbottom>43</centerbottom>
  85.                                 <height>64</height>
  86.                                 <font>Mini</font>
  87.                                 <scroll>true</scroll>
  88.                                 <textcolor>PanelWhite100</textcolor>
  89.                                 <label>$INFO[ListItem.Label]</label>
  90.                                 <aligny>top</aligny>
  91.                                 <align>center</align>
  92.                             </control>
  93.                         </control>
  94.                         <control type="group">
  95.                             <visible>!Control.HasFocus(9501)</visible>
  96.                             <control type="image">
  97.                                 <left>10</left>
  98.                                 <right>10</right>
  99.                                 <bottom>0</bottom>
  100.                                 <height>86</height>
  101.                                 <texture colordiffuse="Dark4" border="5">common/box.png</texture>
  102.                             </control>
  103.                             <control type="textbox">
  104.                                 <left>20</left>
  105.                                 <right>20</right>
  106.                                 <centerbottom>43</centerbottom>
  107.                                 <height>64</height>
  108.                                 <font>Mini</font>
  109.                                 <scroll>true</scroll>
  110.                                 <textcolor>Dark2</textcolor>
  111.                                 <label>$INFO[ListItem.Label]</label>
  112.                                 <aligny>top</aligny>
  113.                                 <align>center</align>
  114.                             </control>
  115.                         </control>
  116.                     </focusedlayout>
  117.                     <content>plugin://script.extendedinfo?info=discography&amp;&amp;artistname=$INFO[ListItem.Artist]</content>
  118.                 </control>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement