2013-11-23, 23:24
Ronie,
Are you sure I can't convince you to add time remaining for this final? Look how well it fits.
This is the code I used for it
-->DialogSeekBar.xml inserted at line 95
Code:
<control type="label">
<description>Video Remaining Time</description>
<posx>1255</posx>
<posy>4</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>
-->VideoOSD.xml also at line 95
Code:
<control type="label">
<description>Video Remaining Time</description>
<posx>1255</posx>
<posy>90</posy>
<width>300</width>
<height>25</height>
<textcolor>white</textcolor>
<label>Remaining: $INFO[Player.TimeRemaining]</label>
<align>right</align>
<aligny>center</aligny>
<font>font-20</font>
</control>
-->DialogFullScreenInfo.xml at line 191
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>
Also changed the width of the videoplayer.title label for long filenames so they didn't overlap remaining info.
should be line:
150 in DialogFullScreenInfo.xml
and line:
110 VideoOSD.xml
Set width to 725
Are you sure I can't convince you to add time remaining for this final? Look how well it fits.
This is the code I used for it
-->DialogSeekBar.xml inserted at line 95
Code:
<control type="label">
<description>Video Remaining Time</description>
<posx>1255</posx>
<posy>4</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>
-->VideoOSD.xml also at line 95
Code:
<control type="label">
<description>Video Remaining Time</description>
<posx>1255</posx>
<posy>90</posy>
<width>300</width>
<height>25</height>
<textcolor>white</textcolor>
<label>Remaining: $INFO[Player.TimeRemaining]</label>
<align>right</align>
<aligny>center</aligny>
<font>font-20</font>
</control>
-->DialogFullScreenInfo.xml at line 191
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>
Also changed the width of the videoplayer.title label for long filenames so they didn't overlap remaining info.
should be line:
150 in DialogFullScreenInfo.xml
and line:
110 VideoOSD.xml
Set width to 725