2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<includes>
|
2015-03-27 21:31:13 +01:00
|
|
|
<include file="Defaults.xml"/>
|
|
|
|
<include file="Includes_grid.xml"/>
|
|
|
|
<include file="Includes_variables.xml"/>
|
|
|
|
<include file="Includes_animations.xml"/>
|
|
|
|
<include file="Includes_hubMenu.xml"/>
|
2015-12-01 21:38:46 +01:00
|
|
|
<include file="Includes_hubOptionsItems.xml"/>
|
2015-03-27 21:31:13 +01:00
|
|
|
<include file="View_LiveTVChannels.xml"/>
|
|
|
|
<include file="View_Seasons.xml"/>
|
|
|
|
<include file="View_Episodes.xml"/>
|
|
|
|
<include file="View_Movies.xml"/>
|
|
|
|
<include file="View_TVShows.xml"/>
|
2015-11-03 21:21:27 +01:00
|
|
|
<include file="View_MusicAddons.xml"/>
|
|
|
|
<include file="View_MusicGenres.xml"/>
|
|
|
|
<include file="View_VideoFiles.xml"/>
|
2015-03-30 21:32:00 +02:00
|
|
|
<include file="View_Photos.xml"/>
|
2015-04-06 21:57:56 +02:00
|
|
|
<include file="View_Artists.xml"/>
|
|
|
|
<include file="View_Albums.xml"/>
|
|
|
|
<include file="View_Songs.xml"/>
|
|
|
|
<include file="View_MusicFiles.xml"/>
|
2015-05-26 20:58:11 +02:00
|
|
|
<include file="View_MusicPlaylist.xml"/>
|
2015-11-04 21:43:54 +01:00
|
|
|
<include file="View_ArtistAlbums.xml"/>
|
2017-03-09 00:54:23 +01:00
|
|
|
<include file="View_MusicVideos.xml"/>
|
2016-11-08 11:36:35 +01:00
|
|
|
<include file="script-skinshortcuts-includes.xml"/>
|
2015-03-30 21:32:00 +02:00
|
|
|
|
2017-03-09 00:54:23 +01:00
|
|
|
<!--expressions-->
|
|
|
|
<!--originals
|
|
|
|
<expression name="isSeason">!isempty(container.folderpath) + !StringCompare(container.foldername,files) + !container.content(episodes) + !Substring(Container.folderpath,plugin) + !container.content(addons)</expression>
|
|
|
|
<expression name="isEpisode">Substring(container.folderpath,videodb://) + !isempty(container.folderpath) + container.content(episodes) + !Substring(Container.folderpath,plugin)</expression>
|
|
|
|
<expression name="isTVShow">Substring(container.folderpath,videodb://) + Library.HasContent(tvshows) + !isempty(container.foldername) + !StringCompare(container.foldername,files) + !container.content(movies) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons) + !container.content(files)</expression>
|
|
|
|
<expression name="isMovie">Library.HasContent(movies) + !container.content(files) + !isempty(container.foldername) + !StringCompare(container.foldername,files) + Substring(container.folderpath,videodb://) + !StringCompare(container.foldername,Video Playlists) + !container.content(tvshows) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons)</expression>
|
|
|
|
<expression name="isVideoList">!isempty(container.folderpath) + !Substring(container.folderpath,videodb://) | container.content(files) | StringCompare(container.foldername,files) | Substring(container.folderpath,special://videoplaylists)</expression>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<expression name="isVideoList">container.content(files) | isempty(container.content) | container.content(playlists) | container.content(addons)</expression>
|
|
|
|
<expression name="isMovie">container.content(movies) + [Substring(container.folderpath,videodb://) | Substring(container.folderpath,special://profile/playlists/video)]</expression>
|
|
|
|
<expression name="isTVShow">container.content(tvshows) + [Substring(container.folderpath,videodb://) | Substring(container.folderpath,special://profile/playlists/video)]</expression>
|
|
|
|
<expression name="isSeason">container.content(seasons) + Substring(container.folderpath,videodb://)</expression>
|
|
|
|
<expression name="isEpisode">container.content(episodes) + !Substring(Container.folderpath,plugin)</expression>
|
|
|
|
<expression name="isMusicVideo">container.content(musicvideos) + !Substring(Container.folderpath,plugin)</expression>
|
|
|
|
|
2015-03-27 21:31:13 +01:00
|
|
|
<!--modal dialogs-->
|
2014-09-28 20:47:53 +02:00
|
|
|
<include name="modalDialog">
|
|
|
|
<control type="image">
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<texture>colors/black.png</texture>
|
2015-05-10 21:59:54 +02:00
|
|
|
<colordiffuse>e9FFFFFF</colordiffuse>
|
2014-09-28 20:47:53 +02:00
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<include>dimensionsFullscreen</include>
|
2015-04-01 21:11:01 +02:00
|
|
|
<texture>vignette.png</texture>
|
2014-09-28 20:47:53 +02:00
|
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
|
|
|
</include>
|
2015-03-27 21:31:13 +01:00
|
|
|
<!--Global background-->
|
|
|
|
<include name="globalBackground">
|
2016-11-08 11:36:35 +01:00
|
|
|
<control type="image">
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<texture>colors/black.png</texture>
|
|
|
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
<control type="image">
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<texture>colors/white.png</texture>
|
|
|
|
<colordiffuse>background</colordiffuse>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
|
|
|
</include>
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--date and time-->
|
|
|
|
<include name="dateTime">
|
|
|
|
<control type="group">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>col-24-begin</posx>
|
|
|
|
<posy>row-1-begin</posy>
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="label">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>1-col</posx>
|
2014-09-28 20:47:53 +02:00
|
|
|
<posy>0</posy>
|
2015-03-27 21:31:13 +01:00
|
|
|
<width>12-col</width>
|
|
|
|
<align>right</align>
|
2014-09-28 20:47:53 +02:00
|
|
|
<font>pageTitle</font>
|
|
|
|
<label>$INFO[System.Time]</label>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>1-col</posx>
|
2017-02-19 20:11:49 +01:00
|
|
|
<posy>42</posy>
|
2015-03-27 21:31:13 +01:00
|
|
|
<width>12-col</width>
|
|
|
|
<align>right</align>
|
|
|
|
<font>pageSubTitle</font>
|
2015-11-05 16:13:27 +01:00
|
|
|
<label>$INFO[System.Date(DDD)], $INFO[system.Date(mmm d)]</label>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
</include>
|
2015-03-27 21:31:13 +01:00
|
|
|
<!--busy indicator-->
|
|
|
|
<include name="loadingIndicator">
|
2016-11-08 11:36:35 +01:00
|
|
|
<control type="group">
|
|
|
|
<animation type="Visible" reversible="false">
|
|
|
|
<effect type="zoom" start="80" end="100" center="960,540" tween="back" time="240" />
|
|
|
|
<effect type="fade" end="100" time="240" />
|
|
|
|
</animation>
|
|
|
|
<animation type="Hidden" reversible="false">
|
|
|
|
<effect type="zoom" start="100" end="80" center="960,540" easing="in" tween="back" time="240" />
|
|
|
|
<effect type="fade" start="100" end="0" time="240" />
|
|
|
|
</animation>
|
|
|
|
<visible>!Window.IsActive(startup) + !isempty(container.foldername) + !IntegerGreaterThan(container.numitems,0) + !ListItem.IsParentFolder | window.isactive(busydialog)</visible>
|
|
|
|
<control type="image">
|
|
|
|
<texture>colors/black.png</texture>
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<animation effect="fade" start="100" end="70" time="0" condition="true">Conditional</animation>
|
|
|
|
<animation effect="fade" start="100" end="0" time="240" condition="Window.IsVisible(fullscreenvideo)">Conditional</animation>
|
|
|
|
<animation effect="fade" end="100" time="560">WindowOpen</animation>
|
|
|
|
<animation effect="fade" start="100" end="0" time="240">WindowClose</animation>
|
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<depth>DepthMax</depth>
|
|
|
|
<left>920</left>
|
|
|
|
<top>513</top>
|
|
|
|
<width>80</width>
|
|
|
|
<height>80</height>
|
|
|
|
<aspectratio>keep</aspectratio>
|
|
|
|
<animation effect="rotate" end="-45" center="auto" time="200" delay="600" loop="true" reversible="false" condition="true">Conditional</animation>
|
|
|
|
<texture colordiffuse="44ffffff">spinner.png</texture>
|
|
|
|
<animation effect="fade" end="100" time="300" delay="200">WindowOpen</animation>
|
|
|
|
</control>
|
|
|
|
<control type="image">
|
|
|
|
<depth>DepthMax</depth>
|
|
|
|
<left>935</left>
|
|
|
|
<top>528</top>
|
|
|
|
<width>50</width>
|
|
|
|
<height>50</height>
|
|
|
|
<aspectratio>keep</aspectratio>
|
|
|
|
<animation effect="rotate" end="45" center="auto" time="200" delay="600" loop="true" reversible="false" condition="true">Conditional</animation>
|
|
|
|
<texture flipx="true" colordiffuse="11ffffff">spinner.png</texture>
|
|
|
|
<animation effect="fade" end="100" time="300" delay="200">WindowOpen</animation>
|
|
|
|
</control>
|
|
|
|
</control>
|
2015-03-27 21:31:13 +01:00
|
|
|
</include>
|
|
|
|
<!--conditional positioning for progress dialogs (avoid overlaps)-->
|
|
|
|
<include name="progressPosition1"><posy>row-2-begin</posy></include>
|
2015-03-30 21:32:00 +02:00
|
|
|
<include name="progressPosition2"><posy>row-6-begin</posy></include>
|
2016-11-26 19:03:05 +01:00
|
|
|
<!--mini player window-->
|
|
|
|
<include name="miniVideoPlayer">
|
|
|
|
<control type="group">
|
2017-01-12 15:09:42 +01:00
|
|
|
<visible>!Skin.hassetting(stopVideoOnMenu) + Player.HasVideo + !VideoPlayer.IsFullscreen + !SlideShow.IsActive</visible>
|
2016-11-26 19:03:05 +01:00
|
|
|
<posx>col-20-begin</posx>
|
|
|
|
<posy>12</posy>
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>444</width>
|
|
|
|
<height>255</height>
|
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
<texture>colors/black.png</texture>
|
|
|
|
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
|
|
|
|
<bordersize>6</bordersize>
|
|
|
|
</control>
|
|
|
|
<control type="videowindow">
|
|
|
|
<posx>6</posx>
|
|
|
|
<posy>6</posy>
|
|
|
|
<width>6-col</width>
|
|
|
|
<height>243</height>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
</include>
|
2015-03-27 21:31:13 +01:00
|
|
|
<!--debugging-->
|
2014-09-28 20:47:53 +02:00
|
|
|
<include name="DialogID">
|
|
|
|
<posx>15</posx>
|
|
|
|
<posy>15</posy>
|
|
|
|
<width>fullscreenwidth</width>
|
|
|
|
<height>1-row</height>
|
|
|
|
<font>smallStrong</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>left</align>
|
|
|
|
<visible>Skin.HasSetting(DebugInfo)</visible>
|
|
|
|
</include>
|
|
|
|
<include name="WindowID">
|
|
|
|
<posx>15</posx>
|
|
|
|
<posy>15</posy>
|
|
|
|
<width>fullscreenwidth</width>
|
|
|
|
<height>1-row</height>
|
|
|
|
<font>smallStrong</font>
|
2015-03-27 21:31:13 +01:00
|
|
|
<textcolor>textActive</textcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
<align>left</align>
|
|
|
|
<visible>Skin.HasSetting(DebugInfo)</visible>
|
|
|
|
</include>
|
|
|
|
<include name="DebugGrid">
|
|
|
|
<control type="image">
|
|
|
|
<include>dimensionsFullscreen</include>
|
|
|
|
<texture>debuggrid1080.png</texture>
|
|
|
|
<colordiffuse>77FFFFFF</colordiffuse>
|
|
|
|
<visible>Skin.HasSetting(DebugGrid)</visible>
|
|
|
|
</control>
|
|
|
|
</include>
|
2015-03-27 21:31:13 +01:00
|
|
|
</includes>
|