Kodi Community Forum

Full Version: Subtitles offset key binding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!

Is there a way to directly bind a key, or, better, a remote control button, to the subtitles offset? I'm thinking to something like for volume control: when you hit the buttons, the slider shows the current offset, and automatically disappears a few seconds laters.

In fact, I would like to use volume buttons for that, as I don't use them to control volume (it doesn't work with 'pass through' config, which is fine).

Thanks,

PS: I plan to use kodi 14 as soon as OpenELEC 5 is stable (I'm testing RC now).
No idea how I can do that (if possible)?
This can't be done as far as I am aware.
I've set it up with my directions keys when watching a movie.
I can copy paste my config when I get home from work
Thanks, TRaSH!
It is possible. Builtins are subtitledelayminus and subtitledelayplus.
Ok, I see. So, they are used as any other commands? Something like:

Code:
<keymap>
    ...
    <FullscreenVideo>
        <remote>
            ...
            <volumeplus>subtitledelayplus</volumeplus>
            <volumeminus>subtitledelayminus</volumeminus>
            ...
        </remote>
    </FullscreenVideo>
    ...
</keymap>
aye
Works fine! Thanks!