I'd like to have a sub category in my Gizmo view for TV Shows that shows which episodes I've seen and which ones are new.
I added this Expression called Played in the Show Categories In This Order list for my Gizmo View.
if(isempty([Number Plays], 1),New,Played)
I restarted MC and I can see the category fine in Gizmo. When I play a video from the New category, I see the Number Plays increase in MC on my computer. I would expect to see that video in the Played category from then on in Gizmo. However, when I navigate back to that TV show in Gizmo and pick New, I still see the episode I have just watched, i.e. the Played expression is not re-evaluated for display in Gizmo. If I restart MC then I see the episode I just watched in the Played category.
Is this the expected behavior? How can I make a category with dynamic content for Gizmo, i.e. a category where the content might be different every time I navigate to it in Gizmo?
I have MC 18.0.158.
Thanks.