Kodi Community Forum
Suggestion: Chapter Name - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+----- Thread: Suggestion: Chapter Name (/showthread.php?tid=62650)



Suggestion: Chapter Name - Encom - 2009-11-27

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>