ifelse( compare(watched(1), =, 0), <b>[Name]<//b>, compare(watched(1), =, 2), <font color="aaaaaa">[Name]<//font>, 1, [Name])
I have -a selected to get the asterick in the filename for new episodes.
Thanks BryanC, I will look into the comapare option.The -a is for Schedules direct and it indicates that the show is a new show aired for the first time. It get appended to the name.Thanks again for your help.
If(IsEqual(Right([Filename (name)], 1),*, 1), <font color="aaaaaa">[Name]<//font>, [Name])