The "Name" field shows TVInfo(NameDisplayWithDate) but the date wasn't showing up. Thanks for your help above. I added a field called "Aired" and using your example it now shows up whenever the information is available.
The TVInfo(NameDisplayWithDate) expression in the "TV Guide" Info Panel Template actually shows the [Name] plus the [Year] tag values, as documented in the Expression Language Wiki,
here. The [Date] and [Year] tags are different, although the [Year] tag gets populated when the [Date] tag is entered, if the [Year] tag was previously empty.
So if there is a value in the [Year] tag, it should show up next to he program name in the Info Panel for the program, however;
Does anyone know how to get the date to show on the "main page" of the TV guide when a program is highlighted. Currently it only displays name and description. I would like to have DATE appear in conjunction with the NAME instead of having to click on each show/program just to see if it is a rerun or not.
I don't think there is any way to get the [Date] to show either on the Guide program bar, or the summary at the bottom of the Guide when a program is highlighted. Those locations aren't Info Panels, so I don't see any way to change them. I think what shows in those areas is hard coded.
The way the Info Panel Templates work is that MC searches down the list of Templates until it finds a Template that matches the [Media Type] of the record being displayed. Guide data has a [Media Type] of "TV". So the first Template found that matches the [Media Type] of "TV" is used to display the Info Panel for Guide data. Although you can have multiple Templates for a [Media Type], only one can will be used; The first one found. That is why you can re-order Templates using the "Manage..." button.
In other words, there is only one Info Panel for a Guide record, and that is the one you see when "drill down" to the detail. Currently the only way I would know how to get the [Year], for example, to display at the bottom of the Guide would be to include it in the [Name] field. But that would have to be done external to MC, and then MC would probably strip the year off the [Name] on Guide Data load. I'm not sure.
Yaobing may be able to shed some more light on the above. But I think what you are asking for would be a feature request. If so, it would be great if at least the detail at the bottom of the Guide were made configurable, and even better if the Guide program bars were, similar to Info Panels, but including coloured dots driven by expressions!