2019-09-20, 18:03
Hello,
Story short : I would like to remove the "Ends at" info at upper right of the screen when seeking/forwarding in a video but I did not succeed.
Story long:
I tried to replace the label "$INFO[Player.FinishTime,$LOCALIZE[31080]: ]" in Custom_1109_TopBarOverlay.xml by something else but my modification line 86 is not taken into account (https://github.com/xbmc/xbmc/blob/master...ay.xml#L86), whatever I try (modifying the original file in installation directory or changing it through a new skin in my .kodi directory, and rebooting).
It is really frustrating because I succeeding in removing some other spoilers info like "Player.TimeRemaining" in DialogSeekBar.xml file (https://github.com/xbmc/xbmc/blob/master...r.xml#L115)
or by removing SeekTimeLabelVar variable call (which is defined as "$INFO[Player.Time]$INFO[Player.Duration, / ]" in Variables.xml) in that same file (https://github.com/xbmc/xbmc/blob/master...r.xml#L140).
I also succeeded in removing the seekbar / progress bar (modifying DialogSeekBar.xml and VideoOSD.xml ). But all these efforts are useless if I can still see the end time of my video when seeking it.
Is there a trick/trap which could explain that my modifications in other files are taken into account but not when they are in this Custom_1109_TopBarOverlay.xml file ?
Note that I have the exact same situation for Windows 10, Raspbian (on raspberry 3B+) and Android TV (mi Box S), using official downloads from Kodi website or Google Play.
Thank you in advance.
Regards.
Story short : I would like to remove the "Ends at" info at upper right of the screen when seeking/forwarding in a video but I did not succeed.
Story long:
I tried to replace the label "$INFO[Player.FinishTime,$LOCALIZE[31080]: ]" in Custom_1109_TopBarOverlay.xml by something else but my modification line 86 is not taken into account (https://github.com/xbmc/xbmc/blob/master...ay.xml#L86), whatever I try (modifying the original file in installation directory or changing it through a new skin in my .kodi directory, and rebooting).
It is really frustrating because I succeeding in removing some other spoilers info like "Player.TimeRemaining" in DialogSeekBar.xml file (https://github.com/xbmc/xbmc/blob/master...r.xml#L115)
or by removing SeekTimeLabelVar variable call (which is defined as "$INFO[Player.Time]$INFO[Player.Duration, / ]" in Variables.xml) in that same file (https://github.com/xbmc/xbmc/blob/master...r.xml#L140).
I also succeeded in removing the seekbar / progress bar (modifying DialogSeekBar.xml and VideoOSD.xml ). But all these efforts are useless if I can still see the end time of my video when seeking it.
Is there a trick/trap which could explain that my modifications in other files are taken into account but not when they are in this Custom_1109_TopBarOverlay.xml file ?
Note that I have the exact same situation for Windows 10, Raspbian (on raspberry 3B+) and Android TV (mi Box S), using official downloads from Kodi website or Google Play.
Thank you in advance.
Regards.