2011-09-08, 06:24
I searched, and I found this for the Confluence skin. I was hoping it could be adapted for Transparency!.
Info can be found here: http://forum.xbmc.org/showthread.php?tid=68523
I figure it'd look okay sitting tp the left of "Finish Time:", after removing the Finish Time dialogue..
I gave it a whirl at modifying the line for Confluence to work with T!, but no luck,
any help or suggestions would be lovely.
The code, that goes into DialogFullScreenInfo.xml:
Info can be found here: http://forum.xbmc.org/showthread.php?tid=68523
I figure it'd look okay sitting tp the left of "Finish Time:", after removing the Finish Time dialogue..
I gave it a whirl at modifying the line for Confluence to work with T!, but no luck,
any help or suggestions would be lovely.
The code, that goes into DialogFullScreenInfo.xml:
Code:
<control type="label">
<description>Elapsed Time Label</description>
<posx>0</posx>
<posy>100</posy>
<width>600</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[Player.Time] ($INFO[Player.TimeRemaining] Remaining)</label>
<visible>!Player.Seeking</visible>
</control>