This commit is contained in:
Chris Bevan 2015-11-08 20:16:04 +00:00
parent 4400c501c8
commit 34a54a8491
25 changed files with 780 additions and 81 deletions

View File

@ -58,18 +58,30 @@
<control type="radiobutton" id="6"> <control type="radiobutton" id="6">
<width>6-col</width> <width>6-col</width>
<texturenofocus>-</texturenofocus> <texturenofocus>-</texturenofocus>
<radiowidth/>
<radioheight/>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<label>25000</label> <label>25000</label>
<onright>9999</onright> <onright>9999</onright>
</control> </control>
<control type="radiobutton" id="7"> <control type="radiobutton" id="7">
<width>6-col</width> <width>6-col</width>
<texturenofocus>-</texturenofocus> <texturenofocus>-</texturenofocus>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<radiowidth/>
<radioheight/>
<label>25001</label> <label>25001</label>
<onright>9999</onright> <onright>9999</onright>
</control> </control>
<control type="radiobutton" id="8"> <control type="radiobutton" id="8">
<width>6-col</width> <width>6-col</width>
<texturenofocus>-</texturenofocus> <texturenofocus>-</texturenofocus>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<radiowidth/>
<radioheight/>
<label>24999</label> <label>24999</label>
<onright>9999</onright> <onright>9999</onright>
</control> </control>

View File

@ -36,20 +36,21 @@
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<include>kenBurnsey</include> <include>kenBurnsey</include>
</control> </control>
<control type="image">
<posx>1-col</posx>
<posy>row-25-begin</posy>
<width>4-col</width>
<height>2-col</height>
<texture>$INFO[ListItem.Art(clearlogo)]</texture>
<aspectratio align="left">keep</aspectratio>
</control>
<control type="image"> <control type="image">
<include>dimensionsFullscreen</include> <include>dimensionsFullscreen</include>
<texture>vignette.png</texture> <texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="image">
<posx>1-col</posx>
<posy>row-22-begin</posy>
<width>6-col</width>
<height>4-col</height>
<texture>$INFO[ListItem.Art(clearlogo)]</texture>
<aspectratio align="left">keep</aspectratio>
</control>
</control> </control>
<!--content is movie or tvshow (from XBMC Library)--> <!--content is movie or tvshow (from XBMC Library)-->
<control type="group"> <control type="group">

View File

@ -63,8 +63,7 @@
<onclick>right</onclick> <onclick>right</onclick>
</control> </control>
<control type="radiobutton" id="14"> <control type="radiobutton" id="14">
<description>Watched Toggle off</description> <description>Watched Toggle</description>
<visible>!System.Setting(hidewatched)</visible>
<label>31195</label> <label>31195</label>
<height>2-row</height> <height>2-row</height>
<width>col-7-begin</width> <width>col-7-begin</width>
@ -76,21 +75,8 @@
<textureradiofocus>-</textureradiofocus> <textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus> <textureradionofocus>-</textureradionofocus>
<textoffsetx>col-1-begin</textoffsetx> <textoffsetx>col-1-begin</textoffsetx>
</control> <radiowidth/>
<control type="radiobutton" id="14"> <radioheight/>
<description>Watched Toggle on</description>
<visible>System.Setting(hidewatched)</visible>
<label>31196</label>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<textoffsetx>col-1-begin</textoffsetx>
</control> </control>
<control type="radiobutton" id="11"> <control type="radiobutton" id="11">
<description>Unlock Shares</description> <description>Unlock Shares</description>

View File

@ -17,9 +17,9 @@
<variable name="listTitle"> <variable name="listTitle">
<value condition="Window.IsActive(videolibrary) + SubString(skin.string(showRecentVideoItems),true)">$LOCALIZE[31012]</value> <value condition="Window.IsActive(videolibrary) + SubString(skin.string(showRecentVideoItems),true)">$LOCALIZE[31012]</value>
<value condition="Window.IsActive(videolibrary) + Substring(Container.folderpath,plugin)">$INFO[container.foldername] $INFO[ListItem.TVShowTitle,- ,] $INFO[ListItem.season,$LOCALIZE[31011] ,]</value> <value condition="Window.IsActive(videolibrary) + Substring(Container.folderpath,plugin)">$INFO[container.foldername] $INFO[ListItem.TVShowTitle,- ,] $INFO[ListItem.season,$LOCALIZE[31011] ,]</value>
<value condition="Window.IsActive(videolibrary) + Container.Content(movies)">$LOCALIZE[20342] [COLOR highlight]$LOCALIZE[31054] $INFO[container.sortmethod][/COLOR]</value> <value condition="Window.IsActive(videolibrary) + Container.Content(movies)">$LOCALIZE[20342] [COLOR highlight]$LOCALIZE[31054] $INFO[container.sortmethod] $INFO[Container.SortOrder,(,)][/COLOR]</value>
<value condition="Window.IsActive(videolibrary) + [Container.Content(seasons) | Container.Content(tvshows) | Container.Content(episodes)]">$LOCALIZE[20343] [COLOR highlight]$LOCALIZE[31054] $INFO[container.sortmethod][/COLOR]</value> <value condition="Window.IsActive(videolibrary) + [Container.Content(seasons) | Container.Content(tvshows) | Container.Content(episodes)]">$LOCALIZE[20343] [COLOR highlight]$LOCALIZE[31054] $INFO[container.sortmethod][/COLOR]</value>
<value condition="Window.IsActive(videolibrary) + !isEmpty(container.foldername)">$INFO[container.foldername]</value>
<value condition="Window.IsActive(musiclibrary) + SubString(skin.string(showRecentMusicItems),true)">$LOCALIZE[31053]</value> <value condition="Window.IsActive(musiclibrary) + SubString(skin.string(showRecentMusicItems),true)">$LOCALIZE[31053]</value>
<value condition="Window.IsActive(musiclibrary) + SubString(container.folderpath,addons://)">$LOCALIZE[31058]</value> <value condition="Window.IsActive(musiclibrary) + SubString(container.folderpath,addons://)">$LOCALIZE[31058]</value>

View File

@ -44,7 +44,7 @@
<visible>Control.IsVisible(60) + SubString(skin.string(showRecentMusicItems),false)</visible> <visible>Control.IsVisible(60) + SubString(skin.string(showRecentMusicItems),false)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation> <animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60"> <control type="scrollbar" id="60">
<posx>84r</posx> <posx>48r</posx>
<posy>276</posy> <posy>276</posy>
<height>672</height> <height>672</height>
<onleft>9999</onleft> <onleft>9999</onleft>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">9999</defaultcontrol> <defaultcontrol always="true">9999</defaultcontrol>
<previouswindow>home</previouswindow> <previouswindow>home</previouswindow>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
@ -50,7 +50,7 @@
<visible>Control.IsVisible(60)</visible> <visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation> <animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60"> <control type="scrollbar" id="60">
<posx>98r</posx> <posx>51r</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<height>22-row</height> <height>22-row</height>
<onleft>9999</onleft> <onleft>9999</onleft>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="false">9999</defaultcontrol> <defaultcontrol always="false">9999</defaultcontrol>
<onload condition="!Player.HasAudio">PlayerControl(stop)</onload> <onload condition="!Player.HasAudio">PlayerControl(stop)</onload>
<onunload>Skin.SetString(showRecentVideoItems,true)</onunload> <onunload>Skin.SetString(showRecentVideoItems,true)</onunload>
<controls> <controls>
@ -34,7 +34,7 @@
<visible>Control.IsVisible(60) + !control.isvisible(10)</visible> <visible>Control.IsVisible(60) + !control.isvisible(10)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(9400).hasfocus">conditional</animation> <animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(9400).hasfocus">conditional</animation>
<control type="scrollbar" id="60"> <control type="scrollbar" id="60">
<posx>98r</posx> <posx>51r</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<height>22-row</height> <height>22-row</height>
<onleft>9999</onleft> <onleft>9999</onleft>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="false">9999</defaultcontrol> <defaultcontrol always="false">9999</defaultcontrol>
<onload condition="!Player.HasAudio">PlayerControl(stop)</onload> <onload condition="!Player.HasAudio">PlayerControl(stop)</onload>
<onunload>Skin.SetString(showRecentVideoItems,true)</onunload> <onunload>Skin.SetString(showRecentVideoItems,true)</onunload>
<controls> <controls>
@ -183,7 +183,7 @@
<visible>Control.IsVisible(60)</visible> <visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(9400).hasfocus">conditional</animation> <animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(9400).hasfocus">conditional</animation>
<control type="scrollbar" id="60"> <control type="scrollbar" id="60">
<posx>84r</posx> <posx>51r</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<height>21-row</height> <height>21-row</height>
<onleft>9999</onleft> <onleft>9999</onleft>

View File

@ -29,7 +29,7 @@
<visible>Control.IsVisible(60)</visible> <visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation> <animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60"> <control type="scrollbar" id="60">
<posx>84r</posx> <posx>48r</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<height>826</height> <height>826</height>
<onleft>9999</onleft> <onleft>9999</onleft>

View File

@ -167,7 +167,7 @@
<visible>Control.IsVisible(60) + SubString(skin.string(showRecentVideoItems),false)</visible> <visible>Control.IsVisible(60) + SubString(skin.string(showRecentVideoItems),false)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation> <animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60"> <control type="scrollbar" id="60">
<posx>84r</posx> <posx>48r</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<height>789</height> <height>789</height>
<onleft>9999</onleft> <onleft>9999</onleft>

View File

@ -48,16 +48,16 @@
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation> <animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60"> <control type="scrollbar" id="60">
<visible>Substring(Container.folderpath,plugin)</visible> <visible>Substring(Container.folderpath,plugin)</visible>
<posx>84r</posx> <posx>51r</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<height>789</height> <height>23-row</height>
<onleft>9999</onleft> <onleft>9999</onleft>
</control> </control>
<control type="scrollbar" id="60"> <control type="scrollbar" id="60">
<visible>!Substring(Container.folderpath,plugin)</visible> <visible>!Substring(Container.folderpath,plugin)</visible>
<posx>84r</posx> <posx>48r</posx>
<posy>row-8-begin</posy> <posy>row-5-begin</posy>
<height>19-row</height> <height>23-row</height>
<onleft>9999</onleft> <onleft>9999</onleft>
</control> </control>
</control> </control>
@ -75,7 +75,7 @@
<posy>row-1-begin</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] $INFO[container.foldername]</label>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<!--source subtitle--> <!--source subtitle-->

View File

@ -19,7 +19,7 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="3">colors/black.png</texture> <texture border="3">defaultAlbumCover.png</texture>
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>textboxInactive</colordiffuse>
@ -73,7 +73,7 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture> <texture fallback="defaultAlbumCover.png" border="0">$INFO[Listitem.thumb]</texture>
<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>ff666666</colordiffuse> <colordiffuse>ff666666</colordiffuse>

View File

@ -72,7 +72,7 @@
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>[COLOR highlight]$INFO[ListItem.Artist][/COLOR] $INFO[ListItem.Title]</label> <label>[B]$INFO[ListItem.Artist][/B] $INFO[ListItem.Title]</label>
</control> </control>
<control type="label"> <control type="label">
<right>24</right> <right>24</right>
@ -169,7 +169,7 @@
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Artist] $INFO[ListItem.Title]</label> <label>[B]$INFO[ListItem.Artist][/B] $INFO[ListItem.Title]</label>
</control> </control>
<control type="label"> <control type="label">
<right>24</right> <right>24</right>

View File

@ -42,7 +42,7 @@
<width>6-col-gutter</width> <width>6-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>scale</aspectratio> <aspectratio>scale</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.art(fanart)]</texture> <texture fallback="defaultPoster.png" border="0">$INFO[Listitem.art(fanart)]</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
</control> </control>
@ -63,6 +63,18 @@
<aspectratio>keep</aspectratio> <aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Art(clearlogo)]</texture> <texture>$INFO[ListItem.Art(clearlogo)]</texture>
</control> </control>
<control type="label">
<visible>isempty(ListItem.Art(clearlogo))</visible>
<posx>12</posx>
<posy>4-row</posy>
<width>6-col-gutter</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.title]</label>
</control>
</itemlayout> </itemlayout>
<focusedlayout width="444" height="300"> <focusedlayout width="444" height="300">
<control type="group"> <control type="group">
@ -99,6 +111,18 @@
<aspectratio>keep</aspectratio> <aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Art(clearlogo)]</texture> <texture>$INFO[ListItem.Art(clearlogo)]</texture>
</control> </control>
<control type="label">
<visible>isempty(ListItem.Art(clearlogo))</visible>
<posx>12</posx>
<posy>4-row</posy>
<width>6-col-gutter</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.title]</label>
</control>
</control> </control>
</focusedlayout> </focusedlayout>
</control> </control>

View File

@ -22,7 +22,7 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="3">colors/black.png</texture> <texture border="3">defaultAlbumCover.png</texture>
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>textboxInactive</colordiffuse>
@ -76,7 +76,7 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture> <texture fallback="defaultAlbumCover.png" border="0">$INFO[Listitem.thumb]</texture>
<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>ff666666</colordiffuse> <colordiffuse>ff666666</colordiffuse>

View File

@ -159,10 +159,11 @@
<onleft>9000</onleft> <onleft>9000</onleft>
<onback>activateWindow(home)</onback> <onback>activateWindow(home)</onback>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<onclick>Skin.SetString(showRecentVideoItems,false)</onclick> <onclick condition="container(9123).hasfocus(2)">Skin.SetString(showRecentVideoItems,false)</onclick>
<onclick>activatewindow(Video,videodb://tvshows/titles/$INFO[listitem.dbid]/$INFO[listitem.season])</onclick> <onclick condition="container(9123).hasfocus(2)">activatewindow(Video,videodb://tvshows/titles/$INFO[listitem.dbid]/$INFO[listitem.season])</onclick>
<onclick>Control.SetFocus(50)</onclick> <onclick condition="container(9123).hasfocus(2)">Control.SetFocus(50)</onclick>
<content>$INFO[control.getlabel(9123)]</content> <content>$INFO[control.getlabel(9123)]</content>
<oninfo>activateWindow(5824)</oninfo>
<itemlayout width="228" height="312"> <itemlayout width="228" height="312">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>

View File

@ -58,7 +58,7 @@
<!--cover--> <!--cover-->
<control type="group"> <control type="group">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-16-begin</posy> <posy>row-20-begin</posy>
<animation type="visible"> <animation type="visible">
<include>listSlideIn</include> <include>listSlideIn</include>
</animation> </animation>
@ -67,24 +67,21 @@
</animation> </animation>
<!--album thumb and info--> <!--album thumb and info-->
<control type="image"> <control type="image">
<posx>0</posx> <posx>24</posx>
<posy>0</posy> <posy>-24</posy>
<width>6-col</width> <width>4-col</width>
<height>6-col</height> <height>4-col</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="defaultAlbumCover.png" border="0">$INFO[musicplayer.cover]</texture> <texture fallback="defaultAlbumCover.png" diffuse="masks/circle.png" border="0">$INFO[musicplayer.cover]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<fadetime>500</fadetime> <fadetime>500</fadetime>
<animation effect="rotateY" end="-7" center="auto,auto" time="0">windowopen</animation>
</control> </control>
</control> </control>
<!--track info--> <!--track info-->
<control type="group"> <control type="group">
<posx>col-5-begin</posx> <posx>col-3-begin</posx>
<posy>row-22-begin</posy> <posy>row-21-begin</posy>
<control type="label"> <control type="label">
<posx>3-col-indent</posx> <posx>3-col</posx>
<posy>-8</posy> <posy>-8</posy>
<width>15-col</width> <width>15-col</width>
<font>largeBlack</font> <font>largeBlack</font>
@ -95,7 +92,7 @@
</control> </control>
<control type="label"> <control type="label">
<visible>!Pvr.IsPlayingRadio</visible> <visible>!Pvr.IsPlayingRadio</visible>
<posx>3-col-indent</posx> <posx>3-col</posx>
<posy>52</posy> <posy>52</posy>
<width>15-col</width> <width>15-col</width>
<font>regularStrong</font> <font>regularStrong</font>
@ -106,7 +103,7 @@
</control> </control>
<control type="label"> <control type="label">
<visible>Pvr.IsPlayingRadio</visible> <visible>Pvr.IsPlayingRadio</visible>
<posx>3-col-indent</posx> <posx>3-col</posx>
<posy>48</posy> <posy>48</posy>
<width>15-col</width> <width>15-col</width>
<font>regularStrong</font> <font>regularStrong</font>
@ -116,7 +113,7 @@
<shadowcolor>00000000</shadowcolor> <shadowcolor>00000000</shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<posx>3-col-indent</posx> <posx>3-col</posx>
<posy>104</posy> <posy>104</posy>
<width>12-col</width> <width>12-col</width>
<font>pageTitle</font> <font>pageTitle</font>
@ -137,7 +134,7 @@
<shadowcolor>00000000</shadowcolor> <shadowcolor>00000000</shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<posx>3-col-indent</posx> <posx>3-col</posx>
<posy>156</posy> <posy>156</posy>
<width>12-col</width> <width>12-col</width>
<font>itemTitle</font> <font>itemTitle</font>

View File

@ -0,0 +1,675 @@
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog" id="5824">
<defaultcontrol always="true">8000</defaultcontrol>
<include condition="skin.string(showcast,false)">fadeInOut</include>
<onunload>Skin.Reset(showcast)</onunload>
<controls>
<control type="group">
<visible>false</visible>
<!--background / fanart-->
<control type="image">
<visible>!Substring(Container.folderpath,plugin) + !container.content(episodes)</visible>
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<visible>Substring(Container.folderpath,plugin) | container.content(episodes)</visible>
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>ddffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<visible>!Substring(Container.folderpath,plugin) + !container.content(episodes)</visible>
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include>
<texture>$INFO[container(9998).listitem.art(fanart)]</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
<include>kenBurnsey</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>row-25-begin</posy>
<width>4-col</width>
<height>2-col</height>
<texture>$INFO[ListItem.Art(clearlogo)]</texture>
<aspectratio align="left">keep</aspectratio>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
</control>
<!--content is movie or tvshow (from XBMC Library)-->
<control type="group">
<visible>!Substring(Container.folderpath,plugin) + !container.content(episodes)</visible>
<posx>col-15-begin</posx>
<posy>0</posy>
<animation type="Windowopen">
<effect type="fade" start="0" end="100" time="300" delay="300"/>
<effect type="slide" start="800" end="0" tween="cubic" easing="out" time="400" delay="300"/>
</animation>
<animation type="conditional" condition="skin.string(showcast,true)">
<effect type="slide" start="0" end="0,-1080" tween="cubic" easing="out" time="400" delay="0"/>
</animation>
<!--overlay-->
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>10-col</width>
<height>fullscreenHeight</height>
<texture>colors/black.png</texture>
<colordiffuse>cc111111</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>10-col</width>
<height>row-5-begin</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>row-5-begin</posy>
<width>10-col</width>
<height>1-row</height>
<texture>colors/white.png</texture>
<aspectratio>stretch</aspectratio>
</control>
<!--meta-->
<control type="panel">
<posx>12</posx>
<posy>7-row</posy>
<width>10-col</width>
<height>6-row</height>
<enable>false</enable>
<itemlayout width="5-col" height="2-row">
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<font>itemSubTitle</font>
<textcolor>highlight</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>12</posx>
<posy>32</posy>
<width>4-col-gutter</width>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label fallback="31159">$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="5-col" height="2-row">
</focusedlayout>
<content>
<item>
<label>$LOCALIZE[562]</label>
<label2>$INFO[ListItem.year]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[31146]</label>
<label2>$INFO[ListItem.director]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[515]</label>
<label2>$INFO[ListItem.genre]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[563]</label>
<label2>$INFO[ListItem.UserRating,,/10]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
</content>
</control>
<!--content-->
<control type="group">
<posx>24</posx>
<posy>row-1-begin</posy>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>672</width>
<align>left</align>
<height>3-row</height>
<aligny>center</aligny>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[listitem.title]</label>
<wrapmultiline>true</wrapmultiline>
</control>
<control type="label">
<posx>0</posx>
<posy>4-row</posy>
<width>672</width>
<align>left</align>
<font>itemSubTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.duration,, $LOCALIZE[31018]. ]$INFO[listitem.MPAA,,.]</label>
<shadowcolor>-</shadowcolor>
</control>
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
<posy>10-row</posy>
<font>textbox</font>
<width>672</width>
<align>left</align>
<textcolor>textActive</textcolor>
<height>410</height>
<label fallback="31205">$INFO[ListItem.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
<shadowcolor>-</shadowcolor>
</control>
</control>
<!--dialog controls-->
<control type="panel" id="8000">
<posx>0</posx>
<posy>24-row</posy>
<width>10-col</width>
<height>6-row</height>
<itemgap>3</itemgap>
<orientation>vertical</orientation>
<itemlayout width="5-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>4-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="5-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>4-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item>
<label>31075</label>
<label2></label2>
<thumb>-</thumb>
<onclick>sendclick(2003,8)</onclick>
</item>
<item>
<label>31074</label>
<label2></label2>
<thumb>-</thumb>
<onclick>Skin.SetString(showcast,true)</onclick>
<onclick>control.setfocus(50)</onclick>
</item>
<item>
<label>20410</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(2003,11)</onclick>
</item>
<item>
<label>31076</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(2003,6)</onclick>
</item>
<item>
<label>13511</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(2003,10)</onclick>
</item>
<item>
<description>Artwork Downloader (overrides get artwork if available)</description>
<label2></label2>
<onclick condition="Container.Content(movies)">XBMC.RunScript(script.artwork.downloader, mode=gui, mediatype=movie, dbid=$INFO[ListItem.DBID])</onclick>
<onclick condition="Container.Content(tvshows)">RunScript(script.artwork.downloader,mode=gui, mediatype=tvshow, dbid=$INFO[ListItem.DBID])</onclick>
<label>$INFO[System.AddonTitle(script.artwork.downloader)]</label>
<visible>false</visible>
</item>
<item>
<label>38023</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(2003,7)</onclick>
</item>
</content>
</control>
</control>
<!--content is tvshow episode or content is from a plugin-->
<control type="group">
<visible>Substring(Container.folderpath,plugin) | container.content(episodes)</visible>
<!--animations-->
<include>modalDialogInOut</include>
<!--thumbnail if available-->
<control type="group">
<posx>col-7-begin</posx>
<posy>row-1-begin</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>486</height>
<aspectratio scalediffuse="false" aligny="bottom">scale</aspectratio>
<texture background="true" fallback="colors/black.png" border="0">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control>
</control>
<!--content-->
<control type="group">
<posx>col-7-begin</posx>
<posy>row-15-begin</posy>
<!--titles-->
<control type="label">
<description>Episode title</description>
<posx>0</posx>
<posy>2-row</posy>
<width>12-col-gutter</width>
<height>2-row</height>
<align>left</align>
<aligny>center</aligny>
<font>mediumStrong</font>
<textcolor>highlight</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
<wrapmultiline>true</wrapmultiline>
</control>
<control type="grouplist">
<posx>0</posx>
<posy>-18</posy>
<width>12-col</width>
<orientation>horizontal</orientation>
<control type="label">
<width>1-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
<control type="label">
<width>3-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>textActive</textcolor>
<label fallback="31159">$INFO[listitem.duration,, $LOCALIZE[31018]]</label>
</control>
</control>
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
<posy>5-row</posy>
<font>textbox</font>
<width>12-col</width>
<align>left</align>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<height>160</height>
<label fallback="31205">$INFO[ListItem.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
</control>
<!--dialog controls-->
<control type="list" id="8000">
<posx>0</posx>
<posy>11-row</posy>
<width>12-col</width>
<height>2-row</height>
<orientation>horizontal</orientation>
<itemlayout width="6-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>center</align>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>6-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="6-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>5-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>center</align>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>6-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<label>31075</label>
<label2></label2>
<thumb>-</thumb>
<onclick>sendclick(2003,8)</onclick>
</item>
<item id="2">
<visible>!Substring(Container.folderpath,plugin)</visible>
<label>31076</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(2003,6)</onclick>
</item>
</content>
</control>
</control>
</control>
<!--cast and crew toggle-->
<control type="group">
<visible>skin.string(showcast,true)</visible>
<posx>col-15-begin</posx>
<posy>0</posy>
<animation type="conditional" condition="skin.string(showcast,true)">
<effect type="slide" start="800" end="0" tween="cubic" easing="out" time="400" delay="100"/>
</animation>
<!--overlay-->
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>10-col</width>
<height>fullscreenHeight</height>
<texture>colors/black.png</texture>
<colordiffuse>cc111111</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>10-col</width>
<height>row-5-begin</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>row-5-begin</posy>
<width>10-col</width>
<height>1-row</height>
<texture>colors/white.png</texture>
<aspectratio>stretch</aspectratio>
</control>
<!--content-->
<control type="group">
<posx>12</posx>
<posy>row-1-begin</posy>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>10-col-gutter</width>
<align>left</align>
<height>3-row</height>
<aligny>center</aligny>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[listitem.title]</label>
<wrapmultiline>true</wrapmultiline>
</control>
<control type="label">
<posx>0</posx>
<posy>4-row</posy>
<width>10-col-gutter</width>
<align>left</align>
<font>itemSubTitle</font>
<textcolor>black</textcolor>
<label>$LOCALIZE[31074]</label>
</control>
</control>
<control type="list" id="50">
<posx>0</posx>
<posy>236</posy>
<width>10-col</width>
<height>24-row</height>
<itemlayout width="10-col" height="2-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>2-col-textbox</width>
<height>2-col-textbox</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<texture border="0" fallback="colors/offblack.png">$INFO[listitem.thumb]</texture>
<bordersize>0</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>2-col-indent</posx>
<posy>0</posy>
<width>8-col-gutter</width>
<height>2-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<posx>2-col-indent</posx>
<posy>1-row</posy>
<width>8-col-gutter</width>
<height>2-row</height>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
</control>
</itemlayout>
<focusedlayout width="10-col" height="2-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>2-col-textbox</width>
<height>2-col-textbox</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<texture border="0" fallback="colors/offblack.png">$INFO[listitem.thumb]</texture>
<bordersize>0</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
<animation type="focus" loop="false" reversible="false">
<effect type="rotatey" start="0" end="-15" center="70" tween="back" easing="out" time="300"/>
<effect type="rotatey" start="0" end="15" center="70" tween="back" easing="out" delay="300" time="300"/>
</animation>
</control>
<control type="image">
<posx>2-col</posx>
<posy>0</posy>
<width>8-col</width>
<height>2-col</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>2-col-indent</posx>
<posy>0</posy>
<width>8-col-gutter</width>
<height>2-row</height>
<font>itemTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<posx>2-col-indent</posx>
<posy>1-row</posy>
<width>8-col-gutter</width>
<height>2-row</height>
<font>itemSubTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label2]</label>
</control>
</focusedlayout>
</control>
</control>
<!--buttons-->
<control type="group">
<visible>false</visible>
<control type="button" id="8">
<description>Play</description>
</control>
<control type="button" id="6">
<description>Refresh</description>
</control>
<control type="button" id="7">
<description>Ratings</description>
</control>
<control type="button" id="10">
<description>Choose Art</description>
</control>
<control type="button" id="11">
<description>Trailer</description>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogVideoInfo.xml</label>
</control>
</controls>
</window>

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<window> <window>
<defaultcontrol always="true">500</defaultcontrol> <defaultcontrol always="true">500</defaultcontrol>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
@ -379,6 +379,10 @@
<disabledcolor>menuDisabled</disabledcolor> <disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus> <texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus> <texturenofocus>-</texturenofocus>
<textureradiofocus>-</textureradiofocus>
<textureradionofocus>-</textureradionofocus>
<radiowidth/>
<radioheight/>
<textoffsetx>col-1-begin</textoffsetx> <textoffsetx>col-1-begin</textoffsetx>
<label>$ADDON[script.games.rom.collection.browser 32404]:</label> <label>$ADDON[script.games.rom.collection.browser 32404]:</label>
</control> </control>

View File

@ -4,7 +4,6 @@
<import addon="xbmc.gui" version="5.10.0"/> <import addon="xbmc.gui" version="5.10.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.artistslideshow" version="1.5.0"/>
<import addon="resource.images.studios.white" version="0.0.1"/>
</requires> </requires>
<extension point="xbmc.gui.skin" debugging="false"> <extension point="xbmc.gui.skin" 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

@ -26,19 +26,23 @@
***To do*** ***To do***
Create / duplicate custom movie / music info dialog (for ONINFO)
DialogPVRinfo - button update DialogPVRinfo - button update
Use 'has parent' to manage back button (open side menu on no parent item)
Touchscreen controls Radio RDS test
revise the TVShow view (looks kinda clunky)
Add Artwork downloader link to 2nd level side menu Touchscreen controls - get Android tablet for testing
Finish the TVShow view - No logo infolabel
CREATE A BETTER SKIN LOGO! CREATE A BETTER SKIN LOGO!
Addons manager - clean up a bit. Addons manager - clean up a bit.
Remove dependencies (ask for install - see forum)
Design Fallbacks for posters and album covers

View File

@ -514,11 +514,7 @@ msgid "Duration"
msgstr "" msgstr ""
msgctxt "#31195" msgctxt "#31195"
msgid "Hide watched items" msgid "Hide watched items:"
msgstr ""
msgctxt "#31196"
msgid "Show watched items"
msgstr "" msgstr ""
msgctxt "#31197" msgctxt "#31197"
@ -582,7 +578,7 @@ msgid "5 Day Forecast for"
msgstr "" msgstr ""
msgctxt "#31213" msgctxt "#31213"
msgid "(Showing unwatched items only)" msgid "Unwatched items only"
msgstr "" msgstr ""
msgctxt "#31214" msgctxt "#31214"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 11 KiB

BIN
media/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB