Hi Guys
This is my first post so please be gentle.
In MC17 and early MC18 builds i was using a custom file caption query to change what displayed as the media text under the icon and also to change the entire text another colour when it was an item that was marked as watched. This worked really well for us and i noticed that in the last couple of builds the file caption setting has disappeared from the configuration interface and a tick is now appended to watched icons.
How can i replicate my previous setup in MC18?
Is the "File Caption" setting being missing deliberate or a bug?
For Completeness my file caption query was:
If(IsEqual([Media Sub Type], TV Show), If(IsEqual([Last Played], never played),[Series] /(Sif(isequal([Season],9,4),0[Season],[Season])Eif(isequal([episode],9,4),0[Episode],[Episode])/),<font color="CCFF00"> [Series] /(Sif(isequal([Season],9,4),0[Season],[Season])Eif(isequal([episode],9,4),0[Episode],[Episode])/)<//font>), [Name])
Thanks in advance
Darren