2015-10-06, 15:08
Hello. I'm requesting help how to hide playlist notification, if there's no next video in the playlist? I can't find where it is in the skin's xml-files.
Reason why I want to hide it is that when using cinema vision, the notification appears every time when video is changed to next. Notification is a bit annoying.
see the notification at right upper corner. that i want to hide.
I was thinking, that i would add this line
<visible>IsEmpty(Window(Home).Property(script.cinemavision.running))</visible>
to hide notification. Line tells, if cinema vision is running and would hide the notification. I just need to find, where in the code notification is.
Thank you for your help.
Reason why I want to hide it is that when using cinema vision, the notification appears every time when video is changed to next. Notification is a bit annoying.
see the notification at right upper corner. that i want to hide.
I was thinking, that i would add this line
<visible>IsEmpty(Window(Home).Property(script.cinemavision.running))</visible>
to hide notification. Line tells, if cinema vision is running and would hide the notification. I just need to find, where in the code notification is.
Thank you for your help.