fixes
This commit is contained in:
parent
98ac994414
commit
5077bb8355
|
@ -4,7 +4,7 @@
|
|||
<include>fadeInOut</include>
|
||||
<controls>
|
||||
<!--background-->
|
||||
<include>globalBackground</include>
|
||||
<include condition="!Player.HasVideo">globalBackground</include>
|
||||
<control type="group">
|
||||
<visible>!Window.IsVisible(sliderdialog)</visible>
|
||||
<posx>col-5-begin</posx>
|
||||
|
@ -20,6 +20,16 @@
|
|||
<colordiffuse>highlight</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>player.hasvideo</visible>
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>16-col</width>
|
||||
<height>19-row</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>99FFFFFF</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">11</defaultcontrol>
|
||||
|
||||
<controls>
|
||||
<control type="group">
|
||||
<posx>col-19-begin</posx>
|
||||
|
@ -43,24 +42,9 @@
|
|||
<effect type="fade" start="0" end="100" delay="400" time="400" tween="sine"/>
|
||||
</animation>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>24</posx>
|
||||
<posy>1-row</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>dialogTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
<label>◀ ▶</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<!--animations-->
|
||||
<animation type="Windowopen">
|
||||
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
|
||||
</animation>
|
||||
</control>
|
||||
<control type="label" id="12">
|
||||
<description>message</description>
|
||||
<posx>1-col</posx>
|
||||
<posx>24</posx>
|
||||
<posy>1-row</posy>
|
||||
<font>dialogTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
<posy>290</posy>
|
||||
<width>5-col-gutter</width>
|
||||
<height>1-row</height>
|
||||
<font>thumbtitle</font>
|
||||
<font>thumbTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>[B]$INFO[ListItem.label][/B]</label>
|
||||
</control>
|
||||
|
@ -124,7 +124,7 @@
|
|||
<posy>314</posy>
|
||||
<width>5-col-gutter</width>
|
||||
<height>1-row</height>
|
||||
<font>thumbtitle</font>
|
||||
<font>thumbTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
</control>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<width>240</width>
|
||||
<height>1-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>thumbtitle</font>
|
||||
<font>thumbTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>[B]$INFO[ListItem.label][/B]</label>
|
||||
</control>
|
||||
|
@ -100,7 +100,7 @@
|
|||
<width>240</width>
|
||||
<height>1-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>thumbtitle</font>
|
||||
<font>thumbTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>[B]$INFO[ListItem.label][/B]</label>
|
||||
</control>
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
<width>240</width>
|
||||
<height>1-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>thumbtitle</font>
|
||||
<font>thumbTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>[B]$INFO[ListItem.Title][/B]</label>
|
||||
</control>
|
||||
|
@ -125,7 +125,7 @@
|
|||
<width>240</width>
|
||||
<height>1-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>thumbtitle</font>
|
||||
<font>thumbTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>[B]$INFO[ListItem.Title][/B]</label>
|
||||
</control>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<loop>yes</loop>
|
||||
<imagepath>$INFO[Window(Visualisation).Property(ArtistSlideshow)]</imagepath>
|
||||
<include>kenBurnsey</include>
|
||||
<colordiffuse>44ffffff</colordiffuse>
|
||||
<colordiffuse>88ffffff</colordiffuse>
|
||||
</control>
|
||||
<!--visualisation-->
|
||||
<control type="visualisation" id="2">
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
<posy>1-row</posy>
|
||||
<width>4-col</width>
|
||||
<label>-</label>
|
||||
<font>itemSubtitle</font>
|
||||
<font>itemSubTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
|
|
|
@ -1,8 +1,16 @@
|
|||
**Changelog**
|
||||
|
||||
[V1.2.3]
|
||||
- in progress, watched etc??
|
||||
- [FIXED] Fullscreen music activation crash
|
||||
- [FIXED] Incorrect casing on some font calls (thanks BigNoid)
|
||||
- [FIXED] Audio offset blocked by dialog background (thanks PaulVT)
|
||||
- [FIXED] Remove script-skinshortcuts-includes.xml from tree
|
||||
- [FIXED] Vignette on artist slideshow adjusted to increase brightness
|
||||
|
||||
- in progress, watched etc??
|
||||
|
||||
|
||||
|
||||
|
||||
[V1.2.2]
|
||||
- [NEW] Hebrew Translation (thanks Eric P)
|
||||
|
|
Loading…
Reference in New Issue