2016-01-12, 15:20
Hello,
I'm wondering if it is possible to edit an .xml file so Kodi always shows the time remaining in the video that is playing.
I tried editing the VideoOverlay.xml file inside skin.confluence/720p/ but no succes...
now this file looks like this:
<window>
<defaultcontrol>-</defaultcontrol>
<controls>
<control type="label" id="1">
<description>Clock label</description>
<left>450</left>
<top>5</top>
<width>800</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<label>$INFO[VideoPlayer.TimeRemaining]</label>
</control>
</controls>
</window>
Can somebody help me out, please?
I'm wondering if it is possible to edit an .xml file so Kodi always shows the time remaining in the video that is playing.
I tried editing the VideoOverlay.xml file inside skin.confluence/720p/ but no succes...
now this file looks like this:
<window>
<defaultcontrol>-</defaultcontrol>
<controls>
<control type="label" id="1">
<description>Clock label</description>
<left>450</left>
<top>5</top>
<width>800</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<label>$INFO[VideoPlayer.TimeRemaining]</label>
</control>
</controls>
</window>
Can somebody help me out, please?