149 lines
5.6 KiB
XML
149 lines
5.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<includes>
|
|
<include file="Defaults.xml"/>
|
|
<include file="Includes_grid.xml"/>
|
|
<include file="Includes_variables.xml"/>
|
|
<include file="Includes_animations.xml"/>
|
|
<include file="Includes_homeBackground.xml"/>
|
|
<include file="Includes_hubMenu.xml"/>
|
|
<include file="Includes_hubMenuItems.xml"/>
|
|
<include file="Includes_hubMenuSubItems.xml"/>
|
|
<include file="View_LiveTVChannels.xml"/>
|
|
<include file="View_VideoRecentItems.xml"/>
|
|
<include file="View_MusicRecentItems.xml"/>
|
|
<include file="View_Seasons.xml"/>
|
|
<include file="View_Episodes.xml"/>
|
|
<include file="View_Movies.xml"/>
|
|
<include file="View_TVShows.xml"/>
|
|
<include file="View_VideoAddons.xml"/>
|
|
<include file="View_MusicAddons.xml"/>
|
|
<include file="View_MusicGenres.xml"/>
|
|
<include file="View_VideoFiles.xml"/>
|
|
<include file="View_Photos.xml"/>
|
|
<include file="View_Artists.xml"/>
|
|
<include file="View_Albums.xml"/>
|
|
<include file="View_Songs.xml"/>
|
|
<include file="View_MusicFiles.xml"/>
|
|
<include file="View_MusicPlaylist.xml"/>
|
|
<include file="View_ArtistAlbums.xml"/>
|
|
|
|
<!--modal dialogs-->
|
|
<include name="modalDialog">
|
|
<control type="image">
|
|
<include>dimensionsFullscreen</include>
|
|
<texture>colors/black.png</texture>
|
|
<colordiffuse>e9FFFFFF</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<include>dimensionsFullscreen</include>
|
|
<texture>vignette.png</texture>
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
</include>
|
|
<!--Global background-->
|
|
<include name="globalBackground">
|
|
<control type="image">
|
|
<include>dimensionsFullscreen</include>
|
|
<texture>colors/white.png</texture>
|
|
<colordiffuse>background</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
</include>
|
|
<!--date and time-->
|
|
<include name="dateTime">
|
|
<control type="group">
|
|
<posx>col-24-begin</posx>
|
|
<posy>row-1-begin</posy>
|
|
<control type="label">
|
|
<posx>1-col</posx>
|
|
<posy>0</posy>
|
|
<width>12-col</width>
|
|
<align>right</align>
|
|
<font>pageTitle</font>
|
|
<label>$INFO[System.Time]</label>
|
|
<textcolor>textActive</textcolor>
|
|
</control>
|
|
<control type="label">
|
|
<posx>1-col</posx>
|
|
<posy>40</posy>
|
|
<width>12-col</width>
|
|
<align>right</align>
|
|
<font>pageSubTitle</font>
|
|
<label>$INFO[System.Date(DDD)], $INFO[system.Date(mmm d)]</label>
|
|
<textcolor>textActive</textcolor>
|
|
</control>
|
|
</control>
|
|
</include>
|
|
<!--busy indicator-->
|
|
<include name="loadingIndicator">
|
|
<control type="group">
|
|
<visible>!isempty(container.foldername) + !IntegerGreaterThan(container.numitems,0) | window.isactive(busydialog)</visible>
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<!--animations-->
|
|
<animation type="visible">
|
|
<effect type="fade" start="0" end="100" time="400"/>
|
|
</animation>
|
|
<animation type="hidden">
|
|
<effect type="fade" start="100" end="0" time="200"/>
|
|
</animation>
|
|
<control type="image">
|
|
<include>dimensionsFullscreen</include>
|
|
<texture>colors/black.png</texture>
|
|
<colordiffuse>77FFFFFF</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<include>dimensionsFullscreen</include>
|
|
<texture>backgrounds/vignette.png</texture>
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="image">
|
|
<posx>13-col</posx>
|
|
<posy>row-14-begin</posy>
|
|
<width>50</width>
|
|
<height>50</height>
|
|
<aspectratio>keep</aspectratio>
|
|
<texture border="0">busy.gif</texture>
|
|
<bordertexture border="0">-</bordertexture>
|
|
<colordiffuse>99FFFFFF</colordiffuse>
|
|
</control>
|
|
</control>
|
|
</include>
|
|
<!--conditional positioning for progress dialogs (avoid overlaps)-->
|
|
<include name="progressPosition1"><posy>row-2-begin</posy></include>
|
|
<include name="progressPosition2"><posy>row-6-begin</posy></include>
|
|
<!--debugging-->
|
|
<include name="DialogID">
|
|
<posx>15</posx>
|
|
<posy>15</posy>
|
|
<width>fullscreenwidth</width>
|
|
<height>1-row</height>
|
|
<font>smallStrong</font>
|
|
<textcolor>textActive</textcolor>
|
|
<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>
|
|
<textcolor>textActive</textcolor>
|
|
<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>
|
|
</includes>
|