Solved Subtitles offset key binding
#1
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).
Frédéric
Reply
#2
No idea how I can do that (if possible)?
Frédéric
Reply
#3
This can't be done as far as I am aware.
Reply
#4
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
LibreElec Kodi | Aeon MQ ?
Reply
#5
Thanks, TRaSH!
Frédéric
Reply
#6
It is possible. Builtins are subtitledelayminus and subtitledelayplus.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#7
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>
Frédéric
Reply
#8
aye
Reply
#9
Works fine! Thanks!
Frédéric
Reply

Logout Mark Read Team Forum Stats Members Help
Subtitles offset key binding0