need help content conditional visibility
#1
I need some help. I want to conditional display certain infolabels when containers have musicvideo. The problem is, when the container is a playlist I can't figure out a way to get this. The closest I can come is this:

Code:
Container.Content(musicvideos) | [Window.IsVisible(VideoPlaylist) + VideoPlayer.Content(musicvideos)]


which works when the playlist is actually playing, but I would like to display the labels even when nothing is playing.

scott s.
.
Reply
#2
Do music videos have a value for ListItem.Artist? If so, you could use
Code:
!IsEmpty(ListItem.Artist)
Reply
#3
Perfect. Thanks. It looks good, though I found some weirdness/bugs in how music video now playing playlist is handled.

scott s.
.
Reply

Logout Mark Read Team Forum Stats Members Help
need help content conditional visibility0