739 lines
38 KiB
XML
739 lines
38 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<window>
|
|
<zorder>0.52</zorder>
|
|
<coordinates>
|
|
<left>0</left>
|
|
<top>0</top>
|
|
</coordinates>
|
|
<controls>
|
|
|
|
<!-- control groups -->
|
|
<control type='group' id="1"/>
|
|
<control type='group' id="2"/>
|
|
<control type='group' id="3"/>
|
|
|
|
<control type="image"> <!-- BACKGROUND -->
|
|
<description>Window Background</description>
|
|
<width>100%</width>
|
|
<height>100%</height>
|
|
<texture colordiffuse="FF232323">white.png</texture>
|
|
</control>
|
|
|
|
<control type="group"> <!-- CONTROLS GROUP -->
|
|
<description>Main Group</description>
|
|
<left>0</left>
|
|
<top>0</top>
|
|
<animation type="WindowOpen" reversible="false">
|
|
<effect type="fade" delay="160" end="100" time="300" />
|
|
</animation>
|
|
<animation type="WindowClose" reversible="false">
|
|
<effect type="fade" delay="160" start="100" end="0" time="300" />
|
|
</animation>
|
|
|
|
<control type="image">
|
|
<description>Fanart</description>
|
|
<width>100%</width>
|
|
<height>100%</height>
|
|
<aspectratio>scale</aspectratio>
|
|
<texture colordiffuse="FF555555">$INFO[Container(102).ListItem.Art(fanart)]</texture>
|
|
<visible>!Control.IsVisible(2) + !String.IsEmpty(Container(102).ListItem.Art(fanart))</visible>
|
|
</control>
|
|
<control type="image">
|
|
<description>Episode Fanart</description>
|
|
<width>100%</width>
|
|
<height>100%</height>
|
|
<aspectratio>scale</aspectratio>
|
|
<texture colordiffuse="FF555555">$INFO[Container(103).ListItem.Art(thumb)]</texture>
|
|
<visible>Control.IsVisible(2) + !String.IsEmpty(Container(103).ListItem.Art(thumb))</visible>
|
|
</control>
|
|
|
|
<control type="textbox" id='100'>
|
|
<description>Title</description>
|
|
<visible>Control.IsVisible(500)</visible>
|
|
<left>260</left>
|
|
<top>280</top>
|
|
<width>1000</width>
|
|
<height>30</height>
|
|
<font>font13</font>
|
|
<textcolor>FFFFFFFF</textcolor>
|
|
<shadowcolor>00000000</shadowcolor>
|
|
<align>left</align>
|
|
<aligny>center</aligny>
|
|
<animation effect="slide" tween="linear" center="0" end="-230,-250" time="600" condition="Integer.IsGreater(Container(101).NumItems, 0)">Conditional</animation>
|
|
</control>
|
|
|
|
<control type="group"> <!-- SEARCH GROUP-->
|
|
<description>Search Group</description>
|
|
<visible>Control.IsVisible(1)</visible>
|
|
|
|
<control type="group">
|
|
<description>Search Result Group</description>
|
|
<visible>Integer.IsGreater(Container(102).NumItems, 0)</visible>
|
|
<control type='group'>
|
|
<left>400</left>
|
|
<top>90</top>
|
|
<control type='group'>
|
|
<visible>!String.IsEmpty(Container(102).ListItem.Property(rating))</visible>
|
|
<control type='image'>
|
|
<description>Rating Circle</description>
|
|
<top>0</top>
|
|
<left>0</left>
|
|
<width>60</width>
|
|
<height>60</height>
|
|
<texture colordiffuse='$INFO[Container(102).ListItem.Property(color)]'>Circular/$INFO[Container(102).ListItem.Property(rating)].png</texture>
|
|
<aspectratio>keep</aspectratio>
|
|
</control>
|
|
<control type='textbox'>
|
|
<description>Rating</description>
|
|
<visible>!String.IsEmpty(Container(102).ListItem.Rating())</visible>
|
|
<top>15</top>
|
|
<left>10</left>
|
|
<height>30</height>
|
|
<width>40</width>
|
|
<font>font13</font>
|
|
<textcolor>FFFFFFFF</textcolor>
|
|
<shadowcolor>00000000</shadowcolor>
|
|
<label>$INFO[Container(102).ListItem.Rating()]</label>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
</control>
|
|
<control type='textbox'>
|
|
<description>NO Rating</description>
|
|
<visible>String.IsEmpty(Container(102).ListItem.Rating())</visible>
|
|
<top>15</top>
|
|
<left>10</left>
|
|
<height>30</height>
|
|
<width>40</width>
|
|
<font>font13</font>
|
|
<textcolor>FFFFFFFF</textcolor>
|
|
<shadowcolor>00000000</shadowcolor>
|
|
<label>N/A</label>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
</control>
|
|
<control type="textbox">
|
|
<description>Item Title</description>
|
|
<left>80</left>
|
|
<top>0</top>
|
|
<width>840</width>
|
|
<height>60</height>
|
|
<font>font13</font>
|
|
<textcolor>FFFFFFFF</textcolor>
|
|
<shadowcolor>00000000</shadowcolor>
|
|
<label>$INFO[Container(102).ListItem.Label]</label>
|
|
<align>left</align>
|
|
<aligny>center</aligny>
|
|
</control>
|
|
</control>
|
|
|
|
<control type="textbox">
|
|
<description>Item Count</description>
|
|
<left>640</left>
|
|
<top>1</top>
|
|
<width>200</width>
|
|
<height>30</height>
|
|
<font>font13</font>
|
|
<textcolor>FFAAAAAA</textcolor>
|
|
<shadowcolor>00000000</shadowcolor>
|
|
<label>[B]$INFO[Container(102).CurrentItem]/$INFO[Container(102).NumItems][/B]</label>
|
|
<align>right</align>
|
|
<aligny>center</aligny>
|
|
</control>
|
|
|
|
|
|
<!-- Video Info -->
|
|
<control type='group'>
|
|
<description>Video Info</description>
|
|
<visible>Integer.IsGreater(Container(102).NumItems, 0)</visible>
|
|
<animation type="Visible" reversible="false">
|
|
<effect type="slide" delay="160" start="100,0" end="0,0" time="200" />
|
|
<effect type="fade" delay="160" start="0" end="100" time="200" />
|
|
</animation>
|
|
<animation type="Hidden" reversible="false">
|
|
<effect type="slide" start="0,0" end="100,0" time="200" />
|
|
<effect type="fade" start="100" end="0" time="200" />
|
|
</animation>
|
|
<animation type="WindowClose" reversible="false">
|
|
<effect type="slide" start="0,0" end="100,0" time="200" />
|
|
<effect type="fade" start="100" end="0" time="200" />
|
|
</animation>
|
|
<top>80</top>
|
|
<height>120</height>
|
|
<width>840</width>
|
|
<control type='grouplist'>
|
|
<top>0</top>
|
|
<height>30</height>
|
|
<width>300</width>
|
|
<itemgap>10</itemgap>
|
|
<orientation>horizontal</orientation>
|
|
<align>left</align>
|
|
<control type='label'>
|
|
<description>Year</description>
|
|
<height>30</height>
|
|
<width>auto</width>
|
|
<font>font13</font>
|
|
<textcolor>ffFFFFFF</textcolor>
|
|
<shadowcolor>00000000</shadowcolor>
|
|
<label>$INFO[Container(102).ListItem.Year]</label>
|
|
<align>left</align>
|
|
<aligny>center</aligny>
|
|
</control>
|
|
<control type='label'>
|
|
<description>Separator</description>
|
|
<height>30</height>
|
|
<width>10</width>
|
|
<font>font13</font>
|
|
<textcolor>ffFFFFFF</textcolor>
|
|
<shadowcolor>00000000</shadowcolor>
|
|
<visible>!String.IsEmpty(Container(102).ListItem.Duration())</visible>
|
|
<label>[B]•[/B]</label>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
</control>
|
|
<control type='label'>
|
|
<description>Duration</description>
|
|
<height>30</height>
|
|
<width>auto</width>
|
|
<font>font13</font>
|
|
<textcolor>ffFFFFFF</textcolor>
|
|
<shadowcolor>00000000</shadowcolor>
|
|
<label>$INFO[Container(102).ListItem.Duration(hh:mm)]</label>
|
|
<align>left</align>
|
|
<aligny>center</aligny>
|
|
</control>
|
|
<control type='label'>
|
|
<description>Separator</description>
|
|
<height>30</height>
|
|
<width>10</width>
|
|
<font>font13</font>
|
|
<textcolor>ffFFFFFF</textcolor>
|
|
<shadowcolor>00000000</shadowcolor>
|
|
<visible>!String.IsEmpty(Container(102).ListItem.Mpaa)</visible>
|
|
<label>[B]•[/B]</label>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
</control>
|
|
<control type='label'>
|
|
<description>Mpaa</description>
|
|
<height>30</height>
|
|
<width>auto</width>
|
|
<font>font13</font>
|
|
<textcolor>ffFFFFFF</textcolor>
|
|
<shadowcolor>00000000</shadowcolor>
|
|
<label>$INFO[Container(102).ListItem.Mpaa]</label>
|
|
<align>left</align>
|
|
<aligny>center</aligny>
|
|
</control>
|
|
</control>
|
|
|
|
<control type='textbox'>
|
|
<description>Genre</description>
|
|
<visible>!String.isEmpty(Container(102).ListItem.Genre)</visible>
|
|
<right>0</right>
|
|
<height>30</height>
|
|
<width>600</width>
|
|
<font>font13</font>
|
|
<textcolor>ffFFFFFF</textcolor>
|
|
<shadowcolor>00000000</shadowcolor>
|
|
<label>$INFO[Container(102).ListItem.Genre]</label>
|
|
<align>right</align>
|
|
<aligny>center</aligny>
|
|
</control>
|
|
|
|
<control type='textbox'>
|
|
<description>Plot</description>
|
|
<top>40</top>
|
|
<left>0</left>
|
|
<height>150</height>
|
|
<font>font13</font>
|
|
<textcolor>ffFFFFFF</textcolor>
|
|
<shadowcolor>00000000</shadowcolor>
|
|
<label>$INFO[Container(102).ListItem.Plot]</label>
|
|
<align>justify</align>
|
|
<aligny>top</aligny>
|
|
<autoscroll time='3000' delay='3000' repeat='3000'>True</autoscroll>
|
|
</control>
|
|
</control>
|
|
</control>
|
|
|
|
<control type="fixedlist" id="102">
|
|
<animation type="Conditional" condition="Integer.IsGreater(Container(102).NumItems, 0)" reversible="false">
|
|
<effect type="slide" delay="160" start="0,100" end="0,0" time="200" />
|
|
<effect type="fade" delay="160" start="0" end="100" time="200" />
|
|
</animation>
|
|
<animation type="WindowClose" reversible="false">
|
|
<effect type="slide" start="0,0" end="0,100" time="200" />
|
|
<effect type="fade" start="100" end="0" time="200" />
|
|
</animation>
|
|
<description>Search Results list</description>
|
|
<bottom>70</bottom>
|
|
<left>0</left>
|
|
<width>100%</width>
|
|
<height>570</height>
|
|
<ondown>101</ondown>
|
|
<onup>503</onup>
|
|
<orientation>horizontal</orientation>
|
|
<scrolltime tween="cubic" easing="out">300</scrolltime>
|
|
<itemlayout height="570" width="180">
|
|
<control type="group">
|
|
<top>300</top>
|
|
<control type="image">
|
|
<description>Item Poster</description>
|
|
<top>0</top>
|
|
<left>0</left>
|
|
<width>180</width>
|
|
<height>270</height>
|
|
<texture>$INFO[ListItem.Art(poster)]</texture>
|
|
<bordersize>10</bordersize>
|
|
<aspectratio>scale</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<description>Item Poster</description>
|
|
<bottom>0</bottom>
|
|
<left>0</left>
|
|
<width>80</width>
|
|
<height>80</height>
|
|
<texture>$INFO[ListItem.Property(channelthumb)]</texture>
|
|
<bordersize>10</bordersize>
|
|
<aspectratio>scale</aspectratio>
|
|
<visible>!String.IsEmpty(ListItem.Property(verified))</visible>
|
|
</control>
|
|
<control type="image">
|
|
<description>Item Poster</description>
|
|
<top>0</top>
|
|
<right>0</right>
|
|
<width>80</width>
|
|
<height>80</height>
|
|
<texture>sub.png</texture>
|
|
<visible>!String.IsEmpty(ListItem.Property(sub))</visible>
|
|
<bordersize>10</bordersize>
|
|
<aspectratio>scale</aspectratio>
|
|
</control>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout height="570" width="380">
|
|
</focusedlayout>
|
|
</control>
|
|
|
|
<control type="group">
|
|
<description>Poster</description>
|
|
<bottom>70</bottom>
|
|
<height>570</height>
|
|
<width>380</width>
|
|
<visible>Integer.IsGreater(Container(102).NumItems, 0)</visible>
|
|
<animation type="Visible" reversible="false">
|
|
<effect type="slide" delay="160" start="-100,0" end="0,0" time="200" />
|
|
<effect type="fade" delay="160" start="0" end="100" time="200" />
|
|
</animation>
|
|
<animation type="Hidden" reversible="false">
|
|
<effect type="slide" start="0,0" end="-100,0" time="200" />
|
|
<effect type="fade" start="100" end="0" time="200" />
|
|
</animation>
|
|
<animation type="WindowClose" reversible="false">
|
|
<effect type="slide" start="0,0" end="-100,0" time="200" />
|
|
<effect type="fade" start="100" end="0" time="200" />
|
|
</animation>
|
|
<control type="image">
|
|
<description>Item Poster</description>
|
|
<top>0</top>
|
|
<left>0</left>
|
|
<width>380</width>
|
|
<height>570</height>
|
|
<texture>$INFO[Container(102).ListItem.Art(poster)]</texture>
|
|
<bordersize>10</bordersize>
|
|
<aspectratio>scale</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<description>Item Poster</description>
|
|
<bottom>0</bottom>
|
|
<left>0</left>
|
|
<width>150</width>
|
|
<height>150</height>
|
|
<texture>$INFO[Container(102).ListItem.Property(channelthumb)]</texture>
|
|
<bordersize>10</bordersize>
|
|
<aspectratio>scale</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<description>Item Poster</description>
|
|
<top>0</top>
|
|
<right>0</right>
|
|
<width>150</width>
|
|
<height>150</height>
|
|
<texture>sub.png</texture>
|
|
<visible>!String.IsEmpty(Container(102).ListItem.Property(sub))</visible>
|
|
<bordersize>10</bordersize>
|
|
<aspectratio>scale</aspectratio>
|
|
</control>
|
|
</control>
|
|
</control> <!-- END Search Result Group -->
|
|
<control type='image'>
|
|
<width>100%</width>
|
|
<height>100%</height>
|
|
<texture colordiffuse='88000000'>white.png</texture>
|
|
<visible>!Control.HasFocus(102)</visible>
|
|
</control>
|
|
<control type='button'>
|
|
<description>Result Overflow</description>
|
|
<top>0</top>
|
|
<left>400</left>
|
|
<width>880</width>
|
|
<height>100%</height>
|
|
<texturefocus></texturefocus>
|
|
<texturenofocus></texturenofocus>
|
|
</control>
|
|
|
|
<control type="group"> <!-- Chennels Group-->
|
|
<description>Chennels Group</description>
|
|
<bottom>-160</bottom>
|
|
<width>100%</width>
|
|
<height>200</height>
|
|
<animation effect="slide" start="0,150" time="500" condition="Integer.IsGreater(Container(101).NumItems, 0)">Conditional</animation>
|
|
<animation effect="slide" start="0,-160" time="200" condition="!Control.HasFocus(101)">Conditional</animation>
|
|
<visible>Integer.IsGreater(Container(101).NumItems, 0)</visible>
|
|
|
|
<control type="button" id='505'>
|
|
<description>Chennels Bar Tab</description>
|
|
<top>0</top>
|
|
<left>575</left>
|
|
<width>130</width>
|
|
<height>30</height>
|
|
<texturefocus colordiffuse="FF232323">tab.png</texturefocus>
|
|
<texturenofocus colordiffuse="FF232323">tab.png</texturenofocus>
|
|
</control>
|
|
<control type="image">
|
|
<description>Chennels Bar Arrow</description>
|
|
<top>8</top>
|
|
<left>633</left>
|
|
<width>14</width>
|
|
<height>14</height>
|
|
<texture colordiffuse="FFFFFFFF">dd.png</texture>
|
|
<aspectratio align='center' aligny='center'>keep</aspectratio>
|
|
<animation effect="rotate" center= 'auto' end="180" time="200" condition="Control.HasFocus(101)">Conditional</animation>
|
|
</control>
|
|
|
|
<control type="image">
|
|
<description>Chennels Bar Background</description>
|
|
<top>30</top>
|
|
<width>100%</width>
|
|
<height>180</height>
|
|
<texture colordiffuse="FF232323">white.png</texture>
|
|
</control>
|
|
|
|
<control type="list" id="101">
|
|
<description>Channels list</description>
|
|
<width>100%</width>
|
|
<top>40</top>
|
|
<height>150</height>
|
|
<onup>102</onup>
|
|
<orientation>horizontal</orientation>
|
|
<scrolltime tween="cubic" easing="out">300</scrolltime>
|
|
|
|
<itemlayout height="150" width="150">
|
|
<control type="image">
|
|
<description>Channel Icon</description>
|
|
<top>0</top>
|
|
<left>0</left>
|
|
<width>150</width>
|
|
<height>150</height>
|
|
<texture>$INFO[ListItem.Art(poster)]</texture>
|
|
<bordersize>2</bordersize>
|
|
<aspectratio>scale</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<description>Results Count Background</description>
|
|
<top>0</top>
|
|
<left>110</left>
|
|
<width>40</width>
|
|
<height>40</height>
|
|
<texture colordiffuse="FF232323">white.png</texture>
|
|
<aspectratio>scale</aspectratio>
|
|
</control>
|
|
<control type="textbox">
|
|
<description>Results Count</description>
|
|
<left>110</left>
|
|
<top>0</top>
|
|
<width>40</width>
|
|
<height>40</height>
|
|
<font>font13</font>
|
|
<textcolor>22FFFFFF</textcolor>
|
|
<shadowcolor>00000000</shadowcolor>
|
|
<label>[B]$INFO[ListItem.Property(results)][/B]</label>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout height="150" width="150">
|
|
<control type="image">
|
|
<description>Channel Icon</description>
|
|
<top>0</top>
|
|
<left>0</left>
|
|
<width>150</width>
|
|
<height>150</height>
|
|
<texture>$INFO[ListItem.Art(poster)]</texture>
|
|
<bordersize>2</bordersize>
|
|
<bordertexture colordiffuse='FF0082C2'>white.png</bordertexture>
|
|
<aspectratio>scale</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<description>Results Count Background</description>
|
|
<top>0</top>
|
|
<left>110</left>
|
|
<width>40</width>
|
|
<height>40</height>
|
|
<texture colordiffuse="FF0082C2">white.png</texture>
|
|
<aspectratio>scale</aspectratio>
|
|
</control>
|
|
<control type="textbox">
|
|
<description>Results Count</description>
|
|
<left>110</left>
|
|
<top>0</top>
|
|
<width>40</width>
|
|
<height>40</height>
|
|
<font>font13</font>
|
|
<textcolor>FFFFFFFF</textcolor>
|
|
<shadowcolor>00000000</shadowcolor>
|
|
<label>[B]$INFO[ListItem.Property(results)][/B]</label>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
</control>
|
|
</focusedlayout>
|
|
</control>
|
|
</control> <!-- END Chennels Group-->
|
|
|
|
</control> <!-- END SEARCH GROUP-->
|
|
|
|
<control type="group"> <!-- EPISODES GROUP-->
|
|
<description>Episodes Group</description>
|
|
<visible>Control.IsVisible(2)</visible>
|
|
<left>520</left>
|
|
<animation type="Visible" reversible="false">
|
|
<effect type="slide" delay="160" start="100,0" end="0,0" time="200" />
|
|
<effect type="fade" delay="160" start="0" end="100" time="200" />
|
|
</animation>
|
|
<animation type="Hidden" reversible="false">
|
|
<effect type="slide" start="0,0" end="100,0" time="200" />
|
|
<effect type="fade" start="100" end="0" time="200" />
|
|
</animation>
|
|
|
|
<control type="textbox">
|
|
<description>Main Title</description>
|
|
<left>0</left>
|
|
<top>40</top>
|
|
<width>1150</width>
|
|
<height>30</height>
|
|
<font>font13</font>
|
|
<textcolor>FFFFFFFF</textcolor>
|
|
<shadowcolor>00000000</shadowcolor>
|
|
<align>left</align>
|
|
<aligny>center</aligny>
|
|
<label>$INFO[Container(102).ListItem.Label()]</label>
|
|
</control>
|
|
|
|
<control type="list" id="103"> <!-- Episodes List -->
|
|
<description>Episodes List</description>
|
|
<top>110</top>
|
|
<left>50</left>
|
|
<width>640</width>
|
|
<height>570</height>
|
|
<onup>503</onup>
|
|
<scrolltime tween="cubic" easing="out">300</scrolltime>
|
|
<itemlayout height="60" width="700">
|
|
<control type="label">
|
|
<description>Episode Title</description>
|
|
<top>0</top>
|
|
<left>20</left>
|
|
<width>600</width>
|
|
<height>60</height>
|
|
<font>font13</font>
|
|
<textcolor>FFFFFFFF</textcolor>
|
|
<shadowcolor>00000000</shadowcolor>
|
|
<align>left</align>
|
|
<aligny>center</aligny>
|
|
<label>$INFO[ListItem.Label()]</label>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout height="90" width="700">
|
|
<control type="group">
|
|
<visible>String.IsEmpty(ListItem.Art(thumb))</visible>
|
|
<width>100%</width>
|
|
<height>90</height>
|
|
<control type="image">
|
|
<description>Selected Background</description>
|
|
<top>0</top>
|
|
<left>0</left>
|
|
<width>100%</width>
|
|
<height>100%</height>
|
|
<texture colordiffuse="CCFFFFFF">white.png</texture>
|
|
<aspectratio>scale</aspectratio>
|
|
</control>
|
|
<control type="label">
|
|
<description>Episode Title</description>
|
|
<top>0</top>
|
|
<left>20</left>
|
|
<width>600</width>
|
|
<height>100%</height>
|
|
<font>font13</font>
|
|
<textcolor>FF232323</textcolor>
|
|
<shadowcolor>00000000</shadowcolor>
|
|
<align>left</align>
|
|
<aligny>center</aligny>
|
|
<scroll>true</scroll>
|
|
<label>$INFO[ListItem.Label]</label>
|
|
</control>
|
|
</control>
|
|
<control type="group">
|
|
<visible>!String.IsEmpty(ListItem.Art(thumb))</visible>
|
|
<width>100%</width>
|
|
<height>90</height>
|
|
<control type="image">
|
|
<description>Selected Background</description>
|
|
<top>0</top>
|
|
<left>0</left>
|
|
<width>100%</width>
|
|
<height>100%</height>
|
|
<texture colordiffuse="CCFFFFFF">white.png</texture>
|
|
<aspectratio>scale</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<description>Selected Background</description>
|
|
<top>0</top>
|
|
<left>0</left>
|
|
<width>160</width>
|
|
<height>90</height>
|
|
<texture>$INFO[ListItem.Art(thumb)]</texture>
|
|
<aspectratio>scale</aspectratio>
|
|
</control>
|
|
<control type="label">
|
|
<description>Episode Title</description>
|
|
<top>0</top>
|
|
<left>180</left>
|
|
<width>440</width>
|
|
<height>100%</height>
|
|
<font>font13</font>
|
|
<textcolor>FF232323</textcolor>
|
|
<shadowcolor>00000000</shadowcolor>
|
|
<align>left</align>
|
|
<aligny>center</aligny>
|
|
<scroll>true</scroll>
|
|
<label>$INFO[ListItem.Label]</label>
|
|
</control>
|
|
</control>
|
|
</focusedlayout>
|
|
</control> <!-- END Episodes List -->
|
|
|
|
<control type='button' id='506'>
|
|
<description>Next Season/Page</description>
|
|
<top>380</top>
|
|
<right>20</right>
|
|
<height>30</height>
|
|
<width>30</width>
|
|
<texturefocus colordiffuse="FFFFFFFF">next.png</texturefocus>
|
|
<texturenofocus colordiffuse="80FFFFFF">next.png</texturenofocus>
|
|
</control>
|
|
<control type='button' id='507'>
|
|
<description>Previous Season/Page</description>
|
|
<top>380</top>
|
|
<left>0</left>
|
|
<height>30</height>
|
|
<width>30</width>
|
|
<texturefocus colordiffuse="FFFFFFFF">previous.png</texturefocus>
|
|
<texturenofocus colordiffuse="80FFFFFF">previous.png</texturenofocus>
|
|
</control>
|
|
</control> <!-- END EPISODES GROUP -->
|
|
|
|
|
|
<control type="image">
|
|
<description>Poster</description>
|
|
<visible>Control.IsVisible(2)</visible>
|
|
<animation type="Visible" reversible="false">
|
|
<effect type="slide" delay="160" start="-100,0" end="0,0" time="200" />
|
|
<effect type="fade" delay="160" start="0" end="100" time="200" />
|
|
</animation>
|
|
<animation type="Hidden" reversible="false">
|
|
<effect type="slide" start="0,0" end="-100,0" time="200" />
|
|
<effect type="fade" start="100" end="" time="200" />
|
|
</animation>
|
|
<top>0</top>
|
|
<left>0</left>
|
|
<width>480</width>
|
|
<height>720</height>
|
|
<texture>$INFO[Container(102).ListItem.Art(poster)]</texture>
|
|
</control>
|
|
</control> <!-- CONTROLS GROUP -->
|
|
|
|
<control type="progress" id="500">
|
|
<description>Progress Bar</description>
|
|
<top>350</top>
|
|
<left>240</left>
|
|
<width>800</width>
|
|
<height>20</height>
|
|
<reveal>true</reveal>
|
|
<lefttexture colordiffuse="FF232323">white.png</lefttexture>
|
|
<righttexture colordiffuse="FF0082C2">white.png</righttexture>
|
|
<texturebg colordiffuse="22ffffff">progress.png</texturebg>
|
|
<midtexture colordiffuse="FF0082C2">progress.png</midtexture>
|
|
<animation effect="zoom" center="auto" end="163,40" time="600" condition="Integer.IsGreater(Container(102).NumItems, 0)">Conditional</animation>
|
|
<animation effect="slide" tween="linear" center="auto" end="0,-890" time="600" condition="Integer.IsGreater(Container(102).NumItems, 0)">Conditional</animation>
|
|
</control>
|
|
|
|
<control type="textbox">
|
|
<description>No Results</description>
|
|
<top>340</top>
|
|
<left>0</left>
|
|
<width>100%</width>
|
|
<height>40</height>
|
|
<font>font13</font>
|
|
<textcolor>FFFFFFFF</textcolor>
|
|
<shadowcolor>00000000</shadowcolor>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<label>[UPPERCASE]$ADDON[plugin.video.kod 60473][/UPPERCASE]</label>
|
|
<visible>Control.IsVisible(3)</visible>
|
|
</control>
|
|
|
|
<control type="group">
|
|
<description>Buttons Group</description>
|
|
<top>30</top>
|
|
<right>30</right>
|
|
<width>150</width>
|
|
<height>40</height>
|
|
<control type="button" id="502">
|
|
<description>Menu</description>
|
|
<top>0</top>
|
|
<right>80</right>
|
|
<height>40</height>
|
|
<width>40</width>
|
|
<onleft>504</onleft>
|
|
<onright>503</onright>
|
|
<texturefocus colordiffuse="FFFFFFFF">menu.png</texturefocus>
|
|
<texturenofocus colordiffuse="80FFFFFF">menu.png</texturenofocus>
|
|
<visible>Integer.IsGreater(Container(101).NumItems, 0)</visible>
|
|
</control>
|
|
|
|
<control type="button" id="503">
|
|
<description>Back</description>
|
|
<top>0</top>
|
|
<right>40</right>
|
|
<height>40</height>
|
|
<width>40</width>
|
|
<onleft>502</onleft>
|
|
<onright>504</onright>
|
|
<texturefocus colordiffuse="FFFFFFFF">left.png</texturefocus>
|
|
<texturenofocus colordiffuse="80FFFFFF">left.png</texturenofocus>
|
|
</control>
|
|
|
|
<control type="button" id="504">
|
|
<description>Close</description>
|
|
<top>0</top>
|
|
<right>0</right>
|
|
<height>40</height>
|
|
<width>40</width>
|
|
<onleft>503</onleft>
|
|
<onright>502</onright>
|
|
<texturefocus colordiffuse="FFFFFFFF">close.png</texturefocus>
|
|
<texturenofocus colordiffuse="80FFFFFF">close.png</texturenofocus>
|
|
</control>
|
|
</control>
|
|
</controls>
|
|
</window>
|