Fix radio recording label
This commit is contained in:
parent
737bdda244
commit
a16c750a51
@ -110,8 +110,31 @@
|
|||||||
<label>$LOCALIZE[31040]</label>
|
<label>$LOCALIZE[31040]</label>
|
||||||
<textcolor>white</textcolor>
|
<textcolor>white</textcolor>
|
||||||
<shadowcolor>black</shadowcolor>
|
<shadowcolor>black</shadowcolor>
|
||||||
|
<visible>![MusicPlayer.Content(LiveTV) + [PVR.IsRecordingPlayingChannel | PVR.IsPlayingActiveRecording]]</visible>
|
||||||
<animation effect="slide" start="0,0" end="0,25" time="0" condition="String.IsEmpty(MusicPlayer.Artist) + String.IsEmpty(MusicPlayer.Album)">conditional</animation>
|
<animation effect="slide" start="0,0" end="0,25" time="0" condition="String.IsEmpty(MusicPlayer.Artist) + String.IsEmpty(MusicPlayer.Album)">conditional</animation>
|
||||||
</control>
|
</control>
|
||||||
|
<control type="image" id="1">
|
||||||
|
<top>0</top>
|
||||||
|
<width>50</width>
|
||||||
|
<height>25</height>
|
||||||
|
<aspectratio align="center" aligny="center">keep</aspectratio>
|
||||||
|
<texture>PVR-IsRecording.png</texture>
|
||||||
|
<visible>MusicPlayer.Content(LiveTV) + [[PVR.IsRecordingPlayingChannel + !Player.ChannelPreviewActive] | PVR.IsPlayingActiveRecording]</visible>
|
||||||
|
</control>
|
||||||
|
<control type="label" id="1">
|
||||||
|
<description>Heading label</description>
|
||||||
|
<left>50</left>
|
||||||
|
<top>0</top>
|
||||||
|
<width>860</width>
|
||||||
|
<height>25</height>
|
||||||
|
<align>left</align>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>font13</font>
|
||||||
|
<label>$LOCALIZE[19158]</label>
|
||||||
|
<textcolor>white</textcolor>
|
||||||
|
<shadowcolor>black</shadowcolor>
|
||||||
|
<visible>MusicPlayer.Content(LiveTV) + [[PVR.IsRecordingPlayingChannel + !Player.ChannelPreviewActive] | PVR.IsPlayingActiveRecording]</visible>
|
||||||
|
</control>
|
||||||
<control type="label" id="1">
|
<control type="label" id="1">
|
||||||
<description>Artist label</description>
|
<description>Artist label</description>
|
||||||
<left>20</left>
|
<left>20</left>
|
||||||
|
Loading…
Reference in New Issue
Block a user