tweaks to fullscreen music view
This commit is contained in:
parent
bde5d3d43b
commit
10d699ba32
|
@ -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-->
|
||||
|
|
|
@ -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***
|
||||
|
|
Loading…
Reference in New Issue