808 lines
38 KiB
XML
808 lines
38 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<includes>
|
|
<!--two col list (as per music artist view)-->
|
|
<include name="viewGridList">
|
|
<control type="group">
|
|
<visible>container.content(addons)</visible>
|
|
<posx>0</posx>
|
|
<posy>3-row</posy>
|
|
<animation type="windowopen">
|
|
<include>listSlideIn</include>
|
|
</animation>
|
|
<animation type="windowclose">
|
|
<effect type="fade" start="100" end="0" time="200" />
|
|
</animation>
|
|
<control type="panel" id="59">
|
|
<visible>container.content(addons)</visible>
|
|
<posx>-12</posx>
|
|
<posy>0</posy>
|
|
<width>$VAR[gridWidth]</width>
|
|
<height>720</height>
|
|
<onleft>9000</onleft>
|
|
<onright>60</onright>
|
|
<ondown>53</ondown>
|
|
<onup>53</onup>
|
|
<pagecontrol>60</pagecontrol>
|
|
<scrolltime tween="sine" easing="inout">200</scrolltime>
|
|
<itemlayout width="312" height="366">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>276</width>
|
|
<height>273</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
|
|
<bordertexture border="3" colordiffuse="33FFFFFF">colors/selected.png</bordertexture>
|
|
<bordersize>3</bordersize>
|
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
|
</control>
|
|
<control type="group">
|
|
<posx>0</posx>
|
|
<posy>276</posy>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>276</width>
|
|
<height>64</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/black.png</texture>
|
|
<bordersize>0</bordersize>
|
|
<colordiffuse>77FFFFFF</colordiffuse>
|
|
</control>
|
|
<control type="label">
|
|
<posx>12</posx>
|
|
<posy>-8</posy>
|
|
<width>252</width>
|
|
<font>itemTitleSmall</font>
|
|
<textcolor>selected</textcolor>
|
|
<label>$INFO[ListItem.Label]</label>
|
|
</control>
|
|
<control type="label">
|
|
<posx>12</posx>
|
|
<posy>18</posy>
|
|
<width>252</width>
|
|
<font>smallMedium</font>
|
|
<textcolor>selected</textcolor>
|
|
<label>$INFO[ListItem.Property(Addon.summary)]</label>
|
|
</control>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout width="300" height="366">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>276</width>
|
|
<height>273</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
|
|
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/selected.png</bordertexture>
|
|
<bordersize>3</bordersize>
|
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
|
</control>
|
|
<control type="group">
|
|
<posx>0</posx>
|
|
<posy>276</posy>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>276</width>
|
|
<height>64</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/selected.png</texture>
|
|
<bordersize>0</bordersize>
|
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
|
</control>
|
|
<control type="label">
|
|
<posx>12</posx>
|
|
<posy>-8</posy>
|
|
<width>252</width>
|
|
<font>itemTitleSmall</font>
|
|
<textcolor>black</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.Label]</label>
|
|
</control>
|
|
<control type="label">
|
|
<posx>12</posx>
|
|
<posy>18</posy>
|
|
<width>252</width>
|
|
<font>smallMedium</font>
|
|
<textcolor>black</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.Property(Addon.summary)]</label>
|
|
</control>
|
|
</control>
|
|
</focusedlayout>
|
|
</control>
|
|
</control>
|
|
</include>
|
|
<!--simple text list 1 row-->
|
|
<include name="viewVideoList">
|
|
<visible>!isEmpty(container.foldername)</visible>
|
|
<control type="group">
|
|
<posx>0</posx>
|
|
<posy>3-row</posy>
|
|
<!--focussed item detail-->
|
|
<control type="group">
|
|
<posx>14-col</posx>
|
|
<posy>12</posy>
|
|
<!--content is movies / tvshows / seasons: show larger thumbnail-->
|
|
<control type="group">
|
|
<visible>container.content(movies) | container.content(tvshows)</visible>
|
|
<animation type="windowopen">
|
|
<effect type="fade" start="0" end="100" time="300" delay="700" />
|
|
<effect type="slide" start="3-col" end="0" center="auto" tween="cubic" easing="out" time="400" delay="700" />
|
|
</animation>
|
|
<animation type="windowclose">
|
|
<effect type="fade" start="100" end="0" time="300" delay="300" />
|
|
<effect type="slide" start="0" end="3-col" tween="cubic" easing="out" time="400" delay="300" />
|
|
</animation>
|
|
<animation type="visible">
|
|
<include>listSlideIn</include>
|
|
</animation>
|
|
<control type="group">
|
|
<visible>!Substring(Container.folderpath,plugin) + SubString(skin.string(showRecentVideoItems),false) + !isempty(listitem.art(poster))</visible>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>6-col</width>
|
|
<height>635</height>
|
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
|
<texture background="true" fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
|
|
<bordertexture border="3" colordiffuse="33FFFFFF">colors/selected.png</bordertexture>
|
|
<bordersize>3</bordersize>
|
|
<fadetime>200</fadetime>
|
|
</control>
|
|
</control>
|
|
</control>
|
|
</control>
|
|
<control type="panel" id="50">
|
|
<visible>!container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible>
|
|
<animation type="windowclose">
|
|
<effect type="fade" start="100" end="0" time="200" />
|
|
</animation>
|
|
<posx>0</posx>
|
|
<posy>4</posy>
|
|
<width>13-col</width>
|
|
<height>12-row</height>
|
|
<onleft>9000</onleft>
|
|
<onright>60</onright>
|
|
<ondown>50</ondown>
|
|
<onup>50</onup>
|
|
<pagecontrol>60</pagecontrol>
|
|
<scrolltime tween="sine" easing="inout">300</scrolltime>
|
|
<itemlayout width="13-col" height="1-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>2</posy>
|
|
<width>13-col</width>
|
|
<height>53</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture border="24,0,24,0">UIControls/listitemNF.png</texture>
|
|
<bordersize>0</bordersize>
|
|
<colordiffuse>99FFFFFF</colordiffuse>
|
|
</control>
|
|
<control type="image">
|
|
<posx>4</posx>
|
|
<posy>4</posy>
|
|
<width>48</width>
|
|
<height>48</height>
|
|
<aspectratio scalediffuse="false">scale</aspectratio>
|
|
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
|
|
</control>
|
|
<control type="label">
|
|
<posx>1-col</posx>
|
|
<posy>0</posy>
|
|
<width>9-col-gutter</width>
|
|
<font>itemTitle</font>
|
|
<textcolor>selected</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.Label]</label>
|
|
</control>
|
|
<control type="label">
|
|
<posx>48r</posx>
|
|
<posy>17</posy>
|
|
<width>4-col-gutter</width>
|
|
<font>smallStrong</font>
|
|
<align>right</align>
|
|
<height>24</height>
|
|
<textcolor>selected</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$VAR[itemDetail]</label>
|
|
</control>
|
|
<!--new episodes available flag (tvshows only)-->
|
|
<control type="label">
|
|
<visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)</visible>
|
|
<posx>36r</posx>
|
|
<posy>-2</posy>
|
|
<width>40</width>
|
|
<font>symbol</font>
|
|
<textcolor>selected</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label></label>
|
|
</control>
|
|
<control type="label">
|
|
<visible>!isempty(ListItem.playcount)</visible>
|
|
<posx>36r</posx>
|
|
<posy>1</posy>
|
|
<width>40</width>
|
|
<font>symbol</font>
|
|
<textcolor>selected</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label></label>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout width="13-col" height="1-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>2</posy>
|
|
<width>13-col</width>
|
|
<height>53</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture border="24,0,24,0">UIControls/listitemFO.png</texture>
|
|
<bordersize>0</bordersize>
|
|
<colordiffuse>FFFFFFFF</colordiffuse>
|
|
</control>
|
|
<control type="image">
|
|
<posx>4</posx>
|
|
<posy>4</posy>
|
|
<width>48</width>
|
|
<height>48</height>
|
|
<aspectratio scalediffuse="false">scale</aspectratio>
|
|
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
|
|
</control>
|
|
<control type="label">
|
|
<posx>1-col</posx>
|
|
<posy>0</posy>
|
|
<width>9-col-gutter</width>
|
|
<font>itemTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<selectedcolor>black</selectedcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.Label]</label>
|
|
</control>
|
|
<control type="label">
|
|
<posx>48r</posx>
|
|
<posy>17</posy>
|
|
<width>4-col-gutter</width>
|
|
<font>smallStrong</font>
|
|
<align>right</align>
|
|
<height>24</height>
|
|
<textcolor>black</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$VAR[itemDetail]</label>
|
|
</control>
|
|
<!--new episodes available flag (tvshows only)-->
|
|
<control type="label">
|
|
<visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)</visible>
|
|
<posx>36r</posx>
|
|
<posy>-2</posy>
|
|
<width>40</width>
|
|
<font>symbol</font>
|
|
<textcolor>black</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label></label>
|
|
</control>
|
|
<control type="label">
|
|
<visible>!isempty(ListItem.playcount)</visible>
|
|
<posx>36r</posx>
|
|
<posy>1</posy>
|
|
<width>40</width>
|
|
<font>symbol</font>
|
|
<textcolor>black</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label></label>
|
|
</control>
|
|
</focusedlayout>
|
|
</control>
|
|
</control>
|
|
</include>
|
|
<!--seasons-->
|
|
<include name="viewSeasons">
|
|
<control type="group">
|
|
<visible>container.content(seasons)</visible>
|
|
<posx>0</posx>
|
|
<posy>3-row</posy>
|
|
<animation type="hidden">
|
|
<effect type="fade" start="100" end="0" time="300" />
|
|
</animation>
|
|
<animation type="visible">
|
|
<include>listSlideIn</include>
|
|
</animation>
|
|
<!--content-->
|
|
<control type="panel" id="58">
|
|
<visible>!container.content(episodes) + !Substring(Container.folderpath,plugin)</visible>
|
|
<posx>0</posx>
|
|
<posy>4</posy>
|
|
<width>21-col</width>
|
|
<height>12-row</height>
|
|
<onleft>9000</onleft>
|
|
<onright>60</onright>
|
|
<ondown>50</ondown>
|
|
<onup>50</onup>
|
|
<pagecontrol>60</pagecontrol>
|
|
<preloaditems>2</preloaditems>
|
|
<scrolltime tween="sine" easing="inout">300</scrolltime>
|
|
<itemlayout width="4-col" height="474">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>4-col-gutter</width>
|
|
<height>385</height>
|
|
<aspectratio aligny="top">scale</aspectratio>
|
|
<texture fallback="colors/black.png" border="0">$INFO[ListItem.thumb]</texture>
|
|
<bordertexture border="3" colordiffuse="33FFFFFF">colors/selected.png</bordertexture>
|
|
<bordersize>3</bordersize>
|
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
|
</control>
|
|
<control type="group">
|
|
<posx>0</posx>
|
|
<posy>388</posy>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>4-col-gutter</width>
|
|
<height>64</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/black.png</texture>
|
|
<bordersize>0</bordersize>
|
|
<colordiffuse>77FFFFFF</colordiffuse>
|
|
</control>
|
|
<control type="label">
|
|
<posx>12</posx>
|
|
<posy>-8</posy>
|
|
<width>4-col-gutter</width>
|
|
<font>itemTitleSmall</font>
|
|
<textcolor>selected</textcolor>
|
|
<label>$INFO[ListItem.Label]</label>
|
|
</control>
|
|
<control type="label">
|
|
<posx>12</posx>
|
|
<posy>18</posy>
|
|
<width>4-col-gutter</width>
|
|
<font>smallMedium</font>
|
|
<textcolor>selected</textcolor>
|
|
<label>$VAR[itemDetail]</label>
|
|
</control>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout width="4-col" height="474">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>4-col-gutter</width>
|
|
<height>385</height>
|
|
<aspectratio aligny="top">scale</aspectratio>
|
|
<texture fallback="colors/black.png" border="0">$INFO[ListItem.thumb]</texture>
|
|
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/selected.png</bordertexture>
|
|
<bordersize>3</bordersize>
|
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
|
</control>
|
|
<control type="group">
|
|
<posx>0</posx>
|
|
<posy>388</posy>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>4-col-gutter</width>
|
|
<height>64</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/selected.png</texture>
|
|
<bordersize>0</bordersize>
|
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
|
</control>
|
|
<control type="label">
|
|
<posx>12</posx>
|
|
<posy>-8</posy>
|
|
<width>4-col-gutter</width>
|
|
<font>itemTitleSmall</font>
|
|
<textcolor>black</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.Label]</label>
|
|
</control>
|
|
<control type="label">
|
|
<posx>12</posx>
|
|
<posy>18</posy>
|
|
<width>4-col-gutter</width>
|
|
<font>smallMedium</font>
|
|
<textcolor>black</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$VAR[itemDetail]</label>
|
|
</control>
|
|
</control>
|
|
</focusedlayout>
|
|
</control>
|
|
</control>
|
|
</include>
|
|
<!--episodes-->
|
|
<include name="viewEpisodes">
|
|
<!--episode synopsis & thumb-->
|
|
<control type="group">
|
|
<posx>0</posx>
|
|
<posy>3-row</posy>
|
|
<visible>[container.content(episodes) | Substring(Container.folderpath,plugin)] + !Substring(Container.foldername,TVCatchup)</visible>
|
|
<animation type="visible">
|
|
<effect type="fade" start="0" end="100" time="300" delay="1000" />
|
|
</animation>
|
|
<control type="image">
|
|
<visible>!Substring(Container.folderpath,plugin)</visible>
|
|
<posx>0</posx>
|
|
<posy>8</posy>
|
|
<width>6-col</width>
|
|
<height>635</height>
|
|
<aspectratio aligny="top" scalediffuse="false">scale</aspectratio>
|
|
<texture border="0">$INFO[ListItem.Art(tvshow.poster)]</texture>
|
|
<bordertexture border="3" colordiffuse="33FFFFFF">colors/selected.png</bordertexture>
|
|
<bordersize>3</bordersize>
|
|
<fadetime>200</fadetime>
|
|
</control>
|
|
<control type="image">
|
|
<visible>Substring(Container.folderpath,plugin)</visible>
|
|
<posx>12-col</posx>
|
|
<posy>8</posy>
|
|
<width>9-col-gutter</width>
|
|
<height>-</height>
|
|
<aspectratio aligny="top" align="center" scalediffuse="false">keep</aspectratio>
|
|
<texture border="0">$INFO[ListItem.thumb]</texture>
|
|
<bordertexture border="3" colordiffuse="33FFFFFF">colors/selected.png</bordertexture>
|
|
<bordersize>3</bordersize>
|
|
<fadetime>200</fadetime>
|
|
</control>
|
|
</control>
|
|
<control type="group">
|
|
<visible>[container.content(episodes) | Substring(Container.folderpath,plugin)] + !Substring(Container.foldername,TVCatchup)</visible>
|
|
<posx>0</posx>
|
|
<posy>3-row</posy>
|
|
<animation type="visible">
|
|
<effect type="fade" start="0" end="100" time="300" delay="700" />
|
|
</animation>
|
|
<animation type="hidden">
|
|
<effect type="fade" start="100" end="0" time="100" />
|
|
</animation>
|
|
<animation type="windowopen">
|
|
<effect type="fade" start="0" end="100" time="300" delay="700" />
|
|
</animation>
|
|
<!--episode list-->
|
|
<control type="panel" id="52">
|
|
<visible>container.content(episodes) + !Substring(Container.folderpath,plugin)</visible>
|
|
<posx>7-col</posx>
|
|
<posy>4</posy>
|
|
<width>13-col</width>
|
|
<height>12-row</height>
|
|
<onleft>9000</onleft>
|
|
<onright>60</onright>
|
|
<pagecontrol>60</pagecontrol>
|
|
<itemlayout width="13-col" height="1-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>2</posy>
|
|
<width>13-col</width>
|
|
<height>53</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture border="24,0,24,0">UIControls/listitemNF.png</texture>
|
|
<bordersize>0</bordersize>
|
|
<colordiffuse>99FFFFFF</colordiffuse>
|
|
</control>
|
|
<control type="image">
|
|
<posx>3</posx>
|
|
<posy>4</posy>
|
|
<width>48</width>
|
|
<height>48</height>
|
|
<aspectratio scalediffuse="false">scale</aspectratio>
|
|
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.icon]</texture>
|
|
</control>
|
|
<control type="label">
|
|
<posx>60</posx>
|
|
<posy>0</posy>
|
|
<width>9-col</width>
|
|
<font>itemTitle</font>
|
|
<textcolor>selected</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.Label]</label>
|
|
<scroll>false</scroll>
|
|
</control>
|
|
<control type="label">
|
|
<visible>!isempty(ListItem.duration)</visible>
|
|
<posx>12-col</posx>
|
|
<posy>0</posy>
|
|
<width>3-col</width>
|
|
<font>smallStrong</font>
|
|
<textcolor>selected</textcolor>
|
|
<align>right</align>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.duration] mins</label>
|
|
<scroll>false</scroll>
|
|
</control>
|
|
<control type="label">
|
|
<visible>!isempty(ListItem.playcount)</visible>
|
|
<posx>36r</posx>
|
|
<posy>1</posy>
|
|
<width>40</width>
|
|
<font>symbol</font>
|
|
<textcolor>selected</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label></label>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout width="13-col" height="1-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>2</posy>
|
|
<width>13-col</width>
|
|
<height>53</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture border="24,0,24,0">UIControls/listitemFO.png</texture>
|
|
<bordersize>0</bordersize>
|
|
<colordiffuse>FFFFFFFF</colordiffuse>
|
|
</control>
|
|
<control type="image">
|
|
<posx>3</posx>
|
|
<posy>4</posy>
|
|
<width>48</width>
|
|
<height>48</height>
|
|
<aspectratio scalediffuse="false">scale</aspectratio>
|
|
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.icon]</texture>
|
|
</control>
|
|
<control type="label">
|
|
<posx>60</posx>
|
|
<posy>0</posy>
|
|
<width>9-col</width>
|
|
<font>itemTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<selectedcolor>black</selectedcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.Label]</label>
|
|
<scroll>false</scroll>
|
|
</control>
|
|
<control type="label">
|
|
<visible>!isempty(ListItem.duration)</visible>
|
|
<posx>12-col</posx>
|
|
<posy>0</posy>
|
|
<width>3-col</width>
|
|
<font>smallStrong</font>
|
|
<textcolor>black</textcolor>
|
|
<selectedcolor>black</selectedcolor>
|
|
<align>right</align>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.duration] mins</label>
|
|
<scroll>false</scroll>
|
|
</control>
|
|
<control type="label">
|
|
<visible>!isempty(ListItem.playcount)</visible>
|
|
<posx>36r</posx>
|
|
<posy>1</posy>
|
|
<width>40</width>
|
|
<font>symbol</font>
|
|
<textcolor>black</textcolor>
|
|
<selectedcolor>black</selectedcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label></label>
|
|
</control>
|
|
</focusedlayout>
|
|
</control>
|
|
<!--episode list (plugins)-->
|
|
<control type="panel" id="52">
|
|
<visible>Substring(Container.folderpath,plugin)</visible>
|
|
<posx>0</posx>
|
|
<posy>4</posy>
|
|
<width>11-col</width>
|
|
<height>12-row</height>
|
|
<onleft>9000</onleft>
|
|
<onright>60</onright>
|
|
<pagecontrol>60</pagecontrol>
|
|
<itemlayout width="11-col" height="1-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>2</posy>
|
|
<width>11-col</width>
|
|
<height>53</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture border="24,0,24,0">UIControls/listitemNF.png</texture>
|
|
<bordersize>0</bordersize>
|
|
<colordiffuse>99FFFFFF</colordiffuse>
|
|
</control>
|
|
<control type="image">
|
|
<posx>3</posx>
|
|
<posy>4</posy>
|
|
<width>48</width>
|
|
<height>48</height>
|
|
<aspectratio scalediffuse="false">scale</aspectratio>
|
|
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.icon]</texture>
|
|
</control>
|
|
<control type="label">
|
|
<posx>60</posx>
|
|
<posy>0</posy>
|
|
<width>9-col</width>
|
|
<font>itemTitle</font>
|
|
<textcolor>selected</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.Label]</label>
|
|
<scroll>false</scroll>
|
|
</control>
|
|
<control type="label">
|
|
<visible>!isempty(ListItem.playcount)</visible>
|
|
<posx>36r</posx>
|
|
<posy>1</posy>
|
|
<width>40</width>
|
|
<font>symbol</font>
|
|
<textcolor>selected</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label></label>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout width="11-col" height="1-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>2</posy>
|
|
<width>11-col</width>
|
|
<height>53</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture border="24,0,24,0">UIControls/listitemFO.png</texture>
|
|
<bordersize>0</bordersize>
|
|
<colordiffuse>FFFFFFFF</colordiffuse>
|
|
</control>
|
|
<control type="image">
|
|
<posx>3</posx>
|
|
<posy>4</posy>
|
|
<width>48</width>
|
|
<height>48</height>
|
|
<aspectratio scalediffuse="false">scale</aspectratio>
|
|
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.icon]</texture>
|
|
</control>
|
|
<control type="label">
|
|
<posx>60</posx>
|
|
<posy>0</posy>
|
|
<width>9-col</width>
|
|
<font>itemTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<selectedcolor>black</selectedcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.Label]</label>
|
|
<scroll>false</scroll>
|
|
</control>
|
|
<control type="label">
|
|
<visible>!isempty(ListItem.playcount)</visible>
|
|
<posx>36r</posx>
|
|
<posy>1</posy>
|
|
<width>40</width>
|
|
<font>symbol</font>
|
|
<textcolor>black</textcolor>
|
|
<selectedcolor>black</selectedcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label></label>
|
|
</control>
|
|
</focusedlayout>
|
|
</control>
|
|
</control>
|
|
</include>
|
|
<!--TVCatchup optimised text list-->
|
|
<include name="viewListTVCatchup">
|
|
<control type="group">
|
|
<posx>0</posx>
|
|
<posy>3-row</posy>
|
|
<animation type="windowopen">
|
|
<include>listSlideIn</include>
|
|
</animation>
|
|
<animation type="windowclose">
|
|
<effect type="fade" start="100" end="0" time="200" />
|
|
</animation>
|
|
<control type="panel" id="54">
|
|
<visible>Substring(Container.foldername,TVCatchup)</visible>
|
|
<posx>0</posx>
|
|
<posy>4</posy>
|
|
<width>20-col</width>
|
|
<height>12-row</height>
|
|
<onleft>9000</onleft>
|
|
<onright>60</onright>
|
|
<ondown>54</ondown>
|
|
<onup>54</onup>
|
|
<focusposition>4</focusposition>
|
|
<movement>4</movement>
|
|
<pagecontrol>60</pagecontrol>
|
|
<scrolltime tween="sine" easing="inout">300</scrolltime>
|
|
<itemlayout width="20-col" height="1-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>2</posy>
|
|
<width>20-col</width>
|
|
<height>53</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture border="24,0,24,0">UIControls/listitemNF.png</texture>
|
|
<bordersize>0</bordersize>
|
|
<colordiffuse>99FFFFFF</colordiffuse>
|
|
</control>
|
|
<control type="image">
|
|
<posx>3</posx>
|
|
<posy>4</posy>
|
|
<width>48</width>
|
|
<height>48</height>
|
|
<aspectratio scalediffuse="false">scale</aspectratio>
|
|
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
|
|
</control>
|
|
<control type="label">
|
|
<posx>60</posx>
|
|
<posy>0</posy>
|
|
<width>3-col-gutter</width>
|
|
<font>itemTitle</font>
|
|
<textcolor>selected</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.director]</label>
|
|
<scroll>false</scroll>
|
|
</control>
|
|
<control type="label">
|
|
<posx>4-col</posx>
|
|
<posy>0</posy>
|
|
<width>7-col</width>
|
|
<font>itemTitle</font>
|
|
<textcolor>selected</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.label]</label>
|
|
<scroll>false</scroll>
|
|
</control>
|
|
<control type="label">
|
|
<posx>12-col</posx>
|
|
<posy>0</posy>
|
|
<width>7-col</width>
|
|
<font>itemTitle</font>
|
|
<textcolor>selected</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.genre]</label>
|
|
<scroll>false</scroll>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout width="20-col" height="1-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>2</posy>
|
|
<width>20-col</width>
|
|
<height>53</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture border="24,0,24,0">UIControls/listitemFO.png</texture>
|
|
<bordersize>0</bordersize>
|
|
<colordiffuse>FFFFFFFF</colordiffuse>
|
|
</control>
|
|
<control type="image">
|
|
<posx>3</posx>
|
|
<posy>4</posy>
|
|
<width>48</width>
|
|
<height>48</height>
|
|
<aspectratio>scale</aspectratio>
|
|
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
|
|
</control>
|
|
<control type="label">
|
|
<posx>60</posx>
|
|
<posy>0</posy>
|
|
<width>3-col-gutter</width>
|
|
<font>itemTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<selectedcolor>black</selectedcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.director]</label>
|
|
<scroll>false</scroll>
|
|
</control>
|
|
<control type="label">
|
|
<posx>4-col</posx>
|
|
<posy>0</posy>
|
|
<width>7-col</width>
|
|
<font>itemTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<selectedcolor>black</selectedcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.label]</label>
|
|
<scroll>false</scroll>
|
|
</control>
|
|
<control type="label">
|
|
<posx>12-col</posx>
|
|
<posy>0</posy>
|
|
<width>7-col</width>
|
|
<font>itemTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<selectedcolor>black</selectedcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.genre]</label>
|
|
<scroll>false</scroll>
|
|
</control>
|
|
</focusedlayout>
|
|
</control>
|
|
</control>
|
|
</include>
|
|
</includes> |