Skip to content

Commit

Permalink
⚡ Show tv program image in OSD when playing a recording (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lam4hound authored Nov 27, 2024
1 parent 3cb2aad commit fb22f08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 1080i/Includes_Images.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@

<variable name="Image_OSD_Landscape">
<value condition="!String.IsEmpty(Pvr.EPGEventIcon)">$INFO[Pvr.EPGEventIcon]</value>
<value condition="!String.IsEmpty(Player.Art(thumb)) + PVR.IsPlayingRecording">$INFO[Player.Art(thumb)]</value>
<value condition="!String.IsEmpty(VideoPlayer.Art(landscape))">$INFO[VideoPlayer.Art(landscape)]</value>
<value condition="!String.IsEmpty(VideoPlayer.Art(tvshow.landscape))">$INFO[VideoPlayer.Art(tvshow.landscape)]</value>
<value condition="!String.IsEmpty(Player.Art(landscape))">$INFO[Player.Art(landscape)]</value>
Expand Down

0 comments on commit fb22f08

Please sign in to comment.