Originally Posted by Calvaria
View Post
So here comes the dumbed down implementation.
1. Copy the following tags between the lines <script file="SCRIPTS\14-main-player.maki"/> and </groupdef> in main-player.xml:
PHP Code:
<text id="info.input" display="PE_Info" alpha="0" visible="0"/>
<text id="a1"
x="267" y="80" h="28" w="0" relatw="1" align="left"
font="Arial" fontsize="28" color="255,255,255" text="-"
tooltip="Total playlist time (hh:mm:ss / hh:mm)"
/>
<script id="playlistlength" file="SCRIPTS/playlistlength.maki"/>
Originally Posted by Calvaria
View Post
Alternatively, you may change the font to a TrueType font and define its size with fontsize like this:
<text
x="40" y="33" w="160" h="20"
id="mp.timer.id"
align="right"
display="TIME"
font="Arial"
fontsize=32"
ghost="0"
timeroffstyle="1"
timecolonwidth="15"
tooltip='Toggle between "Time elapsed" and "Time remaining"'/>
Comment