tweaks to fullscreen music view

This commit is contained in:
Chris Bevan 2016-08-12 18:48:38 +01:00
parent bde5d3d43b
commit 10d699ba32
2 changed files with 13 additions and 3 deletions

View File

@ -159,7 +159,7 @@
</control>
<control type="label">
<visible>Playlist.IsRepeat | Playlist.IsRepeatOne</visible>
<posx>8-col-gutter</posx>
<posx>5-col-gutter</posx>
<posy>3-row</posy>
<width>612</width>
<height>2-row</height>
@ -171,7 +171,7 @@
</control>
<control type="label">
<visible>Playlist.IsRandom</visible>
<posx>9-col-gutter</posx>
<posx>384</posx>
<posy>3-row</posy>
<width>612</width>
<height>2-row</height>
@ -201,6 +201,8 @@
<width>1-col</width>
<onup>noop</onup>
<ondown>6789</ondown>
<onleft>playercontrol(previous)</onleft>
<onright>playercontrol(next)</onright>
<onclick>activatewindow(1105)</onclick>
</control>
<control type="button" id="6789">
@ -210,6 +212,8 @@
<width>1-col</width>
<onup>9876</onup>
<ondown>noop</ondown>
<onleft>playercontrol(previous)</onleft>
<onright>playercontrol(next)</onright>
<onclick>activatewindow(1105)</onclick>
</control>
<!--debugging-->

View File

@ -1,3 +1,9 @@
[B]1.0.2[/B]
- [FIX] Repeat and shuffle icons position
- [NEW] Left and right now skips tracks in fullscreen music view
Note: Moving straight to song view shows listing briefly
[B]1.0.1[/B]
***RPI Bugfixes***