Advertisement
Guest User

Logos - TV Fanart (not working)

a guest
Jul 22nd, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.61 KB | None | 0 0
  1.     <!--    Logo's on TV Page   --->
  2.     <include name="logo-collectionNOTWORKING">
  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.  
  17.             <control type="list" id="5928">
  18.                 <left>80</left>
  19.                 <top>80</top>
  20.                 <width>500</width>
  21.                 <height>500</height>
  22.                 <itemlayout height="150">
  23.                     <control type="image">
  24.                         <left>0</left>
  25.                         <top>10</top>
  26.                         <width>150</width>
  27.                         <height>24</height>
  28.                         <texture>$INFO[ListItem.Thumb]</texture>
  29.                     </control>
  30.                     <control type="label">
  31.                         <left>0</left>
  32.                         <top>40</top>
  33.                         <width>150</width>
  34.                         <height>24</height>
  35.                         <font>font-15</font>
  36.                         <label>Testing - This Should Show</label>
  37.                         <!-- This does Show -->
  38.                     </control>
  39.                 </itemlayout>
  40.                 <focusedlayout height="200">
  41.                     <control type="image">
  42.                         <left>0</left>
  43.                         <top>10</top>
  44.                         <width>150</width>
  45.                         <height>24</height>
  46.                         <info>$INFO[ListItem.Thumb]</info>
  47.                         <onclick>ActivateWindow(Home)</onclick>
  48.                     </control>
  49.                     <control type="label">
  50.                         <left>0</left>
  51.                         <top>40</top>
  52.                         <width>150</width>
  53.                         <height>24</height>
  54.                         <font>font-15</font>
  55.                         <label>Testing - This Should Also Show</label>
  56.                         <!-- This does Show -->
  57.                     </control>
  58.                 </focusedlayout>
  59.                 <content>
  60.                     <item id="1">
  61.                         <thumb>$INFO[Container(50).ListItemNoWrap(1).Art(clearlogo)]</thumb>
  62.                         <!-- Trying different content to see what might pass through  -->
  63.                     </item>
  64.                     <item id ="2">
  65.                         <thumb>$INFO[Window(Home).Property(RandomEpisode.1.Art(tvshow.clearlogo))]</thumb>
  66.                         <!-- Trying different content to see what might pass through  -->
  67.                     </item>
  68.                     <item id="3">
  69.                         <thumb>$INFO[Container(50).ListItemNoWrap(3).Art(clearlogo)]</thumb>
  70.                         <!-- Trying different content to see what might pass through  -->
  71.                     </item>
  72.                 </content>
  73.             </control>
  74.         </control>
  75.     </include>            
  76.     <!--  End of logosNOTWORKING   -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement