stringcompare on containers
#1
I'm trying to make a viewtype visible only when listing recently added episodes by using

<visible>stringcompare(container.folderpath,videodb://5)</visible>

on the container.

I have no trouble using the stringcompare function to hide or show things like labels, however using it on containers I can't seem to make this happen. Is it even possible?
Reply
#2
for starters you need to use the correct path. all folder paths end with a /
videodb://5/
Reply
#3
How one slash can make a difference Rofl Thanks!
Another thing, is it possible to show fanart in recently added episodes?

For the "normal" episodes node it's the same image for all items listed of course, and for movies and tvshows I can use

<texture>$INFO[ListItem.Property(Fanart_Image)]</texture>

But for recently added episodes this doesn't work, I guess because the fanart is not the selection's property but the parent's property.
Reply

Logout Mark Read Team Forum Stats Members Help
stringcompare on containers0