I have trying to implement a command-line based playlist where I can loop a presentation video in Kodi for our displays at the office.
I have sent the following commands and can successfully trigger a video for playback in Kodi that loops
Code
kodi-send --action="PlayMedia(/storage/AxZflvmD.mp4)"
kodi-send --action="PlayerControl(repeat)"
My problem is that each iteration makes the interactive overlay briefly popup when the video is restarted. I want it to be totally silent/seamless experience.
Is there some option to hide this or another way I can make an infinite looping video or playlist work the way I would like?
--UPDATE--
This appears to be skin dependent and doesn't happen if I use the Unity skin. The default skin replicates the auto popup behaviour as does the Ace 2 skin i tested.