This commit is contained in:
theDeadMan 2017-09-25 19:28:26 +01:00
parent 840c0c1487
commit 65117d6778
6 changed files with 293 additions and 334 deletions

View File

@ -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>itemTitle</font> <font>pageTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<control type="textbox" id="9"> <control type="textbox" id="9">

View File

@ -26,7 +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> <value condition="Window.isactive(musicplaylist) | Window.isactive(videoplaylist)">$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>
@ -35,7 +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> <value condition="Window.isactive(musicplaylist) | Window.isactive(videoplaylist)">$INFO[container.Numitems,, $LOCALIZE[31014]]</value>
</variable> </variable>
<!--list view item detail / subheader--> <!--list view item detail / subheader-->
<variable name="itemDetail"> <variable name="itemDetail">

View File

@ -73,6 +73,7 @@
<onleft>9000</onleft> <onleft>9000</onleft>
<onback>9000</onback> <onback>9000</onback>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<onclick>activatewindow(Videos,videodb://tvshows/titles/$INFO[listitem.dbid])</onclick>
<itemlayout width="586" height="5-col-gutter"> <itemlayout width="586" height="5-col-gutter">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>

View File

@ -8,9 +8,6 @@
<control type="group"> <control type="group">
<include>fadeInOut</include> <include>fadeInOut</include>
<control type="group"> <control type="group">
<animation type="Conditional" condition="window.isactive(1105)">
<effect type="slide" start="0,0" end="-100,0" tween="sine" time="300"/>
</animation>
<!--fanart--> <!--fanart-->
<control type="image"> <control type="image">
<visible>isempty(Window(Visualisation).Property(ArtistSlideshow))</visible> <visible>isempty(Window(Visualisation).Property(ArtistSlideshow))</visible>
@ -48,12 +45,6 @@
<control type="group"> <control type="group">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-23-begin</posy> <posy>row-23-begin</posy>
<animation type="Conditional" condition="window.isactive(1105)">
<effect type="slide" start="0,0" end="0,500" tween="sine" time="400"/>
</animation>
<animation type="conditional" condition="!StringCompare(MusicPlayer.Time,00:00)">
<effect type="slide" start="0,500" end="0,0" tween="sine" time="400"/>
</animation>
<!--coverart (or channel art if radio)--> <!--coverart (or channel art if radio)-->
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>

View File

@ -1,68 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window type="dialog" id="1105"> <window type="dialog" id="1105">
<defaultcontrol always="true">8001</defaultcontrol> <defaultcontrol always="true">8001</defaultcontrol>
<include>fadeInOut</include>
<controls> <controls>
<control type="label">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<width>12-col</width>
<font>pageTitle</font>
<label>$INFO[System.Time]</label>
<textcolor>textActive</textcolor>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>94</posy>
<width>12-col</width>
<font>pageSubTitle</font>
<label>$INFO[System.Date(DDD)], $INFO[system.Date(mmm d)]</label>
<textcolor>textActive</textcolor>
</control>
<!-- options menu--> <!-- options menu-->
<control type="group"> <control type="group">
<posx>1438</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<animation type="Windowopen">
<effect type="fade" start="0" end="100" time="300" delay="100"/>
<effect type="slide" start="800" end="0" tween="cubic" easing="out" time="400" delay="100"/>
</animation>
<animation type="windowClose">
<effect type="fade" start="100" end="0" time="350"/>
<effect type="slide" start="0" end="900" tween="cubic" easing="out" time="400"/>
</animation>
<!--overlay--> <!--overlay-->
<control type="image"> <control type="image">
<include>fullscreenDimensions</include>
<texture>colors/black.png</texture>
<colordiffuse>e9FFFFFF</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="group">
<include>modalDialogInOut</include>
<posx>col-10-begin</posx>
<posy>row-7-begin</posy>
<control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>10-col</width> <width>6-col</width>
<height>fullscreenHeight</height> <height>69</height>
<texture>colors/black.png</texture>
<colordiffuse>cc111111</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>-6</posx>
<posy>0</posy>
<width>6</width>
<height>fullscreenHeight</height>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control> </control>
<!--thumbnail-->
<control type="image"> <control type="image">
<posx>27</posx> <posx>0</posx>
<posy>24</posy> <posy>2-row</posy>
<width>6-col</width> <width>6-col</width>
<height>6-col</height> <height>16-row</height>
<texture fallback="DefaultAlbumCover.png">$INFO[MusicPlayer.Cover]</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
</control> </control>
<!--player controls--> <!--player controls-->
<control type="panel" id="8001"> <control type="panel" id="8001">
<posx>27</posx> <posx>0</posx>
<posy>384</posy> <posy>0</posy>
<width>6-col</width> <width>6-col</width>
<height>2-row</height> <height>2-row</height>
<itemgap>0</itemgap> <itemgap>0</itemgap>
@ -70,15 +47,6 @@
<onup>Control.SetFocus(8003,4)</onup> <onup>Control.SetFocus(8003,4)</onup>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<itemlayout width="1-col" height="2-row"> <itemlayout width="1-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/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
@ -96,7 +64,7 @@
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<height>2-row</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
</control> </control>
@ -108,7 +76,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbolLarge</font> <font>symbolLarge</font>
<textcolor>black</textcolor> <textcolor>highlight</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>
@ -164,14 +132,14 @@
</control> </control>
<!--Star rating--> <!--Star rating-->
<control type="group"> <control type="group">
<posx>24</posx> <posx>0</posx>
<posy>14-row</posy> <posy>2-row</posy>
<control type="image"> <control type="image">
<visible>control.hasfocus(8002)</visible> <visible>control.hasfocus(8002)</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<height>69</height> <height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
@ -204,8 +172,8 @@
</control> </control>
<!--final options--> <!--final options-->
<control type="panel" id="8003"> <control type="panel" id="8003">
<posx>24</posx> <posx>0</posx>
<posy>16-row</posy> <posy>4-row</posy>
<width>429</width> <width>429</width>
<height>14-row</height> <height>14-row</height>
<orientation>vertical</orientation> <orientation>vertical</orientation>
@ -337,6 +305,7 @@
</content> </content>
</control> </control>
</control> </control>
</control>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">

View File

@ -2,11 +2,9 @@
***TESTING BRANCH*** ***TESTING BRANCH***
DONE - set ondown in movie view etc to select first item in grid DONE - set ondown in movie view etc to select first item in grid
- recent tvshow episode listing not working DONE - recent tvshow episode listing not working
DONE - Add progress bar to resumable content DONE - Add progress bar to resumable content
DONE - playlist titles not working. (See Github for random label)
- playlist titles not working. (See Github for random label)
[V1.2.4] [V1.2.4]
- [UPDATED] French language file - [UPDATED] French language file