\usr\share\xbmc\addons\skin.confluence\720p\DialogFullScreenInfo.xml
2nd control from bottom, change one line:
<control type="label">
<description>Player Times</description>
<posx>890</posx>
<posy>115</posy>
<width>500</width>
<height>25</height>
<label>$INFO[Player.Time]$INFO[Player.TimeRemaining, / ]$INFO[Player.Duration, / ]</label>
<align>right</align>
<aligny>center</aligny>
<font>font30_title</font>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
</control>
\usr\share\xbmc\addons\skin.confluence\720p\DialogSeekBar.xml
Find this and change two lines:
<control type="label">
<description>Elapsed Time Label</description>
<posx>20</posx>
<posy>27</posy>
<width>240</width>
<height>20</height>
<font>font10_title</font>
<textcolor>white</textcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[Player.Time] / $INFO[Player.TimeRemaining] / $INFO[Player.Duration]</label>
<visible>!Player.Seeking</visible>
</control>
Done!
Does this work in Eden 11 on an ATV2? I cant seem to find the skin.confluence folder in the add ons folder?
ReplyDeleteSee here for one way to get the time remaining tweak in Eden - bottom of this page:
ReplyDeletehttp://forum.xbmc.org/showthread.php?t=116905&highlight=ozweather&page=4