I use this expression in a thumbnail text expression:
If(IsEqual([Genre],Live,7),/[Live/] ,)
In genre I use a list. If all tracks in an album contain genre "Blues;Live", [Live] shows up in the thumbnail text. If one or more tracks in that album has genre ""Blues;Live;Bonus Track", [Live] does not show up in the thumbnail text. Any idea why?
I use the same expression in a MC field I use to group albums by and [Live] shows up in the group heading also in the second case (an album having tracks with different genre tags all though containing Live).
Btw here is the entire expression for the thumbnail text (if that could be of importance):
Clean([Album] • If(IsEqual([Blandade artister],1),Blandade artister,[Album Artist]) If(IsEqual([Genre],Live,7),/[Live/] ,)If(IsEqual([Genre],Compilation,7), /[Comp./] ,)If(IsEqual([Genre],Soundtrack,7), /[Soundtrack/] ,)
If(IsEmpty([Album Rating]),, Left(★ ★ ★ ★ ★ ,Math(Left([Album Rating],1)+Left([Album Rating],1)))If(IsEqual(Mid([Album Rating,0],2),5,2),☺ ,))(FormatNumber([Track #],0,Ingen låt,låtar,låt)))
Clean(If(IsEmpty([Date]),Okänt år,FormatDate([Date, 0], Year))