Video Playback Overlay #38
Replies: 4 comments 3 replies
-
It doesn't, unfortunately the Looking at your post. If your overlay is not for video, you can use |
Beta Was this translation helpful? Give feedback.
-
Interesting, I'll try that out. Thanks so much for the help! |
Beta Was this translation helpful? Give feedback.
-
By the way, I found another way to accomplish this on a Kodi Forums thread, which actually uses |
Beta Was this translation helpful? Give feedback.
-
I've got it fully working now. This is the class for the overlay (source):
Once inside the main execution section of the script ( |
Beta Was this translation helpful? Give feedback.
-
Thanks for creating and maintaining this plugin! I have a question about overlaying images over each channel, like was mentioned in an old thread on the Kodi forums.
I'm creating a Kodi add-on that provides image overlays during videos, and I've tried creating the overlay using
xbmcgui.WindowDialog
, but whenever the window is shown (using theshow()
method), it prevents user access to the rest of the video interface. After I heard about this plugin, I dived into its code (particularly the overlay.py file), and was surprised to find out that the overlays also appear to be created usingWindowDialog
.My question is: how does this plugin display the image overlays while still allowing the user to control video playback? Thank you so much for your time and help!
Beta Was this translation helpful? Give feedback.
All reactions