clearart test
This commit is contained in:
parent
271aafe999
commit
4ed87497a9
|
@ -2,6 +2,15 @@
|
|||
<window>
|
||||
<visible>!window.isactive(videoosd) + !window.isactive(osdvideosettings) + !window.isactive(osdaudiosettings) + !Window.IsActive(DialogSubtitles.xml) + !Window.IsVisible(fullscreeninfo) + [VideoPlayer.IsFullscreen + !Window.IsVisible(visualisation)] + [!String.IsEmpty(Player.SeekNumeric) | Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding]</visible>
|
||||
<controls>
|
||||
<control type="image">
|
||||
<posx>col-15-begin</posx>
|
||||
<posy>row-18-begin</posy>
|
||||
<width>12-col</width>
|
||||
<height>6-col</height>
|
||||
<texture>$INFO[player.Art(clearart)]</texture>
|
||||
<aspectratio align="right">scale</aspectratio>
|
||||
<colordiffuse>99ffffff</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<include>dimensionsFullscreen</include>
|
||||
<texture>vignette.png</texture>
|
||||
|
@ -72,7 +81,7 @@
|
|||
<visible>String.IsEqual(VideoPlayer.TVShowTitle,Player.title)</visible>
|
||||
<posx>0</posx>
|
||||
<posy>1-row</posy>
|
||||
<width>18-col</width>
|
||||
<width>15-col</width>
|
||||
<align>left</align>
|
||||
<font>menuTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
|
@ -83,7 +92,7 @@
|
|||
<visible>!String.IsEqual(VideoPlayer.TVShowTitle,Player.title)</visible>
|
||||
<posx>0</posx>
|
||||
<posy>1-row</posy>
|
||||
<width>18-col</width>
|
||||
<width>15-col</width>
|
||||
<height>1-row</height>
|
||||
<align>left</align>
|
||||
<font>menuTitle</font>
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
<control type="label">
|
||||
<posx>5-col-gutter</posx>
|
||||
<posy>0</posy>
|
||||
<width>2-col-textbox</width>
|
||||
<width>160</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>right</align>
|
||||
|
@ -55,7 +55,7 @@
|
|||
<label>[B]$INFO[ListItem.starttime][/B]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>7-col</posx>
|
||||
<posx>520</posx>
|
||||
<posy>0</posy>
|
||||
<width>6-col</width>
|
||||
<height>2-row</height>
|
||||
|
@ -68,7 +68,7 @@
|
|||
<control type="label">
|
||||
<posx>14-col-gutter</posx>
|
||||
<posy>0</posy>
|
||||
<width>2-col-textbox</width>
|
||||
<width>160</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>right</align>
|
||||
|
@ -78,7 +78,7 @@
|
|||
<label>[B]$INFO[ListItem.nextstarttime][/B]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>16-col</posx>
|
||||
<posx>1168</posx>
|
||||
<posy>0</posy>
|
||||
<width>6-col</width>
|
||||
<height>2-row</height>
|
||||
|
@ -124,7 +124,7 @@
|
|||
<control type="label">
|
||||
<posx>5-col-gutter</posx>
|
||||
<posy>0</posy>
|
||||
<width>2-col-textbox</width>
|
||||
<width>160</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>right</align>
|
||||
|
@ -134,7 +134,7 @@
|
|||
<label>[B]$INFO[ListItem.starttime][/B]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>7-col</posx>
|
||||
<posx>520</posx>
|
||||
<posy>0</posy>
|
||||
<width>6-col</width>
|
||||
<height>2-row</height>
|
||||
|
@ -147,7 +147,7 @@
|
|||
<control type="label">
|
||||
<posx>14-col-gutter</posx>
|
||||
<posy>0</posy>
|
||||
<width>2-col-textbox</width>
|
||||
<width>160</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<align>right</align>
|
||||
|
@ -157,7 +157,7 @@
|
|||
<label>[B]$INFO[ListItem.nextstarttime][/B]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>16-col</posx>
|
||||
<posx>1168</posx>
|
||||
<posy>0</posy>
|
||||
<width>6-col</width>
|
||||
<height>2-row</height>
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
*In pipeline*
|
||||
- [GO TO ALBUM / ARTIST] Update script.
|
||||
- revise controls for new window: MyGames.xml
|
||||
- Rework context menu (activate via second menu)
|
||||
|
||||
|
||||
[V1.4.0] ***LEIA BUILDS ONLY***
|
||||
|
|
Loading…
Reference in New Issue