How can i disable the "Time remaining" for videos?
#1
I watch sports streams and don't want to know how much time is left if i goes into overtime. Can this feature be disabled?
Reply
#2
No one replied so I will post my solution in case some other person has the same issue.

I found the settings in the DialogSeekBar.xml file located in the folder for my skin /sdcard/Android/data/org.xbmc.kodi/files/.kodi

I found this section:

Code:
<control type="label" description="Progress rem time label">
          
          <posx>1340</posx>
          <posy>-5</posy>
          <height>30</height>
          <width>180</width>
          <align>left</align>
          <label>$INFO[Player.TimeRemaining,-]</label>
          <font>Details</font>
          <shadowcolor>Black</shadowcolor>
</control>

I set posy equal to -500 so it was no longer in the visible area of the screen, but probably could have just deleted the entire section.
Reply

Logout Mark Read Team Forum Stats Members Help
How can i disable the "Time remaining" for videos?0