testing
This commit is contained in:
parent
ee26c8e3e8
commit
840c0c1487
|
@ -17,7 +17,7 @@
|
||||||
<width>8-col-gutter</width>
|
<width>8-col-gutter</width>
|
||||||
<height>2-row</height>
|
<height>2-row</height>
|
||||||
<wrapmultiline>true</wrapmultiline>
|
<wrapmultiline>true</wrapmultiline>
|
||||||
<font>dialogTitle</font>
|
<font>itemTitle</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
</control>
|
</control>
|
||||||
<control type="textbox" id="9">
|
<control type="textbox" id="9">
|
||||||
|
|
|
@ -104,7 +104,7 @@
|
||||||
<pagecontrol>61</pagecontrol>
|
<pagecontrol>61</pagecontrol>
|
||||||
</control>
|
</control>
|
||||||
<control type="scrollbar" id="61">
|
<control type="scrollbar" id="61">
|
||||||
<posx>-24</posx>
|
<posx>-36</posx>
|
||||||
<posy>300</posy>
|
<posy>300</posy>
|
||||||
<height>6-row</height>
|
<height>6-row</height>
|
||||||
<ondown>8000</ondown>
|
<ondown>8000</ondown>
|
||||||
|
|
|
@ -417,7 +417,7 @@
|
||||||
<pagecontrol>62</pagecontrol>
|
<pagecontrol>62</pagecontrol>
|
||||||
</control>
|
</control>
|
||||||
<control type="scrollbar" id="62">
|
<control type="scrollbar" id="62">
|
||||||
<posx>-24</posx>
|
<posx>-36</posx>
|
||||||
<posy>186</posy>
|
<posy>186</posy>
|
||||||
<height>4-row</height>
|
<height>4-row</height>
|
||||||
<ondown>8000</ondown>
|
<ondown>8000</ondown>
|
||||||
|
|
|
@ -78,6 +78,18 @@
|
||||||
<texture>colors/black.png</texture>
|
<texture>colors/black.png</texture>
|
||||||
<colordiffuse>overlay</colordiffuse>
|
<colordiffuse>overlay</colordiffuse>
|
||||||
<aspectratio>stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
|
</control>
|
||||||
|
<!--page scrollbar-->
|
||||||
|
<control type="group" id="8000">
|
||||||
|
<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>-24</posx>
|
||||||
|
<posy>2-row</posy>
|
||||||
|
<height>20-row</height>
|
||||||
|
<onright>450</onright>
|
||||||
|
<onback>450</onback>
|
||||||
|
</control>
|
||||||
</control>
|
</control>
|
||||||
<control type="panel" id="450">
|
<control type="panel" id="450">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
|
@ -85,6 +97,8 @@
|
||||||
<width>12-col</width>
|
<width>12-col</width>
|
||||||
<height>20-row</height>
|
<height>20-row</height>
|
||||||
<onright>9000</onright>
|
<onright>9000</onright>
|
||||||
|
<onleft>60</onleft>
|
||||||
|
<pagecontrol>60</pagecontrol>
|
||||||
<itemlayout height="72" width="12-col">
|
<itemlayout height="72" width="12-col">
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
<control type="panel" id="9000">
|
<control type="panel" id="9000">
|
||||||
<posx>col-5-begin</posx>
|
<posx>col-5-begin</posx>
|
||||||
<posy>row-12-begin</posy>
|
<posy>row-12-begin</posy>
|
||||||
<width>16-col</width>
|
<width>18-col</width>
|
||||||
<height>12-row</height>
|
<height>12-row</height>
|
||||||
<ondown>9001</ondown>
|
<ondown>9001</ondown>
|
||||||
<orientation>vertical</orientation>
|
<orientation>vertical</orientation>
|
||||||
|
@ -175,6 +175,69 @@
|
||||||
<label>$INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)]</label>
|
<label>$INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)]</label>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
|
<!--now playing music-->
|
||||||
|
<control type="group">
|
||||||
|
<visible>player.hasaudio</visible>
|
||||||
|
<posx>col-1-begin</posx>
|
||||||
|
<posy>row-24-begin</posy>
|
||||||
|
<control type="grouplist">
|
||||||
|
<posx>0</posx>
|
||||||
|
<posy>0</posy>
|
||||||
|
<width>24-col</width>
|
||||||
|
<align>center</align>
|
||||||
|
<itemgap>18</itemgap>
|
||||||
|
<orientation>horizontal</orientation>
|
||||||
|
<control type="image">
|
||||||
|
<visible>!player.paused + !System.Platform.Linux.RaspberryPi</visible>
|
||||||
|
<posx>0</posx>
|
||||||
|
<posy>0</posy>
|
||||||
|
<width>1-col-gutter</width>
|
||||||
|
<height>1-col-gutter</height>
|
||||||
|
<texture>equaliser.gif</texture>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<visible>!player.paused + System.Platform.Linux.RaspberryPi</visible>
|
||||||
|
<posx>0</posx>
|
||||||
|
<posy>0</posy>
|
||||||
|
<width>1-col-gutter</width>
|
||||||
|
<height>2-row</height>
|
||||||
|
<align>center</align>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>symbolLarge</font>
|
||||||
|
<textcolor>textActive</textcolor>
|
||||||
|
<shadowcolor>-</shadowcolor>
|
||||||
|
<label></label>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<visible>player.paused</visible>
|
||||||
|
<posx>0</posx>
|
||||||
|
<posy>0</posy>
|
||||||
|
<width>1-col-gutter</width>
|
||||||
|
<height>2-row</height>
|
||||||
|
<align>center</align>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>symbolLarge</font>
|
||||||
|
<textcolor>textActive</textcolor>
|
||||||
|
<shadowcolor>-</shadowcolor>
|
||||||
|
<label></label>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<description>Artist</description>
|
||||||
|
<posx>0</posx>
|
||||||
|
<posy>0</posy>
|
||||||
|
<font>small</font>
|
||||||
|
<width>auto</width>
|
||||||
|
<height>2-row</height>
|
||||||
|
<align>center</align>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<height>2-row</height>
|
||||||
|
<label>$INFO[MusicPlayer.TimeRemaining,, ][B]$INFO[musicplayer.Artist,, ][/B]$INFO[MusicPlayer.Title]</label>
|
||||||
|
<scroll>true</scroll>
|
||||||
|
<textcolor>textActive</textcolor>
|
||||||
|
<wrapmultiline>false</wrapmultiline>
|
||||||
|
</control>
|
||||||
|
</control>
|
||||||
|
</control>
|
||||||
<!--debugging-->
|
<!--debugging-->
|
||||||
<include>DebugGrid</include>
|
<include>DebugGrid</include>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
<visible>Integer.IsGreater(container(99999).numitems,0) + !Skin.HasSetting(disableExtendedFanart)</visible>
|
<visible>Integer.IsGreater(container(99999).numitems,0) + !Skin.HasSetting(disableExtendedFanart)</visible>
|
||||||
<include>dimensionsFullscreen</include>
|
<include>dimensionsFullscreen</include>
|
||||||
<texture>$INFO[container(99999).listitem.filenameandpath,,]</texture>
|
<texture>$INFO[container(99999).listitem.filenameandpath,,]</texture>
|
||||||
<colordiffuse>44ffffff</colordiffuse>
|
<colordiffuse>66ffffff</colordiffuse>
|
||||||
<fadetime>500</fadetime>
|
<fadetime>500</fadetime>
|
||||||
<aspectratio>stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
<include>kenBurnsey</include>
|
<include>kenBurnsey</include>
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<include>dimensionsFullscreen</include>
|
<include>dimensionsFullscreen</include>
|
||||||
<texture>$INFO[container.Art(fanart)]</texture>
|
<texture>$INFO[container.Art(fanart)]</texture>
|
||||||
<colordiffuse>44ffffff</colordiffuse>
|
<colordiffuse>66ffffff</colordiffuse>
|
||||||
<aspectratio>stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
<include>kenBurnsey</include>
|
<include>kenBurnsey</include>
|
||||||
</control>
|
</control>
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
<value condition="Window.isactive(RadioChannels)">$LOCALIZE[31164] [COLOR highlight]$LOCALIZE[31078][/COLOR]</value>
|
<value condition="Window.isactive(RadioChannels)">$LOCALIZE[31164] [COLOR highlight]$LOCALIZE[31078][/COLOR]</value>
|
||||||
<value condition="Window.isactive(TVRecordings)">$LOCALIZE[31006] [COLOR highlight]$LOCALIZE[31165][/COLOR]</value>
|
<value condition="Window.isactive(TVRecordings)">$LOCALIZE[31006] [COLOR highlight]$LOCALIZE[31165][/COLOR]</value>
|
||||||
<value condition="Window.isactive(programs)">$LOCALIZE[10506]</value>
|
<value condition="Window.isactive(programs)">$LOCALIZE[10506]</value>
|
||||||
|
<value condition="Window.isactive(playlists)">$LOCALIZE[31123]</value>
|
||||||
</variable>
|
</variable>
|
||||||
<variable name="listSubTitle">
|
<variable name="listSubTitle">
|
||||||
<value condition="Window.isactive(Videos)">$INFO[container.Numitems,, $LOCALIZE[31014]] $VAR[unwatchedOnly]</value>
|
<value condition="Window.isactive(Videos)">$INFO[container.Numitems,, $LOCALIZE[31014]] $VAR[unwatchedOnly]</value>
|
||||||
|
@ -34,6 +35,7 @@
|
||||||
<value condition="Window.isactive(TVchannels) | Window.isactive(RadioChannels) | Window.isactive(TVGuide)">$INFO[Pvr.BackendChannels] $LOCALIZE[31017] ($INFO[control.getlabel(29)])</value>
|
<value condition="Window.isactive(TVchannels) | Window.isactive(RadioChannels) | Window.isactive(TVGuide)">$INFO[Pvr.BackendChannels] $LOCALIZE[31017] ($INFO[control.getlabel(29)])</value>
|
||||||
<value condition="Window.isactive(TVRecordings)">$INFO[container.numitems] $LOCALIZE[31165]</value>
|
<value condition="Window.isactive(TVRecordings)">$INFO[container.numitems] $LOCALIZE[31165]</value>
|
||||||
<value condition="Window.isactive(programs)">$INFO[container.Numitems,, $LOCALIZE[31145]]</value>
|
<value condition="Window.isactive(programs)">$INFO[container.Numitems,, $LOCALIZE[31145]]</value>
|
||||||
|
<value condition="Window.isactive(playlists)">$INFO[container.Numitems,, $LOCALIZE[31014]]</value>
|
||||||
</variable>
|
</variable>
|
||||||
<!--list view item detail / subheader-->
|
<!--list view item detail / subheader-->
|
||||||
<variable name="itemDetail">
|
<variable name="itemDetail">
|
||||||
|
|
|
@ -42,44 +42,10 @@
|
||||||
<onback>9999</onback>
|
<onback>9999</onback>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
<!--Folder titles-->
|
<!--page header-->
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<posx>col-1-begin</posx>
|
<include>pageHeader</include>
|
||||||
<posy>row-1-begin</posy>
|
|
||||||
<!--source title-->
|
|
||||||
<control type="grouplist">
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>0</posy>
|
|
||||||
<width>12-col</width>
|
|
||||||
<height>2-row</height>
|
|
||||||
<itemgap>0</itemgap>
|
|
||||||
<orientation>horizontal</orientation>
|
|
||||||
<control type="label">
|
|
||||||
<width>auto</width>
|
|
||||||
<font>pageTitle</font>
|
|
||||||
<label>31123</label>
|
|
||||||
<textcolor>textActive</textcolor>
|
|
||||||
</control>
|
|
||||||
<control type="label">
|
|
||||||
<visible>Playlist.IsRandom</visible>
|
|
||||||
<width>auto</width>
|
|
||||||
<font>pageTitle</font>
|
|
||||||
<label> ($LOCALIZE[31133])</label>
|
|
||||||
<textcolor>highlight</textcolor>
|
|
||||||
</control>
|
|
||||||
</control>
|
|
||||||
<!--source subtitle-->
|
|
||||||
<control type="label">
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>45</posy>
|
|
||||||
<width>24-col</width>
|
|
||||||
<font>regular</font>
|
|
||||||
<label>$INFO[container.Numitems,, $LOCALIZE[31014]]</label>
|
|
||||||
<textcolor>textActive</textcolor>
|
|
||||||
</control>
|
|
||||||
</control>
|
</control>
|
||||||
<!--dateTime-->
|
|
||||||
<include>dateTime</include>
|
|
||||||
</control>
|
</control>
|
||||||
<!--mini window-->
|
<!--mini window-->
|
||||||
<include>miniVideoPlayer</include>
|
<include>miniVideoPlayer</include>
|
||||||
|
|
|
@ -44,6 +44,9 @@
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
<label>$INFO[ListItem.property(textTitle)]</label>
|
<label>$INFO[ListItem.property(textTitle)]</label>
|
||||||
|
<animation type="conditional" condition="control.hasfocus(9123)" loop="true">
|
||||||
|
<effect type="fade" start="100" end="50" time="1000"/>
|
||||||
|
</animation>
|
||||||
</control>
|
</control>
|
||||||
</focusedlayout>
|
</focusedlayout>
|
||||||
<content>
|
<content>
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
<ondown>9103</ondown>
|
<ondown>9103</ondown>
|
||||||
<onback>9000</onback>
|
<onback>9000</onback>
|
||||||
<orientation>horizontal</orientation>
|
<orientation>horizontal</orientation>
|
||||||
|
<pulseonselect>true</pulseonselect>
|
||||||
<itemlayout width="4-col-gutter" height="2-row">
|
<itemlayout width="4-col-gutter" height="2-row">
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
|
@ -34,6 +35,7 @@
|
||||||
</control>
|
</control>
|
||||||
</itemlayout>
|
</itemlayout>
|
||||||
<focusedlayout width="4-col-gutter" height="2-row">
|
<focusedlayout width="4-col-gutter" height="2-row">
|
||||||
|
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
|
@ -44,6 +46,9 @@
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
<label>$INFO[ListItem.property(textTitle)]</label>
|
<label>$INFO[ListItem.property(textTitle)]</label>
|
||||||
|
<animation type="conditional" condition="control.hasfocus(9102)" loop="true">
|
||||||
|
<effect type="fade" start="100" end="50" time="1000"/>
|
||||||
|
</animation>
|
||||||
</control>
|
</control>
|
||||||
</focusedlayout>
|
</focusedlayout>
|
||||||
<content>
|
<content>
|
||||||
|
|
|
@ -30,7 +30,8 @@
|
||||||
<width>24-col</width>
|
<width>24-col</width>
|
||||||
<height>3-row</height>
|
<height>3-row</height>
|
||||||
<font>veryLargeLight</font>
|
<font>veryLargeLight</font>
|
||||||
<textcolor>66ffffff</textcolor>
|
<textcolor>ffffffff</textcolor>
|
||||||
|
<aligny>center</aligny>
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
<wrapmultiline>true</wrapmultiline>
|
<wrapmultiline>true</wrapmultiline>
|
||||||
<label>$INFO[container.showtitle]</label>
|
<label>$INFO[container.showtitle]</label>
|
||||||
|
@ -38,12 +39,11 @@
|
||||||
<control type="textbox">
|
<control type="textbox">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>4-row</posy>
|
<posy>4-row</posy>
|
||||||
<width>10-col</width>
|
<width>12-col</width>
|
||||||
<height>198</height>
|
<height>198</height>
|
||||||
<font>textbox</font>
|
<font>textbox</font>
|
||||||
<textcolor>66ffffff</textcolor>
|
<textcolor>ffffffff</textcolor>
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
<autoscroll delay="3000" time="1000" repeat="10000"></autoscroll>
|
|
||||||
<label>$INFO[container.showplot]</label>
|
<label>$INFO[container.showplot]</label>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
|
|
|
@ -44,6 +44,9 @@
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
<label>$INFO[ListItem.property(textTitle)]</label>
|
<label>$INFO[ListItem.property(textTitle)]</label>
|
||||||
|
<animation type="conditional" condition="control.hasfocus(9202)" loop="true">
|
||||||
|
<effect type="fade" start="100" end="50" time="1000"/>
|
||||||
|
</animation>
|
||||||
</control>
|
</control>
|
||||||
</focusedlayout>
|
</focusedlayout>
|
||||||
<content>
|
<content>
|
||||||
|
|
|
@ -6,28 +6,6 @@
|
||||||
<controls>
|
<controls>
|
||||||
<!--background-->
|
<!--background-->
|
||||||
<include>globalBackground</include>
|
<include>globalBackground</include>
|
||||||
<control type="group">
|
|
||||||
<visible>!skin.string(homeBackground)</visible>
|
|
||||||
<animation type="windowOpen" condition="!Skin.HasSetting(lowPowerMode)">
|
|
||||||
<effect type="zoom" center="auto" start="105" tween="sine" end="100" time="1500"/>
|
|
||||||
</animation>
|
|
||||||
<control type="multiimage">
|
|
||||||
<include>dimensionsFullscreen</include>
|
|
||||||
<imagepath>$VAR[homeBackgroundLocation]</imagepath>
|
|
||||||
<timeperimage>45000</timeperimage>
|
|
||||||
<fadetime>1000</fadetime>
|
|
||||||
<pauseatend>10000</pauseatend>
|
|
||||||
<randomize>true</randomize>
|
|
||||||
<loop>yes</loop>
|
|
||||||
<aspectratio>stretch</aspectratio>
|
|
||||||
</control>
|
|
||||||
<control type="image">
|
|
||||||
<include>dimensionsFullscreen</include>
|
|
||||||
<texture>vignette.png</texture>
|
|
||||||
<colordiffuse>ffffffff</colordiffuse>
|
|
||||||
<aspectratio>stretch</aspectratio>
|
|
||||||
</control>
|
|
||||||
</control>
|
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
|
|
|
@ -6,6 +6,8 @@ DONE - set ondown in movie view etc to select first item in grid
|
||||||
|
|
||||||
DONE - Add progress bar to resumable content
|
DONE - Add progress bar to resumable content
|
||||||
|
|
||||||
|
- playlist titles not working. (See Github for random label)
|
||||||
|
|
||||||
[V1.2.4]
|
[V1.2.4]
|
||||||
- [UPDATED] French language file
|
- [UPDATED] French language file
|
||||||
- [UPDATED] Norwegian language file
|
- [UPDATED] Norwegian language file
|
||||||
|
|
Loading…
Reference in New Issue