Advertisement
Guest User

Logos on TV - Fanart

a guest
Jul 22nd, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 11.64 KB | None | 0 0
  1. <!--    Logo's on TV Page   --->
  2.     <include name="logo-collection">
  3.         <control type="group">
  4.             <visible>Control.IsVisible(50) + Container.Content(TVShows)</visible>
  5.             <visible>ListItem.IsParentFolder</visible>
  6.             <left>47</left>
  7.             <top>90</top>
  8.             <width>1217</width>
  9.             <height>900</height>
  10.             <control type="image">
  11.                 <width>1217</width>
  12.                 <height>900</height>
  13.                 <texture border="17">panel.png</texture>
  14.                 <bordersize>0</bordersize>
  15.             </control>
  16.             <!-- 1st Row of Logos  -->
  17.             <control type="group">
  18.                 <left>0</left>
  19.                 <top>40</top>
  20.                 <width>1183</width>
  21.                 <height>940</height>
  22.                 <control type="group">
  23.                     <visible>Skin.HasSetting(RandomLogos)</visible>
  24.                     <control type="image">
  25.                         <left>40</left>
  26.                         <top>0</top>
  27.                         <width>245</width>
  28.                         <height>95</height>
  29.                         <texture>$INFO[Window(Home).Property(RandomEpisode.1.Art(tvshow.clearlogo))]</texture>
  30.                     </control>
  31.                     <control type="image">
  32.                         <left>325</left>
  33.                         <top>0</top>
  34.                         <width>245</width>
  35.                         <height>95</height>
  36.                         <texture>$INFO[Window(Home).Property(RandomEpisode.2.Art(tvshow.clearlogo))]</texture>
  37.                     </control>
  38.                     <control type="image">
  39.                         <left>610</left>
  40.                         <top>0</top>
  41.                         <width>245</width>
  42.                         <height>95</height>
  43.                         <texture>$INFO[Window(Home).Property(RandomEpisode.3.Art(tvshow.clearlogo))]</texture>
  44.                     </control>
  45.                     <control type="image">
  46.                         <left>895</left>
  47.                         <top>0</top>
  48.                         <width>245</width>
  49.                         <height>95</height>
  50.                         <texture>$INFO[Window(Home).Property(RandomEpisode.4.Art(tvshow.clearlogo))]</texture>
  51.                     </control>
  52.                 </control>
  53.                 <control type="group">
  54.                     <visible>!Skin.HasSetting(RandomLogos)</visible>
  55.                     <control type="image">
  56.                         <left>40</left>
  57.                         <top>0</top>
  58.                         <width>245</width>
  59.                         <height>95</height>
  60.                         <texture>$INFO[Container(50).ListItemNoWrap(1).Art(clearlogo)]</texture>
  61.                     </control>
  62.                     <control type="image">
  63.                         <left>325</left>
  64.                         <top>0</top>
  65.                         <width>245</width>
  66.                         <height>95</height>
  67.                         <texture>$INFO[Container(50).ListItemNoWrap(2).Art(clearlogo)]</texture>
  68.                     </control>
  69.                     <control type="image">
  70.                         <left>610</left>
  71.                         <top>0</top>
  72.                         <width>245</width>
  73.                         <height>95</height>
  74.                         <texture>$INFO[Container(50).ListItemNoWrap(3).Art(clearlogo)]</texture>
  75.                     </control>
  76.                     <control type="image">
  77.                         <left>895</left>
  78.                         <top>0</top>
  79.                         <width>245</width>
  80.                         <height>95</height>
  81.                         <texture>$INFO[Container(50).ListItemNoWrap(4).Art(clearlogo)]</texture>
  82.                     </control>
  83.                 </control>
  84.             </control>
  85.             <!-- 2nd Row of Logos  -->
  86.             <control type="group">
  87.                 <left>0</left>
  88.                 <top>220</top>
  89.                 <width>1183</width>
  90.                 <height>510</height>
  91.                 <control type="group">
  92.                     <visible>Skin.HasSetting(RandomLogos)</visible>
  93.                     <control type="image">
  94.                         <left>40</left>
  95.                         <top>0</top>
  96.                         <width>245</width>
  97.                         <height>95</height>
  98.                         <texture>$INFO[Window(Home).Property(RandomEpisode.5.Art(tvshow.clearlogo))]</texture>
  99.                     </control>
  100.                     <control type="image">
  101.                         <left>325</left>
  102.                         <top>0</top>
  103.                         <width>245</width>
  104.                         <height>95</height>
  105.                         <texture>$INFO[Window(Home).Property(RandomEpisode.6.Art(tvshow.clearlogo))]</texture>
  106.                     </control>
  107.                     <control type="image">
  108.                         <left>610</left>
  109.                         <top>0</top>
  110.                         <width>245</width>
  111.                         <height>95</height>
  112.                         <texture>$INFO[Window(Home).Property(RandomEpisode.7.Art(tvshow.clearlogo))]</texture>
  113.                     </control>
  114.                     <control type="image">
  115.                         <left>895</left>
  116.                         <top>0</top>
  117.                         <width>245</width>
  118.                         <height>95</height>
  119.                         <texture>$INFO[Window(Home).Property(RandomEpisode.8.Art(tvshow.clearlogo))]</texture>
  120.                     </control>
  121.                 </control>
  122.                 <control type="group">
  123.                     <visible>!Skin.HasSetting(RandomLogos)</visible>
  124.                     <control type="image">
  125.                         <left>40</left>
  126.                         <top>0</top>
  127.                         <width>245</width>
  128.                         <height>95</height>
  129.                         <texture>$INFO[Container(50).ListItemNoWrap(5).Art(clearlogo)]</texture>
  130.                     </control>
  131.                     <control type="image">
  132.                         <left>325</left>
  133.                         <top>0</top>
  134.                         <width>245</width>
  135.                         <height>95</height>
  136.                         <texture>$INFO[Container(50).ListItemNoWrap(6).Art(clearlogo)]</texture>
  137.                     </control>
  138.                     <control type="image">
  139.                         <left>610</left>
  140.                         <top>0</top>
  141.                         <width>245</width>
  142.                         <height>95</height>
  143.                         <texture>$INFO[Container(50).ListItemNoWrap(7).Art(clearlogo)]</texture>
  144.                     </control>
  145.                     <control type="image">
  146.                         <left>895</left>
  147.                         <top>0</top>
  148.                         <width>245</width>
  149.                         <height>95</height>
  150.                         <texture>$INFO[Container(50).ListItemNoWrap(8).Art(clearlogo)]</texture>
  151.                     </control>
  152.                 </control>
  153.             </control>
  154.             <!-- 3rd Row of Logos  -->
  155.             <control type="group">
  156.                 <left>0</left>
  157.                 <top>400</top>
  158.                 <width>1183</width>
  159.                 <height>510</height>
  160.                 <control type="group">
  161.                     <visible>Skin.HasSetting(RandomLogos)</visible>
  162.                     <control type="image">
  163.                         <left>40</left>
  164.                         <top>0</top>
  165.                         <width>245</width>
  166.                         <height>95</height>
  167.                         <texture>$INFO[Window(Home).Property(RandomEpisode.9.Art(tvshow.clearlogo))]</texture>
  168.                     </control>
  169.                     <control type="image">
  170.                         <left>325</left>
  171.                         <top>0</top>
  172.                         <width>245</width>
  173.                         <height>95</height>
  174.                         <texture>$INFO[Window(Home).Property(RandomEpisode.10.Art(tvshow.clearlogo))]</texture>
  175.                     </control>
  176.                     <control type="image">
  177.                         <left>610</left>
  178.                         <top>0</top>
  179.                         <width>245</width>
  180.                         <height>95</height>
  181.                         <texture>$INFO[Window(Home).Property(RandomEpisode.11.Art(tvshow.clearlogo))]</texture>
  182.                     </control>
  183.                     <control type="image">
  184.                         <left>895</left>
  185.                         <top>0</top>
  186.                         <width>245</width>
  187.                         <height>95</height>
  188.                         <texture>$INFO[Window(Home).Property(RandomEpisode.12.Art(tvshow.clearlogo))]</texture>
  189.                     </control>
  190.                 </control>
  191.                 <control type="group">
  192.                     <visible>!Skin.HasSetting(RandomLogos)</visible>
  193.                     <control type="image">
  194.                         <left>40</left>
  195.                         <top>0</top>
  196.                         <width>245</width>
  197.                         <height>95</height>
  198.                         <texture>$INFO[Container(50).ListItemNoWrap(9).Art(clearlogo)]</texture>
  199.                     </control>
  200.                     <control type="image">
  201.                         <left>325</left>
  202.                         <top>0</top>
  203.                         <width>245</width>
  204.                         <height>95</height>
  205.                         <texture>$INFO[Container(50).ListItemNoWrap(10).Art(clearlogo)]</texture>
  206.                     </control>
  207.                     <control type="image">
  208.                         <left>610</left>
  209.                         <top>0</top>
  210.                         <width>245</width>
  211.                         <height>95</height>
  212.                         <texture>$INFO[Container(50).ListItemNoWrap(11).Art(clearlogo)]</texture>
  213.                     </control>
  214.                     <control type="image">
  215.                         <left>895</left>
  216.                         <top>0</top>
  217.                         <width>245</width>
  218.                         <height>95</height>
  219.                         <texture>$INFO[Container(50).ListItemNoWrap(12).Art(clearlogo)]</texture>
  220.                     </control>
  221.                 </control>
  222.             </control>
  223.             <!-- 4th Row of Logos  -->
  224.             <control type="group">
  225.                 <left>0</left>
  226.                 <top>580</top>
  227.                 <width>1183</width>
  228.                 <height>510</height>
  229.                 <control type="group">
  230.                     <visible>Skin.HasSetting(RandomLogos)</visible>
  231.                     <control type="image">
  232.                         <left>40</left>
  233.                         <top>0</top>
  234.                         <width>245</width>
  235.                         <height>95</height>
  236.                         <texture>$INFO[Window(Home).Property(RandomEpisode.13.Art(tvshow.clearlogo))]</texture>
  237.                     </control>
  238.                     <control type="image">
  239.                         <left>325</left>
  240.                         <top>0</top>
  241.                         <width>245</width>
  242.                         <height>95</height>
  243.                         <texture>$INFO[Window(Home).Property(RandomEpisode.14.Art(tvshow.clearlogo))]</texture>
  244.                     </control>
  245.                     <control type="image">
  246.                         <left>610</left>
  247.                         <top>0</top>
  248.                         <width>245</width>
  249.                         <height>95</height>
  250.                         <texture>$INFO[Window(Home).Property(RandomEpisode.15.Art(tvshow.clearlogo))]</texture>
  251.                     </control>
  252.                     <control type="image">
  253.                         <left>895</left>
  254.                         <top>0</top>
  255.                         <width>245</width>
  256.                         <height>95</height>
  257.                         <texture>$INFO[Window(Home).Property(RandomEpisode.16.Art(tvshow.clearlogo))]</texture>
  258.                     </control>
  259.                 </control>
  260.                 <control type="group">
  261.                     <visible>!Skin.HasSetting(RandomLogos)</visible>
  262.                     <control type="image">
  263.                         <left>40</left>
  264.                         <top>0</top>
  265.                         <width>245</width>
  266.                         <height>95</height>
  267.                         <texture>$INFO[Container(50).ListItemNoWrap(13).Art(clearlogo)]</texture>
  268.                     </control>
  269.                     <control type="image">
  270.                         <left>325</left>
  271.                         <top>0</top>
  272.                         <width>245</width>
  273.                         <height>95</height>
  274.                         <texture>$INFO[Container(50).ListItemNoWrap(14).Art(clearlogo)]</texture>
  275.                     </control>
  276.                     <control type="image">
  277.                         <left>610</left>
  278.                         <top>0</top>
  279.                         <width>245</width>
  280.                         <height>95</height>
  281.                         <texture>$INFO[Container(50).ListItemNoWrap(15).Art(clearlogo)]</texture>
  282.                     </control>
  283.                     <control type="image">
  284.                         <left>895</left>
  285.                         <top>0</top>
  286.                         <width>245</width>
  287.                         <height>95</height>
  288.                         <texture>$INFO[Container(50).ListItemNoWrap(16).Art(clearlogo)]</texture>
  289.                     </control>
  290.                 </control>
  291.             </control>
  292.             <!-- 5th Row of Logos  -->
  293.             <control type="group">
  294.                 <left>0</left>
  295.                 <top>760</top>
  296.                 <width>1183</width>
  297.                 <height>510</height>
  298.                 <control type="group">
  299.                     <visible>Skin.HasSetting(RandomLogos)</visible>
  300.                     <control type="image">
  301.                         <left>40</left>
  302.                         <top>0</top>
  303.                         <width>245</width>
  304.                         <height>95</height>
  305.                         <texture>$INFO[Window(Home).Property(RandomEpisode.17.Art(tvshow.clearlogo))]</texture>
  306.                     </control>
  307.                     <control type="image">
  308.                         <left>325</left>
  309.                         <top>0</top>
  310.                         <width>245</width>
  311.                         <height>95</height>
  312.                         <texture>$INFO[Window(Home).Property(RandomEpisode.18.Art(tvshow.clearlogo))]</texture>
  313.                     </control>
  314.                     <control type="image">
  315.                         <left>610</left>
  316.                         <top>0</top>
  317.                         <width>245</width>
  318.                         <height>95</height>
  319.                         <texture>$INFO[Window(Home).Property(RandomEpisode.19.Art(tvshow.clearlogo))]</texture>
  320.                     </control>
  321.                     <control type="image">
  322.                         <left>895</left>
  323.                         <top>0</top>
  324.                         <width>245</width>
  325.                         <height>95</height>
  326.                         <texture>$INFO[Window(Home).Property(RandomEpisode.20.Art(tvshow.clearlogo))]</texture>
  327.                     </control>
  328.                 </control>
  329.                 <control type="group">
  330.                     <visible>!Skin.HasSetting(RandomLogos)</visible>
  331.                     <control type="image">
  332.                         <left>40</left>
  333.                         <top>0</top>
  334.                         <width>245</width>
  335.                         <height>95</height>
  336.                         <texture>$INFO[Container(50).ListItemNoWrap(17).Art(clearlogo)]</texture>
  337.                     </control>
  338.                     <control type="image">
  339.                         <left>325</left>
  340.                         <top>0</top>
  341.                         <width>245</width>
  342.                         <height>95</height>
  343.                         <texture>$INFO[Container(50).ListItemNoWrap(18).Art(clearlogo)]</texture>
  344.                     </control>
  345.                     <control type="image">
  346.                         <left>610</left>
  347.                         <top>0</top>
  348.                         <width>245</width>
  349.                         <height>95</height>
  350.                         <texture>$INFO[Container(50).ListItemNoWrap(19).Art(clearlogo)]</texture>
  351.                     </control>
  352.                     <control type="image">
  353.                         <left>895</left>
  354.                         <top>0</top>
  355.                         <width>245</width>
  356.                         <height>95</height>
  357.                         <texture>$INFO[Container(50).ListItemNoWrap(20).Art(clearlogo)]</texture>
  358.                     </control>
  359.                 </control>
  360.             </control>
  361.         </control>
  362.     </include>            
  363.     <!--  End of logos   -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement