Suggestion: Chapter Name
#1
Nice Skin!

I thought that adding the Chapter Name to the SeekBar would be a nice touch. It allows you to skip Chapters and see the names (if available). Works great on concerts!

Image

Add the following control type to DialogSeekBar.xml (I added it after the Paused Label control type).


<control type="label">
<description>Chapter Label</description>
<posx>75</posx>
<posy>25</posy>
<width>255</width>
<height>25</height>
<label>$INFO[Player.ChapterName]</label>
<align>center</align>
<aligny>center</aligny>
<font>font-19</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<visible>[Player.Playing + !Player.Seeking] | Player.Paused</visible>
</control>
Reply

Logout Mark Read Team Forum Stats Members Help
Suggestion: Chapter Name0