help with getCondVisibility use
#1
Have a script where I'm trying to see if player is playing (not paused, ffwing, etc).

I tried xbmc.Player().isPlayingVideo() but I take it that returns true as long as a file is loaded, regardless of if player is actually playing the video at that moment.

It seems that I could use xbmc.getCondVisibility('Player.Playing'), however I get the opposite result of what I'm expecting.

Any thoughts on how to successfully implement getCondVisibility - or is there a better way to get the exact state of the player?
Reply

Logout Mark Read Team Forum Stats Members Help
help with getCondVisibility use0