Various
This commit is contained in:
parent
4400c501c8
commit
34a54a8491
|
@ -58,18 +58,30 @@
|
|||
<control type="radiobutton" id="6">
|
||||
<width>6-col</width>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
<radiowidth/>
|
||||
<radioheight/>
|
||||
<textureradiofocus>-</textureradiofocus>
|
||||
<textureradionofocus>-</textureradionofocus>
|
||||
<label>25000</label>
|
||||
<onright>9999</onright>
|
||||
</control>
|
||||
<control type="radiobutton" id="7">
|
||||
<width>6-col</width>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
<textureradiofocus>-</textureradiofocus>
|
||||
<textureradionofocus>-</textureradionofocus>
|
||||
<radiowidth/>
|
||||
<radioheight/>
|
||||
<label>25001</label>
|
||||
<onright>9999</onright>
|
||||
</control>
|
||||
<control type="radiobutton" id="8">
|
||||
<width>6-col</width>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
<textureradiofocus>-</textureradiofocus>
|
||||
<textureradionofocus>-</textureradionofocus>
|
||||
<radiowidth/>
|
||||
<radioheight/>
|
||||
<label>24999</label>
|
||||
<onright>9999</onright>
|
||||
</control>
|
||||
|
|
|
@ -36,20 +36,21 @@
|
|||
<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 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>
|
||||
<!--content is movie or tvshow (from XBMC Library)-->
|
||||
<control type="group">
|
||||
|
|
|
@ -63,8 +63,7 @@
|
|||
<onclick>right</onclick>
|
||||
</control>
|
||||
<control type="radiobutton" id="14">
|
||||
<description>Watched Toggle off</description>
|
||||
<visible>!System.Setting(hidewatched)</visible>
|
||||
<description>Watched Toggle</description>
|
||||
<label>31195</label>
|
||||
<height>2-row</height>
|
||||
<width>col-7-begin</width>
|
||||
|
@ -76,21 +75,8 @@
|
|||
<textureradiofocus>-</textureradiofocus>
|
||||
<textureradionofocus>-</textureradionofocus>
|
||||
<textoffsetx>col-1-begin</textoffsetx>
|
||||
</control>
|
||||
<control type="radiobutton" id="14">
|
||||
<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>
|
||||
<radiowidth/>
|
||||
<radioheight/>
|
||||
</control>
|
||||
<control type="radiobutton" id="11">
|
||||
<description>Unlock Shares</description>
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
<variable name="listTitle">
|
||||
<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) + 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) + !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(container.folderpath,addons://)">$LOCALIZE[31058]</value>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<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>
|
||||
<control type="scrollbar" id="60">
|
||||
<posx>84r</posx>
|
||||
<posx>48r</posx>
|
||||
<posy>276</posy>
|
||||
<height>672</height>
|
||||
<onleft>9999</onleft>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">9999</defaultcontrol>
|
||||
|
||||
|
||||
<previouswindow>home</previouswindow>
|
||||
<controls>
|
||||
<include>globalBackground</include>
|
||||
|
@ -50,7 +50,7 @@
|
|||
<visible>Control.IsVisible(60)</visible>
|
||||
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
|
||||
<control type="scrollbar" id="60">
|
||||
<posx>98r</posx>
|
||||
<posx>51r</posx>
|
||||
<posy>row-5-begin</posy>
|
||||
<height>22-row</height>
|
||||
<onleft>9999</onleft>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="false">9999</defaultcontrol>
|
||||
|
||||
|
||||
<onload condition="!Player.HasAudio">PlayerControl(stop)</onload>
|
||||
<onunload>Skin.SetString(showRecentVideoItems,true)</onunload>
|
||||
<controls>
|
||||
|
@ -34,7 +34,7 @@
|
|||
<visible>Control.IsVisible(60) + !control.isvisible(10)</visible>
|
||||
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(9400).hasfocus">conditional</animation>
|
||||
<control type="scrollbar" id="60">
|
||||
<posx>98r</posx>
|
||||
<posx>51r</posx>
|
||||
<posy>row-5-begin</posy>
|
||||
<height>22-row</height>
|
||||
<onleft>9999</onleft>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="false">9999</defaultcontrol>
|
||||
|
||||
|
||||
<onload condition="!Player.HasAudio">PlayerControl(stop)</onload>
|
||||
<onunload>Skin.SetString(showRecentVideoItems,true)</onunload>
|
||||
<controls>
|
||||
|
@ -183,7 +183,7 @@
|
|||
<visible>Control.IsVisible(60)</visible>
|
||||
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(9400).hasfocus">conditional</animation>
|
||||
<control type="scrollbar" id="60">
|
||||
<posx>84r</posx>
|
||||
<posx>51r</posx>
|
||||
<posy>row-5-begin</posy>
|
||||
<height>21-row</height>
|
||||
<onleft>9999</onleft>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<visible>Control.IsVisible(60)</visible>
|
||||
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
|
||||
<control type="scrollbar" id="60">
|
||||
<posx>84r</posx>
|
||||
<posx>48r</posx>
|
||||
<posy>row-5-begin</posy>
|
||||
<height>826</height>
|
||||
<onleft>9999</onleft>
|
||||
|
|
|
@ -167,7 +167,7 @@
|
|||
<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>
|
||||
<control type="scrollbar" id="60">
|
||||
<posx>84r</posx>
|
||||
<posx>48r</posx>
|
||||
<posy>row-5-begin</posy>
|
||||
<height>789</height>
|
||||
<onleft>9999</onleft>
|
||||
|
|
|
@ -48,16 +48,16 @@
|
|||
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
|
||||
<control type="scrollbar" id="60">
|
||||
<visible>Substring(Container.folderpath,plugin)</visible>
|
||||
<posx>84r</posx>
|
||||
<posx>51r</posx>
|
||||
<posy>row-5-begin</posy>
|
||||
<height>789</height>
|
||||
<height>23-row</height>
|
||||
<onleft>9999</onleft>
|
||||
</control>
|
||||
<control type="scrollbar" id="60">
|
||||
<visible>!Substring(Container.folderpath,plugin)</visible>
|
||||
<posx>84r</posx>
|
||||
<posy>row-8-begin</posy>
|
||||
<height>19-row</height>
|
||||
<posx>48r</posx>
|
||||
<posy>row-5-begin</posy>
|
||||
<height>23-row</height>
|
||||
<onleft>9999</onleft>
|
||||
</control>
|
||||
</control>
|
||||
|
@ -75,7 +75,7 @@
|
|||
<posy>row-1-begin</posy>
|
||||
<width>14-col</width>
|
||||
<font>pageTitle</font>
|
||||
<label>$VAR[listTitle]</label>
|
||||
<label>$VAR[listTitle] $INFO[container.foldername]</label>
|
||||
<textcolor>textActive</textcolor>
|
||||
</control>
|
||||
<!--source subtitle-->
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<width>4-col-gutter</width>
|
||||
<height>4-col-gutter</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture border="3">colors/black.png</texture>
|
||||
<texture border="3">defaultAlbumCover.png</texture>
|
||||
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture>
|
||||
<bordersize>3</bordersize>
|
||||
<colordiffuse>textboxInactive</colordiffuse>
|
||||
|
@ -73,7 +73,7 @@
|
|||
<width>4-col-gutter</width>
|
||||
<height>4-col-gutter</height>
|
||||
<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>
|
||||
<bordersize>3</bordersize>
|
||||
<colordiffuse>ff666666</colordiffuse>
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
<font>itemTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<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 type="label">
|
||||
<right>24</right>
|
||||
|
@ -169,7 +169,7 @@
|
|||
<font>itemTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.Artist] $INFO[ListItem.Title]</label>
|
||||
<label>[B]$INFO[ListItem.Artist][/B] $INFO[ListItem.Title]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<right>24</right>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<width>6-col-gutter</width>
|
||||
<height>4-col-gutter</height>
|
||||
<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>
|
||||
<bordersize>3</bordersize>
|
||||
</control>
|
||||
|
@ -63,6 +63,18 @@
|
|||
<aspectratio>keep</aspectratio>
|
||||
<texture>$INFO[ListItem.Art(clearlogo)]</texture>
|
||||
</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>
|
||||
<focusedlayout width="444" height="300">
|
||||
<control type="group">
|
||||
|
@ -99,6 +111,18 @@
|
|||
<aspectratio>keep</aspectratio>
|
||||
<texture>$INFO[ListItem.Art(clearlogo)]</texture>
|
||||
</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>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<width>4-col-gutter</width>
|
||||
<height>4-col-gutter</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture border="3">colors/black.png</texture>
|
||||
<texture border="3">defaultAlbumCover.png</texture>
|
||||
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture>
|
||||
<bordersize>3</bordersize>
|
||||
<colordiffuse>textboxInactive</colordiffuse>
|
||||
|
@ -76,7 +76,7 @@
|
|||
<width>4-col-gutter</width>
|
||||
<height>4-col-gutter</height>
|
||||
<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>
|
||||
<bordersize>3</bordersize>
|
||||
<colordiffuse>ff666666</colordiffuse>
|
||||
|
|
|
@ -159,10 +159,11 @@
|
|||
<onleft>9000</onleft>
|
||||
<onback>activateWindow(home)</onback>
|
||||
<orientation>horizontal</orientation>
|
||||
<onclick>Skin.SetString(showRecentVideoItems,false)</onclick>
|
||||
<onclick>activatewindow(Video,videodb://tvshows/titles/$INFO[listitem.dbid]/$INFO[listitem.season])</onclick>
|
||||
<onclick>Control.SetFocus(50)</onclick>
|
||||
<onclick condition="container(9123).hasfocus(2)">Skin.SetString(showRecentVideoItems,false)</onclick>
|
||||
<onclick condition="container(9123).hasfocus(2)">activatewindow(Video,videodb://tvshows/titles/$INFO[listitem.dbid]/$INFO[listitem.season])</onclick>
|
||||
<onclick condition="container(9123).hasfocus(2)">Control.SetFocus(50)</onclick>
|
||||
<content>$INFO[control.getlabel(9123)]</content>
|
||||
<oninfo>activateWindow(5824)</oninfo>
|
||||
<itemlayout width="228" height="312">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
<!--cover-->
|
||||
<control type="group">
|
||||
<posx>col-1-begin</posx>
|
||||
<posy>row-16-begin</posy>
|
||||
<posy>row-20-begin</posy>
|
||||
<animation type="visible">
|
||||
<include>listSlideIn</include>
|
||||
</animation>
|
||||
|
@ -67,24 +67,21 @@
|
|||
</animation>
|
||||
<!--album thumb and info-->
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>6-col</width>
|
||||
<height>6-col</height>
|
||||
<posx>24</posx>
|
||||
<posy>-24</posy>
|
||||
<width>4-col</width>
|
||||
<height>4-col</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture fallback="defaultAlbumCover.png" border="0">$INFO[musicplayer.cover]</texture>
|
||||
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
|
||||
<bordersize>3</bordersize>
|
||||
<texture fallback="defaultAlbumCover.png" diffuse="masks/circle.png" border="0">$INFO[musicplayer.cover]</texture>
|
||||
<fadetime>500</fadetime>
|
||||
<animation effect="rotateY" end="-7" center="auto,auto" time="0">windowopen</animation>
|
||||
</control>
|
||||
</control>
|
||||
<!--track info-->
|
||||
<control type="group">
|
||||
<posx>col-5-begin</posx>
|
||||
<posy>row-22-begin</posy>
|
||||
<posx>col-3-begin</posx>
|
||||
<posy>row-21-begin</posy>
|
||||
<control type="label">
|
||||
<posx>3-col-indent</posx>
|
||||
<posx>3-col</posx>
|
||||
<posy>-8</posy>
|
||||
<width>15-col</width>
|
||||
<font>largeBlack</font>
|
||||
|
@ -95,7 +92,7 @@
|
|||
</control>
|
||||
<control type="label">
|
||||
<visible>!Pvr.IsPlayingRadio</visible>
|
||||
<posx>3-col-indent</posx>
|
||||
<posx>3-col</posx>
|
||||
<posy>52</posy>
|
||||
<width>15-col</width>
|
||||
<font>regularStrong</font>
|
||||
|
@ -106,7 +103,7 @@
|
|||
</control>
|
||||
<control type="label">
|
||||
<visible>Pvr.IsPlayingRadio</visible>
|
||||
<posx>3-col-indent</posx>
|
||||
<posx>3-col</posx>
|
||||
<posy>48</posy>
|
||||
<width>15-col</width>
|
||||
<font>regularStrong</font>
|
||||
|
@ -116,7 +113,7 @@
|
|||
<shadowcolor>00000000</shadowcolor>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>3-col-indent</posx>
|
||||
<posx>3-col</posx>
|
||||
<posy>104</posy>
|
||||
<width>12-col</width>
|
||||
<font>pageTitle</font>
|
||||
|
@ -137,7 +134,7 @@
|
|||
<shadowcolor>00000000</shadowcolor>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>3-col-indent</posx>
|
||||
<posx>3-col</posx>
|
||||
<posy>156</posy>
|
||||
<width>12-col</width>
|
||||
<font>itemTitle</font>
|
||||
|
|
|
@ -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>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<window>
|
||||
|
||||
|
||||
<defaultcontrol always="true">500</defaultcontrol>
|
||||
<controls>
|
||||
<include>globalBackground</include>
|
||||
|
@ -379,6 +379,10 @@
|
|||
<disabledcolor>menuDisabled</disabledcolor>
|
||||
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
<textureradiofocus>-</textureradiofocus>
|
||||
<textureradionofocus>-</textureradionofocus>
|
||||
<radiowidth/>
|
||||
<radioheight/>
|
||||
<textoffsetx>col-1-begin</textoffsetx>
|
||||
<label>$ADDON[script.games.rom.collection.browser 32404]:</label>
|
||||
</control>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
<import addon="xbmc.gui" version="5.10.0"/>
|
||||
<import addon="script.globalsearch" version="1.1.1"/>
|
||||
<import addon="script.artistslideshow" version="1.5.0"/>
|
||||
<import addon="resource.images.studios.white" version="0.0.1"/>
|
||||
</requires>
|
||||
<extension point="xbmc.gui.skin" debugging="false">
|
||||
<res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" />
|
||||
|
|
|
@ -26,19 +26,23 @@
|
|||
|
||||
***To do***
|
||||
|
||||
Create / duplicate custom movie / music info dialog (for ONINFO)
|
||||
|
||||
DialogPVRinfo - button update
|
||||
|
||||
Use 'has parent' to manage back button (open side menu on no parent item)
|
||||
|
||||
Touchscreen controls
|
||||
revise the TVShow view (looks kinda clunky)
|
||||
Radio RDS test
|
||||
|
||||
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!
|
||||
|
||||
Addons manager - clean up a bit.
|
||||
|
||||
|
||||
Design Fallbacks for posters and album covers
|
||||
Remove dependencies (ask for install - see forum)
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -514,11 +514,7 @@ msgid "Duration"
|
|||
msgstr ""
|
||||
|
||||
msgctxt "#31195"
|
||||
msgid "Hide watched items"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31196"
|
||||
msgid "Show watched items"
|
||||
msgid "Hide watched items:"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31197"
|
||||
|
@ -582,7 +578,7 @@ msgid "5 Day Forecast for"
|
|||
msgstr ""
|
||||
|
||||
msgctxt "#31213"
|
||||
msgid "(Showing unwatched items only)"
|
||||
msgid "Unwatched items only"
|
||||
msgstr ""
|
||||
|
||||
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 |
Binary file not shown.
After Width: | Height: | Size: 110 KiB |
Loading…
Reference in New Issue