Kodi Community Forum

Full Version: Udemy
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Thanks for this addon. Will you be able to support changing of playback speed, and also add buttons to quickly fast forward/rewind 15 seconds?
You can do all you requested inside KODI itself Smile
Have a bit of a search
I've never used Kodi before. I specifically installed it for use with this addon, and really have no other use for it at this time. If you can tell me how to speedup/slowdown playback, and easily jump back and forth about 10 seconds using the remote control, it'll be great. Otherwise, no worries, I'll do some searching and ask in other forums to see if I can figure it out.

Thanks
(2018-12-12, 10:04)jumper4000 Wrote: [ -> ]I've never used Kodi before.

Quick_start_guide (wiki) and Basic_controls (wiki)
You can also create your own custom keymap in KODI to do what you want.
https://kodi.wiki/view/HOW-TO:Modify_keymaps

eg.
xml:
<keymap>
    <FullscreenVideo>
        <keyboard>
             <opensquarebracket>PlayerControl(tempodown)</opensquarebracket>
             <closesquarebracket>PlayerControl(tempoup)</closesquarebracket>
             <b>Seek(-15)</b>
             <n>Seek(15)</n>
        </keyboard>
     </FullscreenVideo>
</keymap>