Videoplayer Fullscreen: display channel numer and channel name + episode name for pvr recordings. (#18)

Thanks.
This commit is contained in:
Kai Sommerfeld 2016-08-07 22:07:22 +02:00 committed by Kevin Goffe
parent 5b69776920
commit c625864850
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<visible>![VideoPlayer.Content(LiveTV) + Player.Recording]</visible>
<animation effect="slide" start="0,0" end="0,25" time="0" condition="!VideoPlayer.Content(Movies) + !VideoPlayer.Content(Episodes) + !VideoPlayer.Content(MusicVideos) + !VideoPlayer.Content(LiveTV)">conditional</animation>
<animation effect="slide" start="0,0" end="0,25" time="0" condition="!VideoPlayer.Content(Movies) + !VideoPlayer.Content(Episodes) + !VideoPlayer.Content(MusicVideos) + !VideoPlayer.Content(LiveTV) + !PVR.IsPlayingRecording">conditional</animation>
</control>
<control type="image" id="1">
<top>0</top>
@ -191,7 +191,7 @@
<label>$INFO[VideoPlayer.ChannelNumberLabel,([COLOR=blue],[/COLOR]) ]$INFO[VideoPlayer.ChannelName]$INFO[VideoPlayer.EpisodeName, (,)]</label>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<visible>VideoPlayer.Content(LiveTV)</visible>
<visible>VideoPlayer.Content(LiveTV) | PVR.IsPlayingRecording</visible>
</control>
<control type="grouplist" id="1">
<left>20</left>