Kodi Community Forum

Full Version: Visibile condition based on player volume level
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

WingmanNZ

I am wanting to have an image hidden when the player volume is = to "0"

is this possible?

nevermind: i figured it out.

Quote:<visible>!player.volume</visible>
Code:
<visible>!Player.Muted</visible>