Skip to content

Commit

Permalink
[OSD] minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
beatmasterRS committed Oct 13, 2021
1 parent 1af66e4 commit 596f0ae
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions 1080i/Includes_OSD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
<bottom>-10</bottom>

<!-- PLAYER STATUS -->
<control type="fadelabel" description="Elapsed Time">
<control type="fadelabel">
<visible>VideoPlayer.Content(episodes)</visible>
<animation effect="fade" start="100" end="0" time="200" condition="Window.IsVisible(videoosd)">Conditional</animation>
<left>0</left>
Expand All @@ -411,7 +411,7 @@
<label>$INFO[VideoPlayer.Season,S,]$INFO[VideoPlayer.Episode,E,]$INFO[VideoPlayer.Premiered, • ,]</label>
<label>$INFO[Player.FinishTime,$LOCALIZE[31013] ]</label>
</control>
<control type="fadelabel" description="Elapsed Time">
<control type="fadelabel">
<visible>!VideoPlayer.Content(LiveTV) + !VideoPlayer.Content(episodes)</visible>
<animation effect="fade" start="100" end="0" time="200" condition="Window.IsVisible(videoosd)">Conditional</animation>
<left>0</left>
Expand All @@ -425,7 +425,7 @@
<label>$VAR[PlayerStatus]</label>
<label>$INFO[Player.FinishTime,$LOCALIZE[31013] ]</label>
</control>
<control type="fadelabel" description="Elapsed Time">
<control type="fadelabel">
<visible>VideoPlayer.Content(LiveTV) + !VideoPlayer.Content(episodes)</visible>
<animation effect="fade" start="100" end="0" time="200" condition="Window.IsVisible(videoosd)">Conditional</animation>
<left>0</left>
Expand All @@ -437,6 +437,7 @@
<scroll>false</scroll>
<textcolor>$VAR[OSDPanelWhite70]</textcolor>
<label>$VAR[PlayerStatus]</label>
<label>$INFO[VideoPlayer.ChannelNumberLabel,,. ]$INFO[VideoPlayer.ChannelName]</label>
<label>$INFO[VideoPlayer.Season,S,]$INFO[VideoPlayer.Episode,E,]$INFO[VideoPlayer.Premiered, • ,]</label>
<label>$INFO[PVR.EpgEventFinishTime,$LOCALIZE[31013] ]</label>
</control>
Expand Down Expand Up @@ -879,7 +880,7 @@

<!-- WENN PVR NIIIICHT läuft-->
<visible>!VideoPlayer.Content(LiveTV)</visible>
<control type="fadelabel" description="Elapsed Time">
<control type="fadelabel">
<visible>!VideoPlayer.Content(episodes)</visible>
<left>0</left>
<include content="def_width" condition="Skin.HasSetting(ClockOSD) + !Skin.HasSetting(osd.usethemeNewOSD)">
Expand All @@ -906,7 +907,7 @@
<label>$INFO[VideoPlayer.Year]$INFO[VideoPlayer.Genre, • ,]$INFO[VideoPlayer.Writer, • ,]</label>
<label>$INFO[Player.FinishTime,$LOCALIZE[31013] ]</label>
</control>
<control type="fadelabel" description="Elapsed Time">
<control type="fadelabel">
<visible>VideoPlayer.Content(episodes)</visible>
<left>0</left>
<include content="def_width" condition="Skin.HasSetting(ClockOSD) + !Skin.HasSetting(osd.usethemeNewOSD)">
Expand Down Expand Up @@ -937,7 +938,7 @@

<!-- WENN PVR läuft-->
<visible>VideoPlayer.Content(LiveTV)</visible>
<control type="fadelabel" description="Elapsed Time">
<control type="fadelabel">
<visible>!String.IsEmpty(VideoPlayer.NextTitle)</visible>
<left>0</left>
<width>1050</width>
Expand All @@ -948,10 +949,11 @@
<scroll>false</scroll>
<textcolor>$VAR[OSDPanelWhite70]</textcolor>
<label>$VAR[PlayerStatus]</label>
<label>$INFO[VideoPlayer.ChannelNumberLabel,,. ]$INFO[VideoPlayer.ChannelName]</label>
<label>$INFO[VideoPlayer.Season,$LOCALIZE[20373] ,]$INFO[VideoPlayer.Episode, • $LOCALIZE[20359] ,]$INFO[VideoPlayer.Premiered, • ,]</label>
<label>$INFO[VideoPlayer.NextTitle,$LOCALIZE[19031]: ]$INFO[VideoPlayer.NextStartTime, (,]$INFO[VideoPlayer.NextEndTime, - ,)]</label>
</control>
<control type="label" description="Elapsed Time">
<control type="label">
<visible>String.IsEmpty(VideoPlayer.NextTitle)</visible>
<left>0</left>
<width>1050</width>
Expand Down

0 comments on commit 596f0ae

Please sign in to comment.