Hey guys, a question regarding Estuary skin on KODI 19.4.0 (Windows):
How to adjust the skin so when the video is paused it shows the name of the video, current time, end time, time line, playback time and video lenght, just the same way as if I pressed Enter twice. Shown here:
Surely I can always press the Enter key twice to pause with desired info elements but when unpaused (with Enter key) the info elements stay until I press Escape or Backspace which is kinda annoying.
It could also be the combination of Info + Pause, like this, which is even better, anyththing from those two would be perfect.
I've tried the old customization of "Custom_1109_TopBarOverlay.xml" file
Change this
<label>$VAR[SeekTimeLabelVar]</label>
to this
<label>$VAR[SeekTimeLabelVar] / $INFO[Player.FinishTime]</label>
But it only adds end time to the default view.