Yep. I use custom Group By fields for all my views. If anyone is interested, here they are:Group By AlbumCode: [Select][Album] [[Year]]Delimit([Description,0],/],/ /[) - [Album Artist (Auto)]Group By ArtistCode: [Select][Album Artist (Auto)] - [Album] [[Year]]Delimit([Description,0],/],/ /[)Group By DateCode: [Select] [[Year]] [Album]Delimit([Description,0],/],/ /[) - [Album Artist (Auto)]Note: I use the Description field to distinguish between different versions of the same Album (ie SACD, Vinyl rip, etc). If the field is populated, it shows up, otherwise nothing is displayed.
[Album] [[Year]]Delimit([Description,0],/],/ /[) - [Album Artist (Auto)]
[Album Artist (Auto)] - [Album] [[Year]]Delimit([Description,0],/],/ /[)
[[Year]] [Album]Delimit([Description,0],/],/ /[) - [Album Artist (Auto)]