This commit is contained in:
Chris Bevan 2015-04-01 20:11:01 +01:00
parent bf177f2e7b
commit 2ef64728cc
22 changed files with 347 additions and 379 deletions

View File

@ -73,7 +73,7 @@
<label>-</label> <label>-</label>
<texturefocus>-</texturefocus> <texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus> <texturenofocus>-</texturenofocus>
<font>itemTitle</font> <font>buttonTitle</font>
<textcolor>unselected</textcolor> <textcolor>unselected</textcolor>
<focusedcolor>selected</focusedcolor> <focusedcolor>selected</focusedcolor>
<disabledcolor>textDisabled</disabledcolor> <disabledcolor>textDisabled</disabledcolor>
@ -89,7 +89,7 @@
<aligny>center</aligny> <aligny>center</aligny>
<textoffsetx>24</textoffsetx> <textoffsetx>24</textoffsetx>
<textoffsety>0</textoffsety> <textoffsety>0</textoffsety>
<font>menuButton</font> <font>buttonTitle</font>
<label>-</label> <label>-</label>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor> <focusedcolor>black</focusedcolor>
@ -113,7 +113,7 @@
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<textoffsetx>24</textoffsetx> <textoffsetx>24</textoffsetx>
<font>menuButton</font> <font>buttonTitle</font>
<label>-</label> <label>-</label>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor> <focusedcolor>black</focusedcolor>
@ -136,7 +136,7 @@
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<textoffsetx>24</textoffsetx> <textoffsetx>24</textoffsetx>
<font>menuButton</font> <font>buttonTitle</font>
<label>-</label> <label>-</label>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor> <focusedcolor>black</focusedcolor>
@ -157,7 +157,7 @@
<posy>0</posy> <posy>0</posy>
<width>-</width> <width>-</width>
<height>2-row</height> <height>2-row</height>
<font>menuButton</font> <font>buttonTitle</font>
<textoffsetx>24</textoffsetx> <textoffsetx>24</textoffsetx>
<textoffsety>0</textoffsety> <textoffsety>0</textoffsety>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>

View File

@ -7,36 +7,48 @@
<controls> <controls>
<include>modalDialog</include> <include>modalDialog</include>
<control type="group"> <control type="group">
<posx>col-1-begin</posx> <posx>col-10-begin</posx>
<posy>7-row</posy> <posy>7-row</posy>
<!--animations--> <!--animations-->
<include>modalDialogInOutVertical</include> <include>modalDialogInOutVertical</include>
<control type="list" id="8000"> <control type="list" id="8000">
<posx>-15</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col</width> <width>6-col</width>
<height>6-row</height> <height>8-row</height>
<itemgap>0</itemgap> <itemgap>0</itemgap>
<itemlayout width="6-col" height="1-row"> <itemlayout width="6-col" height="2-row">
<control type="label"> <control type="label">
<posx>15</posx> <posx>12</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col</width> <width>6-col-gutter</width>
<align>left</align> <height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>unselected</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="6-col" height="1-row"> <focusedlayout width="6-col" height="2-row">
<control type="label"> <control type="image">
<posx>-1</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col</width> <width>6-col</width>
<align>left</align> <height>2-row</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<texture border="0">colors/white.png</texture>
<bordersize>0</bordersize>
<colordiffuse>500</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[ $INFO[ListItem.label] ]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
</focusedlayout> </focusedlayout>
<content> <content>

View File

@ -12,12 +12,9 @@
</control> </control>
<control type="button" id="1000"> <control type="button" id="1000">
<description>Buttons</description> <description>Buttons</description>
<width>5-col</width> <texturefocus colordiffuse="500">colors/white.png</texturefocus>
<textcolor>unselected</textcolor> <focusedcolor>textActive</focusedcolor>
<focusedcolor>selected</focusedcolor> <width>6-col</width>
<font>itemTitle</font>
<textoffsetx>12</textoffsetx>
<texturefocus>UIControls/textButtonFO.png</texturefocus>
</control> </control>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>

View File

@ -46,7 +46,7 @@
<!--content is movie or tvshow (from XBMC Library)--> <!--content is movie or tvshow (from XBMC Library)-->
<control type="group"> <control type="group">
<visible>!Substring(Container.folderpath,plugin) + !container.content(episodes)</visible> <visible>!Substring(Container.folderpath,plugin) + !container.content(episodes)</visible>
<posx>col-17-begin</posx> <posx>col-15-begin</posx>
<posy>0</posy> <posy>0</posy>
<animation type="Windowopen"> <animation type="Windowopen">
<effect type="fade" start="0" end="100" time="300" delay="300"/> <effect type="fade" start="0" end="100" time="300" delay="300"/>
@ -59,7 +59,7 @@
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>8-col</width> <width>10-col</width>
<height>fullscreenHeight</height> <height>fullscreenHeight</height>
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
<colordiffuse>cc111111</colordiffuse> <colordiffuse>cc111111</colordiffuse>
@ -68,7 +68,7 @@
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>8-col</width> <width>10-col</width>
<height>row-6-begin</height> <height>row-6-begin</height>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<colordiffuse>500</colordiffuse> <colordiffuse>500</colordiffuse>
@ -77,7 +77,7 @@
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>row-6-begin</posy> <posy>row-6-begin</posy>
<width>8-col</width> <width>10-col</width>
<height>1-row</height> <height>1-row</height>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
@ -89,7 +89,7 @@
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>8-col-gutter</width> <width>10-col-gutter</width>
<align>left</align> <align>left</align>
<height>4-row</height> <height>4-row</height>
<aligny>center</aligny> <aligny>center</aligny>
@ -102,7 +102,7 @@
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>5-row</posy> <posy>5-row</posy>
<width>8-col-gutter</width> <width>10-col-gutter</width>
<align>left</align> <align>left</align>
<font>itemSubTitle</font> <font>itemSubTitle</font>
<textcolor>black</textcolor> <textcolor>black</textcolor>
@ -114,11 +114,11 @@
<posx>0</posx> <posx>0</posx>
<posy>7-row</posy> <posy>7-row</posy>
<font>textbox</font> <font>textbox</font>
<width>8-col-gutter</width> <width>10-col-gutter</width>
<align>left</align> <align>left</align>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<height>9-row</height> <height>9-row</height>
<label>[B]$INFO[ListItem.plot][/B]</label> <label>$INFO[ListItem.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/> <autoscroll delay="10000" time="1000" repeat="10000"/>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>
@ -127,10 +127,10 @@
<control type="panel"> <control type="panel">
<posx>0</posx> <posx>0</posx>
<posy>18-row</posy> <posy>18-row</posy>
<width>8-col</width> <width>10-col</width>
<height>6-row</height> <height>6-row</height>
<enable>false</enable> <enable>false</enable>
<itemlayout width="4-col" height="2-row"> <itemlayout width="5-col" height="2-row">
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>
<posy>0</posy> <posy>0</posy>
@ -150,7 +150,7 @@
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="4-col" height="2-row"> <focusedlayout width="5-col" height="2-row">
</focusedlayout> </focusedlayout>
<content> <content>
<item> <item>
@ -183,11 +183,11 @@
<control type="panel" id="8000"> <control type="panel" id="8000">
<posx>0</posx> <posx>0</posx>
<posy>23-row</posy> <posy>23-row</posy>
<width>8-col</width> <width>10-col</width>
<height>6-row</height> <height>6-row</height>
<itemgap>3</itemgap> <itemgap>3</itemgap>
<orientation>vertical</orientation> <orientation>vertical</orientation>
<itemlayout width="4-col" height="2-row"> <itemlayout width="5-col" height="2-row">
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
@ -203,16 +203,16 @@
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col-indent</posx>
<posy>0</posy> <posy>0</posy>
<width>3-col-gutter</width> <width>4-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>menuTitle</font> <font>buttonTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="4-col" height="2-row"> <focusedlayout width="5-col" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
@ -226,7 +226,7 @@
<control type="image"> <control type="image">
<posx>1-col</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>3-col</width> <width>4-col</width>
<height>2-row</height> <height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
@ -246,10 +246,10 @@
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col-indent</posx>
<posy>0</posy> <posy>0</posy>
<width>3-col-gutter</width> <width>4-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>menuTitle</font> <font>buttonTitle</font>
<textcolor>black</textcolor> <textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -7,27 +7,27 @@
<include>modalDialog</include> <include>modalDialog</include>
<control type="group"> <control type="group">
<posx>0</posx> <posx>0</posx>
<posy>368</posy> <posy>row-10-begin</posy>
<!--animations--> <!--animations-->
<include>modalDialogInOut</include> <include>modalDialogInOut</include>
<!--text--> <!--text-->
<control type="group"> <control type="group">
<posx>col-9-begin</posx> <posx>col-9-begin</posx>
<posy>24</posy> <posy>0</posy>
<control type="label" id="1"> <control type="label" id="1">
<description>heading</description> <description>heading</description>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>9-col</width> <width>9-col</width>
<font>pageTitle</font> <font>dialogTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<control type="textbox"> <control type="textbox">
<posx>0</posx> <posx>0</posx>
<posy>1-row</posy> <posy>68</posy>
<width>8-col</width> <width>8-col</width>
<height>128</height> <height>2-row</height>
<font>regular</font> <font>textbox</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[control.getlabel(2)] $INFO[control.getlabel(3)] $INFO[control.getlabel(4)]</label> <label>$INFO[control.getlabel(2)] $INFO[control.getlabel(3)] $INFO[control.getlabel(4)]</label>
</control> </control>
@ -37,7 +37,7 @@
<posx>col-9-begin</posx> <posx>col-9-begin</posx>
<posy>4-row</posy> <posy>4-row</posy>
<width>8-col</width> <width>8-col</width>
<height>1-row</height> <height>2-row</height>
<itemgap>0</itemgap> <itemgap>0</itemgap>
<onleft>50</onleft> <onleft>50</onleft>
<onright>50</onright> <onright>50</onright>
@ -47,25 +47,15 @@
<!--selection buttons--> <!--selection buttons-->
<control type="button" id="10"> <control type="button" id="10">
<description>No</description> <description>No</description>
<texturefocus colordiffuse="500">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<label>106</label> <label>106</label>
<font>menuTitle</font>
<align>left</align>
<textoffsetx>24</textoffsetx>
<focusedcolor>black</focusedcolor>
<textcolor>textActive</textcolor>
<texturefocus>colors/white.png</texturefocus>
<texturenofocus>colors/black.png</texturenofocus>
</control> </control>
<control type="button" id="11"> <control type="button" id="11">
<description>Yes</description> <description>Yes</description>
<texturefocus colordiffuse="500">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<label>107</label> <label>107</label>
<font>menuTitle</font>
<align>left</align>
<textoffsetx>24</textoffsetx>
<focusedcolor>black</focusedcolor>
<textcolor>textActive</textcolor>
<texturefocus>colors/white.png</texturefocus>
<texturenofocus>colors/black.png</texturenofocus>
</control> </control>
</control> </control>
</control> </control>

View File

@ -45,6 +45,12 @@
<size>48</size> <size>48</size>
<linespacing>0.9</linespacing> <linespacing>0.9</linespacing>
</font> </font>
<font>
<name>mediumLight</name>
<filename>roboto/light.ttf</filename>
<size>48</size>
<linespacing>0.9</linespacing>
</font>
<font> <font>
<name>regular</name> <name>regular</name>
<filename>roboto/regular.ttf</filename> <filename>roboto/regular.ttf</filename>
@ -110,7 +116,7 @@
<font> <font>
<name>pageSubTitle</name> <name>pageSubTitle</name>
<filename>roboto/medium.ttf</filename> <filename>roboto/medium.ttf</filename>
<size>36</size> <size>30</size>
<linespacing>1.0</linespacing> <linespacing>1.0</linespacing>
</font> </font>
<font> <font>
@ -156,7 +162,7 @@
<font> <font>
<name>buttonTitle</name> <name>buttonTitle</name>
<filename>roboto/regular.ttf</filename> <filename>roboto/regular.ttf</filename>
<size>30</size> <size>28</size>
<linespacing>1.0</linespacing> <linespacing>1.0</linespacing>
</font> </font>
<font> <font>

View File

@ -10,18 +10,12 @@
<include>globalBackground</include> <include>globalBackground</include>
<!--fanart test--> <!--fanart test-->
<control type="multiimage"> <control type="image">
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include> <include>dimensionsFullscreen</include>
<imagepath>$INFO[Skin.String(videoFanartLocation)]</imagepath> <aspectratio scalediffuse="false">scale</aspectratio>
<timeperimage>25000</timeperimage> <texture border="0">$INFO[skin.string(globalBackground)]</texture>
<fadetime>1000</fadetime> <bordersize>0</bordersize>
<pauseatend>10000</pauseatend> <colordiffuse>ffffffff</colordiffuse>
<randomize>true</randomize>
<aspectratio>stretch</aspectratio>
<colordiffuse>11ffffff</colordiffuse>
<include>kenBurnsey</include>
</control> </control>
<control type="image"> <control type="image">
<include>dimensionsFullscreen</include> <include>dimensionsFullscreen</include>
@ -29,17 +23,6 @@
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<!--system info indicator-->
<control type="label">
<posx>col-1-begin</posx>
<posy>row-27-begin</posy>
<width>24-col</width>
<align>left</align>
<font>smallMedium</font>
<textcolor>textActive</textcolor>
<label>[B]↑[/B] $LOCALIZE[10511] [B]↓[/B] $LOCALIZE[24027]</label>
</control>
<!--browse controls--> <!--browse controls-->
<control type="group"> <control type="group">
<posx>0</posx> <posx>0</posx>
@ -208,7 +191,7 @@
<align>right</align> <align>right</align>
<font>Large</font> <font>Large</font>
<textcolor>selected</textcolor> <textcolor>selected</textcolor>
<label>$INFO[System.Date(DDD)] [COLOR 500][B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)][/COLOR]</label> <label>$INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)]</label>
</control> </control>
<control type="label"> <control type="label">
<posx>8-col</posx> <posx>8-col</posx>

View File

@ -29,7 +29,7 @@
</control> </control>
<control type="image"> <control type="image">
<include>dimensionsFullscreen</include> <include>dimensionsFullscreen</include>
<texture>backgrounds/vignette.png</texture> <texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -42,13 +42,18 @@
<colordiffuse>background</colordiffuse> <colordiffuse>background</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
</include> </include>
<!--date and time--> <!--date and time-->
<include name="dateTime"> <include name="dateTime">
<control type="group"> <control type="group">
<posx>col-24-begin</posx> <posx>col-24-begin</posx>
<posy>row-1-begin</posy> <posy>row-1-begin</posy>
<!--source title-->
<control type="label"> <control type="label">
<posx>1-col</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
@ -60,7 +65,7 @@
</control> </control>
<control type="label"> <control type="label">
<posx>1-col</posx> <posx>1-col</posx>
<posy>48</posy> <posy>40</posy>
<width>12-col</width> <width>12-col</width>
<align>right</align> <align>right</align>
<font>pageSubTitle</font> <font>pageSubTitle</font>

View File

@ -34,7 +34,6 @@
</include> </include>
<include name="spinFocusPoster"> <include name="spinFocusPoster">
<animation type="focus" loop="false" reversible="false"> <animation type="focus" loop="false" reversible="false">
<effect type="fade" time="600"/>
<effect type="rotatey" start="0" end="-15" center="132" tween="back" easing="out" time="300"/> <effect type="rotatey" start="0" end="-15" center="132" tween="back" easing="out" time="300"/>
<effect type="rotatey" start="0" end="15" center="132" tween="back" easing="out" delay="300" time="300"/> <effect type="rotatey" start="0" end="15" center="132" tween="back" easing="out" delay="300" time="300"/>
</animation> </animation>
@ -63,7 +62,8 @@
</include> </include>
<include name="modalDialogContentShift"> <include name="modalDialogContentShift">
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus"> <animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus">
<effect type="zoom" end="95" time="200" center="auto" tween="sine" easing="in"/> <effect type="zoom" end="205" time="200" center="auto" tween="linear" easing="out"/>
<effect type="fade" start="100" end="30" time="200"/>
</animation> </animation>
</include> </include>
</includes> </includes>

View File

@ -20,18 +20,9 @@
<colordiffuse>500</colordiffuse> <colordiffuse>500</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-7-begin</width>
<height>row-5-begin</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="list" id="9001"> <control type="list" id="9001">
<posx>0</posx> <posx>0</posx>
<posy>row-5-begin</posy> <posy>row-4-begin</posy>
<width>8-col</width> <width>8-col</width>
<height>24-row</height> <height>24-row</height>
<orientation>vertical</orientation> <orientation>vertical</orientation>
@ -96,19 +87,10 @@
<colordiffuse>500</colordiffuse> <colordiffuse>500</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-7-begin</width>
<height>row-5-begin</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--menu items--> <!--menu items-->
<control type="grouplist" id="9002"> <control type="grouplist" id="9002">
<posx>0</posx> <posx>0</posx>
<posy>row-5-begin</posy> <posy>row-4-begin</posy>
<width>col-7-begin</width> <width>col-7-begin</width>
<height>27-row</height> <height>27-row</height>
<itemgap>0</itemgap> <itemgap>0</itemgap>

View File

@ -2,20 +2,10 @@
<includes> <includes>
<!--movies--> <!--movies-->
<include name="movieRecentItems"> <include name="movieRecentItems">
<control type="label">
<posx>col-1-begin</posx>
<posy>5-row</posy>
<width>24-col</width>
<height>4-row</height>
<align></align>
<font>veryLarge</font>
<textcolor>textActive</textcolor>
<label>Recent Movies</label>
</control>
<control type="panel" id="9998"> <control type="panel" id="9998">
<visible>!stringcompare(Window(Home).Property(Movies.UnWatched),0)</visible> <visible>!stringcompare(Window(Home).Property(Movies.UnWatched),0)</visible>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-9-begin</posy> <posy>0</posy>
<width>24-col</width> <width>24-col</width>
<height>11-row</height> <height>11-row</height>
<onleft>9000</onleft> <onleft>9000</onleft>
@ -44,6 +34,8 @@
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="4-col" height="396"> <focusedlayout width="4-col" height="396">
<control type="group">
<include>spinFocusPoster</include>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
@ -54,10 +46,8 @@
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse> <colordiffuse>ffFFFFFF</colordiffuse>
<include>spinFocusPoster</include>
</control> </control>
<control type="group"> <control type="group">
<include>fadeIn</include>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<control type="image"> <control type="image">
@ -67,6 +57,7 @@
<height>396</height> <height>396</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture> <texture border="0">colors/white.png</texture>
<colordiffuse>500</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>34</posx> <posx>34</posx>
@ -75,29 +66,20 @@
<align>left</align> <align>left</align>
<angle>90</angle> <angle>90</angle>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>black</textcolor> <textcolor>white</textcolor>
<label>$INFO[ListItem.title]</label> <label>$INFO[ListItem.title]</label>
</control> </control>
</control> </control>
</control>
</focusedlayout> </focusedlayout>
</control> </control>
</include> </include>
<!--tvshows--> <!--tvshows-->
<include name="tvRecentItems"> <include name="tvRecentItems">
<control type="label">
<posx>col-1-begin</posx>
<posy>23-row</posy>
<width>24-col</width>
<height>4-row</height>
<align></align>
<font>veryLarge</font>
<textcolor>textActive</textcolor>
<label>Recent Tvshows</label>
</control>
<control type="panel" id="9997"> <control type="panel" id="9997">
<visible>!stringcompare(Window(Home).Property(Episodes.UnWatched),0)</visible> <visible>!stringcompare(Window(Home).Property(Episodes.UnWatched),0)</visible>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-27-begin</posy> <posy>0</posy>
<width>24-col</width> <width>24-col</width>
<onleft>9000</onleft> <onleft>9000</onleft>
<ondown>control.setfocus(9998,$INFO[Container(9997).Position])</ondown> <ondown>control.setfocus(9998,$INFO[Container(9997).Position])</ondown>
@ -125,6 +107,8 @@
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="4-col" height="396"> <focusedlayout width="4-col" height="396">
<control type="group">
<include>spinFocusPoster</include>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
@ -135,10 +119,8 @@
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<include>spinFocusPoster</include>
</control> </control>
<control type="group"> <control type="group">
<include>fadeIn</include>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<control type="image"> <control type="image">
@ -148,6 +130,7 @@
<height>396</height> <height>396</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture> <texture border="0">colors/white.png</texture>
<colordiffuse>500</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>34</posx> <posx>34</posx>
@ -156,10 +139,11 @@
<align>left</align> <align>left</align>
<angle>90</angle> <angle>90</angle>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>black</textcolor> <textcolor>white</textcolor>
<label>$INFO[ListItem.TVshowTitle] $INFO[ListItem.season,$LOCALIZE[31011] ,]</label> <label>$INFO[ListItem.TVshowTitle] $INFO[ListItem.season,$LOCALIZE[31011] ,]</label>
</control> </control>
</control> </control>
</control>
</focusedlayout> </focusedlayout>
</control> </control>
</include> </include>

View File

@ -42,15 +42,17 @@
<value>$LOCALIZE[14022]</value> <value>$LOCALIZE[14022]</value>
</variable> </variable>
<variable name="listSubTitle"> <variable name="listSubTitle">
<value condition="Window.IsActive(videolibrary) + SubString(skin.string(showRecentVideoItems),true) + SubString(skin.string(videoHomeItemsMoviesSource),recentmovies) + SubString(skin.string(videoHomeItemsEpisodesSource),recentepisodes)">$LOCALIZE[31176]</value>
<value condition="Window.IsActive(videolibrary) + SubString(skin.string(showRecentVideoItems),true) + SubString(skin.string(videoHomeItemsMoviesSource),recentmovies) + SubString(skin.string(videoHomeItemsEpisodesSource),randomepisodes)">$LOCALIZE[31177]</value>
<value condition="Window.IsActive(videolibrary) + SubString(skin.string(showRecentVideoItems),true) + SubString(skin.string(videoHomeItemsMoviesSource),randommovies) + SubString(skin.string(videoHomeItemsEpisodesSource),recentepisodes)">$LOCALIZE[31178]</value>
<value condition="Window.IsActive(videolibrary) + SubString(skin.string(showRecentVideoItems),true) + SubString(skin.string(videoHomeItemsMoviesSource),randommovies) + SubString(skin.string(videoHomeItemsEpisodesSource),randomepisodes)">$LOCALIZE[31179]</value>
<value condition="Window.IsActive(videolibrary) + SubString(skin.string(showRecentVideoItems),false)">$INFO[container.Numitems,, $LOCALIZE[31014]]</value> <value condition="Window.IsActive(videolibrary) + SubString(skin.string(showRecentVideoItems),false)">$INFO[container.Numitems,, $LOCALIZE[31014]]</value>
<value condition="[Window.IsActive(musiclibrary) | Window.IsActive(musicfiles)] + SubString(skin.string(showRecentMusicItems),true) + SubString(skin.string(musicHomeItemsSource),recentalbums)">$LOCALIZE[31013]</value> <value condition="Window.IsActive(videolibrary) + SubString(skin.string(showRecentVideoItems),true)">$INFO[container.Numitems,, $LOCALIZE[31014]]</value>
<value condition="[Window.IsActive(musiclibrary) | Window.IsActive(musicfiles)] + SubString(skin.string(showRecentMusicItems),true) + SubString(skin.string(musicHomeItemsSource),randomalbums)">$LOCALIZE[31015]</value>
<value condition="[Window.IsActive(musiclibrary) | Window.IsActive(musicfiles)]">$INFO[container.Numitems,, $LOCALIZE[31014]]</value> <value condition="[Window.IsActive(musiclibrary) | Window.IsActive(musicfiles)]">$INFO[container.Numitems,, $LOCALIZE[31014]]</value>
</variable> </variable>
<!--***TO DELETE***-->
<variable name="recentItemsTitle">
<value condition="[Window.IsActive(musiclibrary) | Window.IsActive(musicfiles)] + SubString(skin.string(showRecentMusicItems),true) + SubString(skin.string(musicHomeItemsSource),recentalbums)">$LOCALIZE[31013]</value>
<value condition="[Window.IsActive(musiclibrary) | Window.IsActive(musicfiles)] + SubString(skin.string(showRecentMusicItems),true) + SubString(skin.string(musicHomeItemsSource),randomalbums)">$LOCALIZE[31013]</value>
</variable>
<!--list view item detail / subheader--> <!--list view item detail / subheader-->
<variable name="itemDetail"> <variable name="itemDetail">
<value condition="Container.Content(movies)">$INFO[Listitem.duration,, $LOCALIZE[31018]]</value> <value condition="Container.Content(movies)">$INFO[Listitem.duration,, $LOCALIZE[31018]]</value>

View File

@ -25,9 +25,62 @@
<visible>SubString(skin.string(showRecentVideoItems),true) | isEmpty(container.foldername)</visible> <visible>SubString(skin.string(showRecentVideoItems),true) | isEmpty(container.foldername)</visible>
<onleft>9000</onleft> <onleft>9000</onleft>
<!--content--> <!--content-->
<control type="label">
<visible>SubString(skin.string(videoHomeItemsMoviesSource),recentmovies)</visible>
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>24-col</width>
<height>1-row</height>
<align></align>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31176]</label>
</control>
<control type="label">
<visible>SubString(skin.string(videoHomeItemsMoviesSource),randommovies)</visible>
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>24-col</width>
<height>1-row</height>
<align></align>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31177]</label>
</control>
<control type="group">
<posx>0</posx>
<posy>row-7-begin</posy>
<include>movieRecentItems</include> <include>movieRecentItems</include>
</control>
<control type="label">
<visible>SubString(skin.string(videoHomeItemsEpisodesSource),recentepisodes)</visible>
<posx>col-1-begin</posx>
<posy>row-19-begin</posy>
<width>24-col</width>
<height>1-row</height>
<align></align>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31178]</label>
</control>
<control type="label">
<visible>SubString(skin.string(videoHomeItemsEpisodesSource),randomepisodes)</visible>
<posx>col-1-begin</posx>
<posy>row-19-begin</posy>
<width>24-col</width>
<height>1-row</height>
<align></align>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31179]</label>
</control>
<control type="group">
<posx>0</posx>
<posy>row-21-begin</posy>
<include>tvRecentItems</include> <include>tvRecentItems</include>
</control> </control>
</control>
<!--source content--> <!--source content-->
<control type="group" id="9500"> <control type="group" id="9500">
<visible>SubString(skin.string(showRecentVideoItems),false) | !skin.string(showRecentVideoItems)</visible> <visible>SubString(skin.string(showRecentVideoItems),false) | !skin.string(showRecentVideoItems)</visible>
@ -54,15 +107,15 @@
<!--Folder titles--> <!--Folder titles-->
<control type="group"> <control type="group">
<posx>col-1-begin</posx> <posx>0</posx>
<posy>row-1-begin</posy> <posy>0</posy>
<animation type="Conditional" condition="IntegerGreaterThan(container.numitems,0)"> <animation type="Conditional" condition="IntegerGreaterThan(container.numitems,0)">
<effect type="fade" start="0" end="100" time="300"/> <effect type="fade" start="0" end="100" time="300"/>
</animation> </animation>
<!--source title--> <!--source title-->
<control type="label"> <control type="label">
<posx>0</posx> <posx>col-1-begin</posx>
<posy>0</posy> <posy>row-1-begin</posy>
<width>14-col</width> <width>14-col</width>
<font>pageTitle</font> <font>pageTitle</font>
<label>$VAR[listTitle]</label> <label>$VAR[listTitle]</label>
@ -70,18 +123,17 @@
</control> </control>
<!--source subtitle--> <!--source subtitle-->
<control type="label"> <control type="label">
<posx>0</posx> <posx>col-1-begin</posx>
<posy>48</posy> <posy>96</posy>
<width>auto</width> <width>auto</width>
<font>pageSubTitle</font> <font>pageSubTitle</font>
<label>$VAR[listSubTitle]</label> <label>$VAR[listSubTitle]</label>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
</control>
<!--dateTime--> <!--dateTime-->
<include>dateTime</include> <include>dateTime</include>
</control> </control>
</control>
<!--hub menu--> <!--hub menu-->
<include>hubMenu</include> <include>hubMenu</include>
<!--loading indicator--> <!--loading indicator-->

View File

@ -4,8 +4,8 @@
<!--fanart--> <!--fanart-->
<control type="group"> <control type="group">
<visible>container.content(episodes)</visible> <visible>container.content(episodes) + !Substring(Container.folderpath,plugin)</visible>
<posy>-692</posy> <posy>-696</posy>
<control type="image"> <control type="image">
<include>dimensionsFullscreen</include> <include>dimensionsFullscreen</include>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
@ -19,26 +19,26 @@
<!--title--> <!--title-->
<control type="group"> <control type="group">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-1-begin</posy> <posy>row-5-begin</posy>
<visible>container.content(episodes)</visible> <visible>container.content(episodes) + !Substring(Container.folderpath,plugin)</visible>
<control type="image"> <control type="image">
<posx>-96</posx> <posx>-97</posx>
<posy>5-row</posy> <posy>3-row</posy>
<width>fullscreenWidth</width> <width>fullscreenWidth</width>
<height>148</height> <height>2-row</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/black.png</texture> <texture border="0">colors/black.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>5-row</posy> <posy>3-row</posy>
<width>24-col</width> <width>24-col</width>
<height>4-row</height> <height>2-row</height>
<align></align> <align></align>
<font>veryLarge</font> <font>medium</font>
<textcolor>ccf1f1f1</textcolor> <textcolor>ccf1f1f1</textcolor>
<label>$INFO[ListItem.TVShowTitle] $INFO[container.foldername]</label> <label>$INFO[ListItem.TVShowTitle] [B]$INFO[listitem.Season,$LOCALIZE[31011], ][/B]</label>
</control> </control>
</control> </control>
@ -53,23 +53,11 @@
<height>473</height> <height>473</height>
<aspectratio aligny="top" scalediffuse="false">scale</aspectratio> <aspectratio aligny="top" scalediffuse="false">scale</aspectratio>
<texture border="0">$INFO[listitem.thumb]</texture> <texture border="0">$INFO[listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="500">colors/white.png</bordertexture> <bordertexture border="3" colordiffuse="background">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<fadetime>200</fadetime>
</control>
<control type="image">
<visible>Substring(Container.folderpath,plugin)</visible>
<posx>col-13-begin</posx>
<posy>row-5-begin</posy>
<width>7-col</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/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<fadetime>200</fadetime> <fadetime>600</fadetime>
<colordiffuse>ffffffff</colordiffuse>
</control> </control>
<!--tvhsow library-sourced episode list--> <!--tvhsow library-sourced episode list-->
<control type="panel" id="52"> <control type="panel" id="52">
<visible>container.content(episodes) + !Substring(Container.folderpath,plugin)</visible> <visible>container.content(episodes) + !Substring(Container.folderpath,plugin)</visible>
@ -206,93 +194,74 @@
<!--Plugin-sourced Episode list--> <!--Plugin-sourced Episode list-->
<control type="panel" id="52"> <control type="panel" id="52">
<visible>Substring(Container.folderpath,plugin)</visible> <visible>Substring(Container.folderpath,plugin)</visible>
<posx>0</posx> <posx>col-1-begin</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<width>12-col</width> <width>24-col</width>
<height>12-row</height> <height>22-row</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
<ondown>50</ondown>
<onup>50</onup>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<itemlayout width="11-col" height="1-row"> <itemlayout width="24-col" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>2</posy> <posy>0</posy>
<width>11-col</width> <width>1-col-textbox</width>
<height>53</height> <height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio scalediffuse="false">scale</aspectratio>
<texture border="24,0,24,0">UIControls/listitemNF.png</texture> <texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
<bordersize>0</bordersize>
<colordiffuse>99FFFFFF</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>3</posx> <posx>1-col</posx>
<posy>4</posy> <posy>0</posy>
<width>48</width> <width>23-col</width>
<height>48</height> <height>2-row</height>
<aspectratio scalediffuse="false">scale</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.icon]</texture> <texture border="0">colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>60</posx> <posx>1-col-indent</posx>
<posy>0</posy> <posy>0</posy>
<width>9-col</width> <width>23-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label> <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>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="11-col" height="1-row"> <focusedlayout width="24-col" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>2</posy> <posy>0</posy>
<width>11-col</width> <width>1-col-textbox</width>
<height>53</height> <height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio scalediffuse="false">scale</aspectratio>
<texture border="24,0,24,0">UIControls/listitemFO.png</texture> <texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
<bordersize>0</bordersize> <include>spinFocusIcon</include>
<colordiffuse>FFFFFFFF</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>3</posx> <posx>1-col</posx>
<posy>4</posy> <posy>0</posy>
<width>48</width> <width>23-col</width>
<height>48</height> <height>2-row</height>
<aspectratio scalediffuse="false">scale</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.icon]</texture> <texture border="0">colors/white.png</texture>
<colordiffuse>500</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>60</posx> <posx>1-col-indent</posx>
<posy>0</posy> <posy>0</posy>
<width>9-col</width> <width>23-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>black</textcolor> <textcolor>textActive</textcolor>
<selectedcolor>black</selectedcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label> <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> </control>
</focusedlayout> </focusedlayout>
</control> </control>

View File

@ -45,6 +45,8 @@
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="4-col" height="418"> <focusedlayout width="4-col" height="418">
<control type="group">
<include>spinFocusPoster</include>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
@ -55,10 +57,8 @@
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse> <colordiffuse>ffFFFFFF</colordiffuse>
<include>spinFocusPoster</include>
</control> </control>
<control type="group"> <control type="group">
<include>fadeIn</include>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<control type="image"> <control type="image">
@ -68,6 +68,7 @@
<height>396</height> <height>396</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture> <texture border="0">colors/white.png</texture>
<colordiffuse>500</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>34</posx> <posx>34</posx>
@ -76,10 +77,11 @@
<align>left</align> <align>left</align>
<angle>90</angle> <angle>90</angle>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>black</textcolor> <textcolor>white</textcolor>
<label>$INFO[ListItem.title]</label> <label>$INFO[ListItem.title]</label>
</control> </control>
</control> </control>
</control>
</focusedlayout> </focusedlayout>
</control> </control>
</control> </control>

View File

@ -6,7 +6,7 @@
<!--fanart--> <!--fanart-->
<control type="group"> <control type="group">
<posy>-512</posy> <posy>-516</posy>
<control type="image"> <control type="image">
<include>dimensionsFullscreen</include> <include>dimensionsFullscreen</include>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
@ -20,22 +20,22 @@
<!--title--> <!--title-->
<control type="group"> <control type="group">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-1-begin</posy> <posy>row-2-begin</posy>
<control type="image"> <control type="image">
<posx>-96</posx> <posx>-96</posx>
<posy>10-row</posy> <posy>11-row</posy>
<width>fullscreenWidth</width> <width>fullscreenWidth</width>
<height>148</height> <height>2-row</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/black.png</texture> <texture border="0">colors/black.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>10-row</posy> <posy>11-row</posy>
<width>24-col</width> <width>24-col</width>
<height>4-row</height> <height>2-row</height>
<font>veryLarge</font> <font>medium</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[container.foldername]</label> <label>$INFO[container.foldername]</label>
</control> </control>
@ -68,6 +68,8 @@
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="4-col" height="391"> <focusedlayout width="4-col" height="391">
<control type="group">
<include>spinFocusPoster</include>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
@ -78,10 +80,8 @@
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse> <colordiffuse>ffFFFFFF</colordiffuse>
<include>spinFocusPoster</include>
</control> </control>
<control type="group"> <control type="group">
<include>fadeIn</include>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<control type="image"> <control type="image">
@ -91,6 +91,7 @@
<height>396</height> <height>396</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture> <texture border="0">colors/white.png</texture>
<colordiffuse>500</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>34</posx> <posx>34</posx>
@ -99,10 +100,11 @@
<align>left</align> <align>left</align>
<angle>90</angle> <angle>90</angle>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>black</textcolor> <textcolor>white</textcolor>
<label>$INFO[ListItem.season,$LOCALIZE[31011] , • ]$VAR[itemDetail]</label> <label>$INFO[ListItem.season,$LOCALIZE[31011] , • ]$VAR[itemDetail]</label>
</control> </control>
</control> </control>
</control>
</focusedlayout> </focusedlayout>
</control> </control>
</control> </control>

View File

@ -166,7 +166,6 @@
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label></label> <label></label>
</control> </control>
</focusedlayout> </focusedlayout>
</control> </control>
</control> </control>

View File

@ -26,16 +26,6 @@
<colordiffuse>500</colordiffuse> <colordiffuse>500</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-7-begin</width>
<height>row-5-begin</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--titles--> <!--titles-->
<!--set shortcut--> <!--set shortcut-->

View File

@ -21,15 +21,6 @@
<colordiffuse>500</colordiffuse> <colordiffuse>500</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-7-begin</width>
<height>row-5-begin</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--titles--> <!--titles-->
<!--set recent items type--> <!--set recent items type-->
<control type="panel" id="6000"> <control type="panel" id="6000">

View File

@ -3,6 +3,8 @@
<requires> <requires>
<import addon="xbmc.gui" version="5.3.0"/> <import addon="xbmc.gui" version="5.3.0"/>
<import addon="script.globalsearch" version="1.1.1"/> <import addon="script.globalsearch" version="1.1.1"/>
<import addon="script.artistslideshow" version="1.5.0"/>
<import addon="script.maximinimalism.functions" version="1.0.0"/>
</requires> </requires>
<extension point="xbmc.gui.skin" defaultthemename="textures.xbt" debugging="false"> <extension point="xbmc.gui.skin" defaultthemename="textures.xbt" debugging="false">
<res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" /> <res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" />

View File

@ -7,15 +7,15 @@
<color name="textAccented">ffa1a1a1</color> <color name="textAccented">ffa1a1a1</color>
<!--new scheme--> <!--new scheme-->
<color name="background">ff424242</color> <color name="background">ff222222</color>
<color name="overlay">44ffffff</color> <color name="overlay">44ffffff</color>
<color name="textActive">fff0f0f0</color> <color name="textActive">fff0f0f0</color>
<color name="textDisabled">ff757575</color> <color name="textDisabled">ff757575</color>
<color name="menuDisabled">ffEF9A9A</color> <color name="menuDisabled">ffEF9A9A</color>
<color name="textboxInactive">99FFFFFF</color> <color name="textboxInactive">99FFFFFF</color>
<color name="textAccented">FFF44336</color> <color name="textAccented">FFE91E63</color>
<color name="500">FFF44336</color> <color name="500">ffE91E63</color>
<color name="50">ffFFEBEE</color> <color name="50">ffFFEBEE</color>
</colors> </colors>

View File

@ -74,7 +74,7 @@ msgid "Season"
msgstr "" msgstr ""
msgctxt "#31012" msgctxt "#31012"
msgid "Movies and TVShows" msgid "Video Library"
msgstr "" msgstr ""
msgctxt "#31013" msgctxt "#31013"
@ -646,17 +646,17 @@ msgid "Set Latest Content"
msgstr "" msgstr ""
msgctxt "#31176" msgctxt "#31176"
msgid "Recent Movies / Recent TVshows" msgid "Recent Movies"
msgstr "" msgstr ""
msgctxt "#31177" msgctxt "#31177"
msgid "Recent Movies / Random TVshows" msgid "Random Movies"
msgstr "" msgstr ""
msgctxt "#31178" msgctxt "#31178"
msgid "Random Movies / Recent TVshows" msgid "Recent TV Shows"
msgstr "" msgstr ""
msgctxt "#31179" msgctxt "#31179"
msgid "Random Movies / Random TVshows" msgid "Random TV Shows"
msgstr "" msgstr ""