Kodi Community Forum
previous / next video - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: previous / next video (/showthread.php?tid=345097)



previous / next video - y2kbug - 2019-07-02

I am writing an add-on which works like a TV.
https://gitea.y2kbug.xyz/y2kbug/plugin.video.tvhk/src/branch/master/main.py

I want to use the "up" / "down" button on a remote control to switch between the videos.
How can I accept the button signal?
Or, how to make the videos to be a playlist, so there is "previous" / "next" support on KODI?

Thanks.