2017-04-04 23:49:49 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<includes>
|
|
|
|
<include name="addonposters">
|
|
|
|
<control type="group">
|
2018-09-01 16:25:36 +02:00
|
|
|
<visible>$EXP[isAddonMovieOrTVshow]</visible>
|
|
|
|
<control type="image">
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<texture fallback="colors/black.png">$INFO[listitem.art(fanart)]</texture>
|
|
|
|
<colordiffuse>FF555555</colordiffuse>
|
|
|
|
<aspectratio>scale</aspectratio>
|
|
|
|
<fadetime>250</fadetime>
|
|
|
|
</control>
|
2017-12-21 15:16:56 +01:00
|
|
|
<control type="panel" id="54">
|
2017-04-04 23:49:49 +02:00
|
|
|
<visible>$EXP[isAddonMovieOrTVshow]</visible>
|
|
|
|
<posx>90</posx>
|
2017-10-03 21:32:12 +02:00
|
|
|
<posy>row-5-begin</posy>
|
2017-10-02 20:07:55 +02:00
|
|
|
<width>1800</width>
|
2018-10-10 23:49:39 +02:00
|
|
|
<height>23-row</height>
|
2017-10-02 20:07:55 +02:00
|
|
|
<onleft>9000</onleft>
|
|
|
|
<onright>60</onright>
|
2018-09-01 16:25:36 +02:00
|
|
|
<ondown>54</ondown>
|
|
|
|
<onup>54</onup>
|
2017-10-02 20:07:55 +02:00
|
|
|
<pagecontrol>60</pagecontrol>
|
|
|
|
<scrolltime tween="cubic" easing="out">600</scrolltime>
|
2018-10-06 20:24:09 +02:00
|
|
|
<itemlayout width="252" height="438">
|
2017-10-02 20:07:55 +02:00
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>228</width>
|
|
|
|
<height>342</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
2018-01-22 00:45:57 +01:00
|
|
|
<texture>colors/black.png</texture>
|
2020-01-27 22:52:53 +01:00
|
|
|
<bordersize>6</bordersize>
|
2017-10-02 20:07:55 +02:00
|
|
|
<colordiffuse>overlay</colordiffuse>
|
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>228</width>
|
|
|
|
<height>342</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>$INFO[ListItem.Art(poster)]</texture>
|
2020-01-27 22:52:53 +01:00
|
|
|
<bordersize>6</bordersize>
|
2020-12-05 19:10:50 +01:00
|
|
|
<colordiffuse>99ffffff</colordiffuse>
|
2017-10-02 20:07:55 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<visible>!controlgroup(9000).hasfocus</visible>
|
|
|
|
<posx>12</posx>
|
2020-04-08 00:01:56 +02:00
|
|
|
<posy>350</posy>
|
2017-10-02 20:07:55 +02:00
|
|
|
<width>204</width>
|
|
|
|
<height>1-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>thumbTitle</font>
|
2018-10-01 22:38:21 +02:00
|
|
|
<textcolor>textActive</textcolor>
|
2020-04-08 00:01:56 +02:00
|
|
|
<label>[B]$INFO[ListItem.title][/B][CR]$INFO[ListItem.year]</label>
|
|
|
|
</control>
|
|
|
|
<control type="group">
|
|
|
|
<visible>String.IsEmpty(ListItem.PlayCount)</visible>
|
2021-01-09 18:44:45 +01:00
|
|
|
<animation condition="true" effect="fade" end="70" time="0">conditional</animation>
|
2020-04-08 00:01:56 +02:00
|
|
|
<posx>166</posx>
|
|
|
|
<posy>6</posy>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>56</width>
|
|
|
|
<height>56</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>masks/newContent.png</texture>
|
|
|
|
<colordiffuse>highlight</colordiffuse>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>28</posx>
|
|
|
|
<posy>-4</posy>
|
|
|
|
<width>36</width>
|
|
|
|
<height>36</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>symbol</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label></label>
|
|
|
|
</control>
|
2017-10-02 20:07:55 +02:00
|
|
|
</control>
|
|
|
|
</itemlayout>
|
2018-10-06 20:24:09 +02:00
|
|
|
<focusedlayout width="252" height="438">
|
2017-10-02 20:07:55 +02:00
|
|
|
<control type="group">
|
|
|
|
<include>focusThumb</include>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>228</width>
|
|
|
|
<height>342</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
2018-01-22 00:45:57 +01:00
|
|
|
<texture>colors/black.png</texture>
|
|
|
|
<bordertexture colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
|
2017-10-02 20:07:55 +02:00
|
|
|
<bordersize>6</bordersize>
|
|
|
|
<colordiffuse>FF000000</colordiffuse>
|
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>228</width>
|
|
|
|
<height>342</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>$INFO[ListItem.Art(poster)]</texture>
|
|
|
|
<bordersize>6</bordersize>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>12</posx>
|
2020-04-08 00:01:56 +02:00
|
|
|
<posy>354</posy>
|
2017-10-02 20:07:55 +02:00
|
|
|
<width>204</width>
|
|
|
|
<height>1-row</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>thumbTitle</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
2020-04-08 00:01:56 +02:00
|
|
|
<label>[B]$INFO[ListItem.title][/B][CR]$INFO[ListItem.year]</label>
|
2017-10-02 20:07:55 +02:00
|
|
|
</control>
|
2020-04-08 00:01:56 +02:00
|
|
|
<control type="group">
|
|
|
|
<visible>String.IsEmpty(ListItem.PlayCount)</visible>
|
|
|
|
<posx>166</posx>
|
|
|
|
<posy>6</posy>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>56</width>
|
|
|
|
<height>56</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>masks/newContent.png</texture>
|
|
|
|
<colordiffuse>highlight</colordiffuse>
|
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<posx>28</posx>
|
|
|
|
<posy>-4</posy>
|
|
|
|
<width>36</width>
|
|
|
|
<height>36</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>symbol</font>
|
|
|
|
<textcolor>textActive</textcolor>
|
|
|
|
<label></label>
|
|
|
|
</control>
|
2017-10-02 20:07:55 +02:00
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
</focusedlayout>
|
2017-04-04 23:49:49 +02:00
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
</include>
|
|
|
|
</includes>
|