Subtitle offset?
#13
I found this thread when looking to accomplish exactly the same thing.
I want to add a subtitle offset button on the mimic skin OSD controls and I have figured it out.

The onclick event should be Action(SubtitleDelay).

I edited my VideoOSD.xml and added a new button right next to the OSDSubtitles one.
My button looks like this :

Quote:<control type="button" id="707">
<texturefocus>osd/buttons/OSDTeleText.png</texturefocus>
<texturenofocus>osd/buttons/OSDTeleText2.png</texturenofocus>
<label>-</label>
<width>100</width>
<height>64</height>
<font>-</font>
<onclick>Action(SubtitleDelay)</onclick>
<colordiffuse>$VAR[ColorTextVar]</colordiffuse>
</control>

I am using the Teletext (TXT) icon because it already existed and I dont know how to skin Kodi and add new assets to mix.
Reply


Messages In This Thread
Subtitle offset? - by john2014 - 2016-02-07, 14:04
RE: Subtitle offset? - by braz - 2016-02-07, 18:15
RE: Subtitle offset? - by john2014 - 2016-02-07, 21:38
RE: Subtitle offset? - by User 325245 - 2017-01-25, 16:52
RE: Subtitle offset? - by braz - 2017-01-25, 17:03
RE: Subtitle offset? - by User 325245 - 2017-01-25, 17:05
RE: Subtitle offset? - by braz - 2017-01-25, 17:17
RE: Subtitle offset? - by braz - 2017-01-25, 17:21
RE: Subtitle offset? - by braz - 2017-01-25, 17:28
RE: Subtitle offset? - by User 325245 - 2017-01-25, 19:26
RE: Subtitle offset? - by braz - 2017-01-26, 04:05
RE: Subtitle offset? - by User 325245 - 2017-01-27, 12:13
RE: Subtitle offset? - by satanuke - 2017-04-13, 16:24
RE: Subtitle offset? - by peterrudy - 2023-02-06, 23:44
Logout Mark Read Team Forum Stats Members Help
Subtitle offset?0