MrC, I am using the following expression in my Movie Title view (Theater View).
if(isempty([Series]), [Name]Delimit(Watched(2), , / ), Fixcase([Series],3) SERIES)
With the series tag populated, it gives me all movie series grouped and with capital letters. E.g. "ALIEN SERIES"
IT does not provide me with the series artwork as explained above, possibly because the expression TVInfo(SeriesDisplay) isn't used. Is there are way to merge the two so I will get both?
TLS