When setting the List Style to Tiles, is there a way to edit what information appears in said tiles?
Also, is there a field or function that I could use to make the following expression happen:
If the [Series] field is populated with the same value for all files and the [Season] field is also populated with the same value for all files, then do not output the value of [Season].
In other words, and to provide an example, Angel Beats! is an anime series of thirteen episodes across only one season. I have the view set as Panes, with a single category of type, expression:
Replace(ListBuild(1,\,[Franchise],If(IsEqual([Franchise],[Series]),,[Series]),If(IsEqual([Season],Specials),Delimit([Season Modifier]Delimit([Season Name],,/:/ ),,/Season/ ),Delimit([Season],,/Season/ )Delimit([Season Name],,/:/ ))),;,:)&datatype=[list]
Basically, because there is only one season, I don't want the category to create another level for it. I imagine that the Math() function holds the answer, but I'm not sure how to specify this parameter. I know that I can simply leave the [Season] field blank in this instance, but it gets kind of annoying when I need to re-enter the value in order to look up the series info on The TVDB or somesuch.
What do?