2019-04-02, 22:35
In Confluence the Ending time of the video being played back only displays on the OSD screen, but not the Info screen. I want it to display on the Info Screen... I got it working but not sure if the place where I made the change is the correct place or not... (It works but maybe I should have made the change somewhere else)
I edited VideoFullScreen.XML and went to line 336 which controls the label for the ending time
<label>$LOCALIZE[31049] $INFO[Player.FinishTime]</label>
Then I updated line 342 from this
<visible>!Window.IsVisible(VideoOSD) + !VideoPlayer.Content(LiveTV)</visible>
to this, to comment out the line...
<!-- <visible>!Window.IsVisible(VideoOSD) + !VideoPlayer.Content(LiveTV)</visible>-->
So now I see the Ending Time of the video on both the OSD and Info screens.
Is that the correct way of making that change or is there a better way?
I edited VideoFullScreen.XML and went to line 336 which controls the label for the ending time
<label>$LOCALIZE[31049] $INFO[Player.FinishTime]</label>
Then I updated line 342 from this
<visible>!Window.IsVisible(VideoOSD) + !VideoPlayer.Content(LiveTV)</visible>
to this, to comment out the line...
<!-- <visible>!Window.IsVisible(VideoOSD) + !VideoPlayer.Content(LiveTV)</visible>-->
So now I see the Ending Time of the video on both the OSD and Info screens.
Is that the correct way of making that change or is there a better way?