Files
addon/resources/skins/Default/720p/CastWindow.xml
Alhaziel01 e6c09ab8bb - Nuovo InfoPlus
- Piccole Migliorie
2021-06-16 18:42:31 +02:00

420 lines
20 KiB
XML

<?xml version='1.0' encoding='utf-8' standalone='yes'?>
<window>
<depth>0.52</depth>
<coordinates>
<left>0</left>
<top>0</top>
</coordinates>
<backgroundcolor>FF232323</backgroundcolor>
<animation type="WindowOpen" reversible="false">
<effect type="fade" start="0" end="100" time="100" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="fade" start="100" end="0" time="100" delay='100'/>
</animation>
<controls>
<control type='image'>
<description>Fanart</description>
<top>0</top>
<left>0</left>
<width>1280</width>
<height>720</height>
<texture colordiffuse='FF555555'>$INFO[Container(100).ListItem.Art(fanart)]</texture>
<aspectratio>scale</aspectratio>
</control>
<control type='image'>
<description>Poster</description>
<top>0</top>
<left>0</left>
<width>480</width>
<height>720</height>
<texture>$INFO[Container(100).ListItem.Art(poster)]</texture>
<aspectratio>scale</aspectratio>
<animation type="WindowOpen" reversible="false">
<effect type="fade" start="0" end="100" time="100" delay='100'/>
<effect type="slide" start="-200,0" end='0,0' time="200" delay='100'/>
</animation>
<animation type="WindowClose" reversible="false">
<effect type="fade" start="100" end="0" time="200" />
<effect type="slide" start="0,0" end='-200,0' time="200" />
</animation>
</control>
<!-- Header Group -->
<control type='group'>
<top>30</top>
<left>510</left>
<width>720</width>
<animation type="WindowOpen" reversible="false">
<effect type="fade" start="0" end="100" time="100" delay='100'/>
<effect type="slide" start="0,-80" end='0,0' time="200" delay='100'/>
</animation>
<animation type="WindowClose" reversible="false">
<effect type="fade" start="100" end="0" time="200" />
<effect type="slide" start="0,0" end='0,-80' time="300" />
</animation>
<control type='textbox'>
<description>Name</description>
<top>0</top>
<left>0</left>
<height>60</height>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>$INFO[Container(100).ListItem.Label]</label>
<align>left</align>
<aligny>center</aligny>
</control>
<control type='image'>
<description>Separator</description>
<top>80</top>
<left>0</left>
<height>0.5</height>
<texture>white.png</texture>
</control>
</control>
<!-- Info Group -->
<control type='grouplist'>
<top>130</top>
<left>510</left>
<width>720</width>
<itemgap>40</itemgap>
<animation type="WindowOpen" reversible="false">
<effect type="fade" start="0" end="100" time="100" delay='100'/>
<effect type="slide" start="300,0" end='0,0' time="200" delay='100'/>
</animation>
<animation type="WindowClose" reversible="false">
<effect type="fade" start="100" end="0" time="200" />
<effect type="slide" start="0,0" end='300,0' time="200" />
</animation>
<!-- Cast Info -->
<control type='group'>
<description>Cast Info</description>
<visible>Integer.IsGreater(Container(100).NumItems, 0)</visible>
<top>0</top>
<height>261</height>
<control type='list' id='100'>
<description>Control List</description>
<orientation>horizontal</orientation>
<itemlayout/>
<focusedlayout/>
<onup>201</onup>
<ondown>101</ondown>
</control>
<control type='textbox'>
<description>Birth</description>
<height>30</height>
<font>font13</font>
<textcolor>ffFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>$INFO[Container(100).ListItem.Property(birth)]</label>
<align>left</align>
<aligny>center</aligny>
</control>
<control type='textbox'>
<description>Description</description>
<top>50</top>
<left>0</left>
<height>200</height>
<font>font13</font>
<textcolor>ffFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>$INFO[Container(100).ListItem.Property(plot)]</label>
<align>left</align>
<aligny>top</aligny>
<autoscroll time='3000' delay='3000' repeat='3000'>True</autoscroll>
</control>
<control type='image'>
<description>Separator</description>
<top>260</top>
<left>0</left>
<height>0.5</height>
<texture>white.png</texture>
</control>
</control>
<!-- Movie -->
<control type='group'>
<description>Movie Group</description>
<!-- <visible>Integer.IsGreater(Container(102).NumItems, 0)</visible> -->
<height>241</height>
<control type='textbox'>
<description>Movie Title</description>
<left>10</left>
<height>30</height>
<font>font13</font>
<textcolor>ffFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>Movie</label>
<align>left</align>
<aligny>center</aligny>
</control>
<control type='fixedlist' id='101'>
<description>Movie List</description>
<top>30</top>
<onup>100</onup>
<ondown>102</ondown>
<height>200</height>
<orientation>horizontal</orientation>
<itemgap>10</itemgap>
<itemlayout width='133' height='200'>
<control type='image'>
<texture>Infoplus/no_photo.png</texture>
<bordersize>10</bordersize>
<aspectratio>scale</aspectratio>
</control>
<control type='image'>
<texture>$INFO[ListItem.Art(poster)]</texture>
<bordersize>10</bordersize>
<aspectratio>scale</aspectratio>
</control>
</itemlayout>
<focusedlayout width='133' height='200'>
<control type='image'>
<texture colordiffuse='FF0082C2'>white.png</texture>
<bordersize>5</bordersize>
<aspectratio>scale</aspectratio>
<visible>Control.HasFocus(101)</visible>
</control>
<control type='image'>
<texture>Infoplus/no_photo.png</texture>
<bordersize>10</bordersize>
<aspectratio>scale</aspectratio>
</control>
<control type='image'>
<texture>$INFO[ListItem.Art(poster)]</texture>
<bordersize>10</bordersize>
<aspectratio>scale</aspectratio>
</control>
</focusedlayout>
</control>
<control type='group'>
<top>30</top>
<left>133</left>
<height>200</height>
<visible>Control.HasFocus(101)</visible>
<animation effect='zoom' start='0,100' center='720,0' reversible='true' time='160' condition='Control.HasFocus(101)'>Conditional</animation>
<animation effect='fade' start='0' reversible='true' time='100' condition='Control.HasFocus(101)'>Conditional</animation>
<control type='image'>
<texture colordiffuse='CC000000'>white.png</texture>
</control>
<control type='textbox'>
<description>Title</description>
<top>50</top>
<left>40</left>
<height>30</height>
<font>font13</font>
<textcolor>ffFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>$INFO[Container(101).ListItem.Year]</label>
<align>left</align>
<aligny>center</aligny>
</control>
<control type='textbox'>
<description>Year</description>
<top>90</top>
<left>40</left>
<height>30</height>
<font>font13</font>
<textcolor>ffFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>[B]$INFO[Container(101).ListItem.Label][/B]</label>
<align>left</align>
<aligny>center</aligny>
</control>
<control type='textbox'>
<description>As</description>
<visible>!String.IsEmpty(Container(101).ListItem.Label2)</visible>
<top>130</top>
<left>40</left>
<height>30</height>
<font>font13</font>
<textcolor>ffFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>as: $INFO[Container(101).ListItem.Label2]</label>
<align>left</align>
<aligny>center</aligny>
</control>
<control type='textbox'>
<description>Rating</description>
<top>20</top>
<right>50</right>
<width>40</width>
<height>30</height>
<font>font13</font>
<textcolor>ffFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>[B]$INFO[Container(101).ListItem.Rating][/B]</label>
<align>right</align>
<aligny>center</aligny>
</control>
<control type='image'>
<description>Rating Circle</description>
<top>20</top>
<right>15</right>
<width>30</width>
<height>30</height>
<texture colordiffuse='$INFO[Container(101).ListItem.Property(color)]'>Circular/$INFO[Container(101).ListItem.Property(rating)].png</texture>
<aspectratio>scale</aspectratio>
</control>
</control>
<control type='image'>
<description>Separator</description>
<top>240</top>
<left>0</left>
<height>0.5</height>
<texture>white.png</texture>ù
</control>
</control>
<!-- Show -->
<control type='group'>
<description>Show Group</description>
<!-- <visible>Integer.IsGreater(Container(102).NumItems, 0)</visible> -->
<height>241</height>
<control type='textbox'>
<description>Show Title</description>
<left>10</left>
<height>30</height>
<font>font13</font>
<textcolor>ffFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>Show</label>
<align>left</align>
<aligny>center</aligny>
</control>
<control type='fixedlist' id='102'>
<description>Show List</description>
<top>30</top>
<onup>101</onup>
<height>200</height>
<orientation>horizontal</orientation>
<itemgap>10</itemgap>
<itemlayout width='133' height='200'>
<control type='image'>
<texture>Infoplus/no_photo.png</texture>
<bordersize>10</bordersize>
<aspectratio>scale</aspectratio>
</control>
<control type='image'>
<texture>$INFO[ListItem.Art(poster)]</texture>
<bordersize>10</bordersize>
<aspectratio>scale</aspectratio>
</control>
</itemlayout>
<focusedlayout width='133' height='200'>
<control type='image'>
<texture colordiffuse='FF0082C2'>white.png</texture>
<bordersize>5</bordersize>
<aspectratio>scale</aspectratio>
<visible>Control.HasFocus(102)</visible>
</control>
<control type='image'>
<texture>Infoplus/no_photo.png</texture>
<bordersize>10</bordersize>
<aspectratio>scale</aspectratio>
</control>
<control type='image'>
<texture>$INFO[ListItem.Art(poster)]</texture>
<bordersize>10</bordersize>
<aspectratio>scale</aspectratio>
</control>
</focusedlayout>
</control>
<control type='group'>
<top>30</top>
<left>133</left>
<height>200</height>
<visible>Control.HasFocus(102)</visible>
<animation effect='zoom' start='0,100' center='720,0' reversible='true' time='160' condition='Control.HasFocus(102)'>Conditional</animation>
<animation effect='fade' start='0' reversible='true' time='100' condition='Control.HasFocus(102)'>Conditional</animation>
<control type='image'>
<texture colordiffuse='CC000000'>white.png</texture>
</control>
<control type='textbox'>
<description>Title</description>
<top>50</top>
<left>40</left>
<height>30</height>
<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='textbox'>
<description>Year</description>
<top>90</top>
<left>40</left>
<height>30</height>
<font>font13</font>
<textcolor>ffFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>[B]$INFO[Container(102).ListItem.Label][/B]</label>
<align>left</align>
<aligny>center</aligny>
</control>
<control type='textbox'>
<description>As</description>
<visible>!String.IsEmpty(Container(102).ListItem.Label2)</visible>
<top>130</top>
<left>40</left>
<height>30</height>
<font>font13</font>
<textcolor>ffFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>as: $INFO[Container(102).ListItem.Label2]</label>
<align>left</align>
<aligny>center</aligny>
</control>
<control type='textbox'>
<description>Rating</description>
<top>20</top>
<right>50</right>
<width>40</width>
<height>30</height>
<font>font13</font>
<textcolor>ffFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>[B]$INFO[Container(102).ListItem.Rating][/B]</label>
<align>right</align>
<aligny>center</aligny>
</control>
<control type='image'>
<description>Rating Circle</description>
<top>20</top>
<right>15</right>
<width>30</width>
<height>30</height>
<texture colordiffuse='$INFO[Container(102).ListItem.Property(color)]'>Circular/$INFO[Container(102).ListItem.Property(rating)].png</texture>
<aspectratio>scale</aspectratio>
</control>
</control>
</control>
</control>
<control type='grouplist'>
<ondown>100</ondown>
<top>30</top>
<right>30</right>
<height>40</height>
<width>80</width>
<!-- <itemgap>10</itemgap> -->
<orientation>horizontal</orientation>
<control type="button" id="201">
<description>Back</description>
<height>40</height>
<width>40</width>
<texturefocus colordiffuse="FFFFFFFF">left.png</texturefocus>
<texturenofocus colordiffuse="80FFFFFF">left.png</texturenofocus>
</control>
<control type="button" id="202">
<description>Close</description>
<height>40</height>
<width>40</width>
<texturefocus colordiffuse="FFFFFFFF">close.png</texturefocus>
<texturenofocus colordiffuse="80FFFFFF">close.png</texturenofocus>
</control>
</control>
</controls>
</window>