Conditional Visibility
#1
I'm trying to hide a view (fanart) when i use an addon (previewnetworks).
I want this view for movies only.
the code <visible>Container.Content(Movies) + !Window.IsVisible(plugins)</visible> is not working for me. Can someone please help me to find my error(s) ? Blush
Reply
#2
Use this:

<visible>Container.Content(Movies) + !Substring(container.folderpath,plugin://plugin.video.previewnetworks)</visible>
Image
To learn more, click here.
Reply
#3
Many Thanks igotdvds ! Big Grin
Is working perfectly. Now i have to read wiki about "substring", function unknown to me. Nerd
Reply

Logout Mark Read Team Forum Stats Members Help
Conditional Visibility0