how to hide playlist info notification? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Arctic: Zephyr - Reloaded (https://forum.kodi.tv/forumdisplay.php?fid=221) +---- Thread: how to hide playlist info notification? (/showthread.php?tid=241406) |
how to hide playlist info notification? - weirdinin - 2015-10-06 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. RE: how to hide playlist info notification? - jurialmunkey - 2015-10-07 DialogKaiToast.xml RE: how to hide playlist info notification? - weirdinin - 2015-10-11 Thank you! |