Kodi Community Forum

Full Version: How can I make this run in front of everything else?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to make the lyrics script window run in front of the musicosd. I cant find where to do this.

Anyone know?

Image
try <zorder>3</zorder> near the top like underneath default control in the OSD script .xml...
mcborzu Wrote:try <zorder>3</zorder> near the top like underneath default control...

Negative. Any other ideas?
Maybe try and attach the script to the music OSD dialog instead of the music visualization window.
igotdvds Wrote:Negative. Any other ideas?

<zorder> for both osd and lyrics window (3 and 2 for example)
xbmchead Wrote:Maybe try and attach the script to the music OSD dialog instead of the music visualization window.

It is attached to the musicosd.

phil65 Wrote:<zorder> for both osd and lyrics window (3 and 2 for example)

How would I change anything on the lyrics window. Its running the script which means I cant change it.
igotdvds Wrote:It is attached to the musicosd.



How would I change anything on the lyrics window. Its running the script which means I cant change it.
you can. by adding a script-XBMC_Lyrics-main.xml to your 720p folder (you can see which control ids you have to use in addons/script.cu.lyrics/resources/skins/Default/720p/ )

the same works for other scripts, too.