RPI minor fixes

This commit is contained in:
Chris Bevan 2016-07-31 16:47:00 +01:00
parent 36ea0900f8
commit 3c83f9fad7
4 changed files with 81 additions and 5 deletions

View File

@ -35,13 +35,26 @@
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<visible>ListItem.IsPlaying + !player.paused</visible> <visible>ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi</visible>
<posx>12</posx> <posx>12</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col-gutter</width> <width>1-col-gutter</width>
<height>1-col-gutter</height> <height>1-col-gutter</height>
<texture>equaliser.gif</texture> <texture>equaliser.gif</texture>
</control> </control>
<control type="label">
<visible>ListItem.IsPlaying + !player.paused + System.Platform.Linux.RaspberryPi</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</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"> <control type="label">
<visible>ListItem.IsPlaying + player.paused</visible> <visible>ListItem.IsPlaying + player.paused</visible>
<posx>0</posx> <posx>0</posx>
@ -120,7 +133,7 @@
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<visible>ListItem.IsPlaying + !player.paused</visible> <visible>ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi</visible>
<posx>12</posx> <posx>12</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col-gutter</width> <width>1-col-gutter</width>
@ -131,6 +144,23 @@
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/> <effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation> </animation>
</control> </control>
<control type="label">
<visible>ListItem.IsPlaying + !player.paused + System.Platform.Linux.RaspberryPi</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
</control>
<control type="label"> <control type="label">
<visible>ListItem.IsPlaying + player.paused</visible> <visible>ListItem.IsPlaying + player.paused</visible>
<posx>0</posx> <posx>0</posx>

View File

@ -87,13 +87,26 @@
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>textboxInactive</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<visible>ListItem.IsPlaying + !player.paused</visible> <visible>ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi</visible>
<posx>12</posx> <posx>12</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col-gutter</width> <width>1-col-gutter</width>
<height>1-col-gutter</height> <height>1-col-gutter</height>
<texture>equaliser.gif</texture> <texture>equaliser.gif</texture>
</control> </control>
<control type="label">
<visible>ListItem.IsPlaying + !player.paused + System.Platform.Linux.RaspberryPi</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</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"> <control type="label">
<visible>ListItem.IsPlaying + player.paused</visible> <visible>ListItem.IsPlaying + player.paused</visible>
<posx>0</posx> <posx>0</posx>
@ -189,13 +202,26 @@
<include>spinFocusIcon</include> <include>spinFocusIcon</include>
</control> </control>
<control type="image"> <control type="image">
<visible>ListItem.IsPlaying + !player.paused</visible> <visible>ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi</visible>
<posx>12</posx> <posx>12</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col-gutter</width> <width>1-col-gutter</width>
<height>1-col-gutter</height> <height>1-col-gutter</height>
<texture>equaliser.gif</texture> <texture>equaliser.gif</texture>
</control> </control>
<control type="label">
<visible>ListItem.IsPlaying + !player.paused + System.Platform.Linux.RaspberryPi</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</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"> <control type="label">
<visible>ListItem.IsPlaying + player.paused</visible> <visible>ListItem.IsPlaying + player.paused</visible>
<posx>0</posx> <posx>0</posx>

View File

@ -19,13 +19,26 @@
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<visible>!player.paused</visible> <visible>!player.paused + !System.Platform.Linux.RaspberryPi</visible>
<posx>12</posx> <posx>12</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col-gutter</width> <width>1-col-gutter</width>
<height>1-col-gutter</height> <height>1-col-gutter</height>
<texture>equaliser.gif</texture> <texture>equaliser.gif</texture>
</control> </control>
<control type="label">
<visible>!player.paused + System.Platform.Linux.RaspberryPi</visible>
<posx>3</posx>
<posy>0</posy>
<width>1-col-textbox</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"> <control type="label">
<visible>player.paused</visible> <visible>player.paused</visible>
<posx>3</posx> <posx>3</posx>

View File

@ -1,3 +1,10 @@
[B]1.0.1[/B]
***RPI Bugfixes***
- [FIX] equaliser animated gif removed for RPI's only
- fix the minimum animation mode
[B]1.0.0[/B] [B]1.0.0[/B]
- Kodi Jarvis Release - Kodi Jarvis Release