Estuary Matrix add Cast button in OSD
#1
Hello, I saw this screenshot :Image

And I would to add the same Cast and plot buttons when I press the "i" button (informations button). I already created a custom xml file with the Cast Window. Now, the only thing I need to know is how and where can I add these two buttons so they appear as in the screenshot ?
I know for the control Plot button I will have to add this line :
xml:
<onclick>Info</onclick>
because in the VideoOSD.xml file there is this line that permit when I click on the i icon to display the plot.
By the way, do you know where are located the lines of Info which (I guess), permit to display the plot with the poster...

Thanks
Reply
#2
Anyone ? If you don’t know, do you know at least where are located the Info lines ?
Reply
#3
Quick tip: enable debugging in the skin add.xml file and Kodi will display which window/dialog is currently being used along with the current control.

<extension point="xbmc.gui.skin" effectslowdown="1.00" debugging="true">

Also, use a text editor and search the xml files for keywords like plot, etc.
Reply
#4
Thanks for your help. So I created the two buttonsImage
But I can't click on them (I can but by using my mouse but I never use it), because I can't go from the seekbar to the two buttons, I have to use a mouse. I would like to be able to go from the seekbar to the two buttons. Do you know how to do that ?
Reply
#5
Juste found out with <onup> and <ondown>
Reply

Logout Mark Read Team Forum Stats Members Help
Estuary Matrix add Cast button in OSD0