Genious... thanks that works for Standard view. Although the icon next to the new View (names Arlene) is a little movie camera rather than a DVD icon like in TV SHOW (I would have thought that this would be a category under TV SHow rather than its own category.
I was able to Add the view in Theatre mode but now see only the epside names.
I set up a caption to show the files which works for TV shows but does not show up for the New "Type" which is named "Arlene"
If(IsEqual([Media Sub Type], TV Show), SPadNumber([Season],2) EPadNumber([Episode],2) [Name], [Name])
I also tried
If(IsEqual([Media Sub Type], TV Show), SPadNumber([Season],2) EPadNumber([Episode],2) [Name], If(IsEqual([Media Sub Type], Arlene), SPadNumber([Season],2) EPadNumber([Episode],2) [Name], [Name])