Search This Blog

Friday, October 1, 2010

Add time remaining display to Confluence - Dharma

Super simple mod to add Time Remaining display to Confluence.




\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!

2 comments:

  1. Does this work in Eden 11 on an ATV2? I cant seem to find the skin.confluence folder in the add ons folder?

    ReplyDelete
  2. See here for one way to get the time remaining tweak in Eden - bottom of this page:
    http://forum.xbmc.org/showthread.php?t=116905&highlight=ozweather&page=4

    ReplyDelete

Note: Only a member of this blog may post a comment.