"Time Remaining" possible?
#14
Image

Argh!,
I suspect that your placement was under the Info layer and that your transparency is set to opaque which is why you could not see it.
If you have not changed anything else in DialogFullScreenInfo.xml then place this code at line 191, just before the Video End Time:
Code:
<control type="label">
    <description>Video Remaining Time</description>
    <posx>1255</posx>
    <posy>86</posy>
    <width>300</width>
    <height>25</height>
    <textcolor>white</textcolor>
    <shadowcolor>black</shadowcolor>
    <align>right</align>
    <label>Remaining: $INFO[Player.TimeRemaining]</label>
    <aligny>center</aligny>
    <font>font-20</font>
</control>

MacMini 2.3gHz i7, OS X 10.13.6
Running Kodi 18.9
Reply


Messages In This Thread
"Time Remaining" possible? - by argh! - 2011-09-08, 06:24
[No subject] - by ronie - 2011-09-08, 15:33
[No subject] - by jpf55 - 2011-09-12, 17:44
[No subject] - by ronie - 2011-09-12, 18:11
[No subject] - by jpf55 - 2011-09-12, 18:43
[No subject] - by argh! - 2011-09-21, 01:40
Time remaining - by jpf55 - 2011-09-21, 16:41
[No subject] - by jaysel - 2012-01-31, 19:19
RE: "Time Remaining" possible? - by argh! - 2012-04-13, 05:40
RE: "Time Remaining" possible? - by argh! - 2012-07-13, 07:50
RE: "Time Remaining" possible? - by jpf55 - 2012-07-13, 17:02
RE: "Time Remaining" possible? - by argh! - 2012-07-13, 18:37
RE: "Time Remaining" possible? - by jpf55 - 2012-07-15, 04:00
RE: "Time Remaining" possible? - by jpf55 - 2012-07-15, 20:29
RE: "Time Remaining" possible? - by argh! - 2012-07-16, 03:24
RE: "Time Remaining" possible? - by argh! - 2013-02-06, 06:08
RE: "Time Remaining" possible? - by jpf55 - 2013-02-06, 17:23
RE: "Time Remaining" possible? - by argh! - 2013-02-07, 05:31
RE: "Time Remaining" possible? - by Riot504 - 2013-02-07, 16:45
RE: "Time Remaining" possible? - by argh! - 2013-02-07, 17:20
RE: "Time Remaining" possible? - by Riot504 - 2013-03-21, 07:34
RE: "Time Remaining" possible? - by argh! - 2013-03-22, 06:15
RE: "Time Remaining" possible? - by Riot504 - 2013-03-23, 04:55
RE: "Time Remaining" possible? - by Lardaner - 2015-09-06, 16:16
Logout Mark Read Team Forum Stats Members Help
"Time Remaining" possible?0