Time display
The time display in main window has six modes, that can be selected
using the clock button. These modes can be configured in Settings -
General - Time display - Templates.
Available format tags for templates:
- {XYZ}
- X means the type (e - elapsed, r - remaining, c - clock, k -
clock end, s - next sub, t - total)
- Y means the value (h - h:m:s, v - seconds (whole time), t -
fraction, f - frame, <space> - not defined)
- Z means the mode (i - item, p - playlist, <space> - not
defined)
- Only some combinations are meaningful:
- {eYZ} - elapsed time, all Y and Z
values possible, no parameter can be <space>
- {tYZ} - total time, all Y and Z
values possible, no parameter can be <space>
- {rYZ} - remaining time, all Y and Z
values possible, no parameter can be <space>
- when Y = f, Z must be i
According to the rules, these tags are valid:
- {sY } - time to the next subtitle, Y
must not be space, Z must be space
- {ch } - wallclock time, Y must be h, Z
must be <space>
- {khZ} - estimated end time, Y must be
h, Z must not be <space>
Templates for elapsed time:
- {ehi} elapsed HMS of item
- {ehp} elapsed HMS of PlayList
- {evi} elapsed seconds (global) of item
- {evp} elapsed seconds (global) of
PlayList
- {eti} elapsed fraction (ms) of item
- {etp} elapsed fraction (ms) of PlayList
- {efi} elapsed frames of item
These have the same meaning as the templates above except that these
are total times:
- {thi}, {thp}, {tvi}, {tvp}, {tti}, {ttp}, {tfi}
These have the same meaning as the templates above except that these
are remaining times:
- {rhi}, {rhp}, {rvi}, {rvp}, {rti}, {rtp}, {rfi}
Following templates are used for time to next subtitle:
- {sh } to the next subtitle - HMS
- {sv } to the next subtitle - global
seconds
- {st } to the next subtitle -
fraction(ms)
- {sf } to the next subtitle - frames
Finally there are also these options:
- {ch } wallclock time - HMS
- {khi} estimated end of playback (HMS)
for item
- {khp} estimated end of playback (HMS)
for playlist