Heads-up: How to deal with content types / media types
#2
Thanks Phil, great guide. I mostly follow this in Mimic, but having one issue with the video info dialog. I have a button that I want to display for all listitem types except seasons. So I tried !String.IsEqual(ListItem.DBTYPE,season) as the visibility condition but this doesn't work, the button still shows on seasons. If I change it to !Container.Content(seasons), then I get the visibility I'm looking for.

Is there something weird going on with how the video info dialog interprets the season dbtype? It seems like I've run into a few other cases like this, going to look for them now...

Thanks!
Reply


Messages In This Thread
RE: Heads-up: How to deal with content types / media types - by braz - 2016-12-06, 07:12
Logout Mark Read Team Forum Stats Members Help
Heads-up: How to deal with content types / media types1