You have following line in your visible-tag:
It means: when you are in Video Fullscreen don't show it. Remove the "!" in the videoFullScreen.xml and try again. The path is included in #MovingPictures.ClearArt\ .
My visible lines are: for videoOSD.xml:
and for videoFullScreen.xml:
Code:
!string.equals(#StreamedMP.fullVideoOSD,true)
It means: when you are in Video Fullscreen don't show it. Remove the "!" in the videoFullScreen.xml and try again. The path is included in #MovingPictures.ClearArt\ .
My visible lines are: for videoOSD.xml:
XML:
<visible>string.contains(#Play.Current.Thumb,MovingPictures)</visible>
and for videoFullScreen.xml:
XML:
<visible>[window.ispauseosdvisible|player.forwarding|player.rewinding]+!window.isosdvisible+string.equals(#StreamedMP.fullVideoOSD,true)+string.contains(#Play.Current.Thumb,MovingPictures)</visible>
Last edited: