Kodi Community Forum
Release Udemy - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: Release Udemy (/showthread.php?tid=334392)



Udemy - matthuisman - 2018-08-07

Image

Info & Install Instructions
https://www.matthuisman.nz/2018/08/udemy-kodi-add-on.html


RE: Udemy Add-on - jumper4000 - 2018-12-12

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?


RE: Udemy Add-on - matthuisman - 2018-12-12

You can do all you requested inside KODI itself Smile
Have a bit of a search


RE: Udemy Add-on - jumper4000 - 2018-12-12

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


RE: Udemy Add-on - Karellen - 2018-12-12

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

Quick_start_guide (wiki) and Basic_controls (wiki)


RE: Udemy Add-on - matthuisman - 2018-12-13

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>