Kodi Community Forum
Release Videolyrics v2 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300)
+---- Thread: Release Videolyrics v2 (/showthread.php?tid=308626)

Pages: 1 2


RE: Videolyrics v2 - manfeed - 2017-03-15

Sorry Mike, I dont know... none of the mods that I have coded had that issue. Maybe some window could be getting the focus and stealing the keystrokes? Huh


RE: Videolyrics v2 - Angelinas - 2017-03-15

Mike i create in DialogContextMenu.xml when I had problem to leave dialog in Libreelec with remote(Air Mouse).
Mine suggeston to you...create this button, and use when you leave visualisation window.
Code:
<control type="button" id="1033">
                <include>DialogContext_Button</include>
                <onleft>Dialog.Close(106)</onleft>
                <onright>Dialog.Close(106)</onright>
                <onclick>Dialog.Close(all,true)</onclick>
        <onclick>ActivateWindow(Home)</onclick>
                <label>Close Lyrics</label>
                <visible>Window.IsActive(Visualisation)</visible>
            </control>



RE: Videolyrics v2 - Mmatty1 - 2018-01-11

Heya Manfeed Awesome update, just wondering what code id need to copy paste to my skin to get the sync lyrics button working on jarvis 16.1 or is it not possible, any help appreciated cheers mate. P.s I have aeon mq7 spin installed...