I would like to show total track count for Artists with more than 1 album. I can only get it to show the average number of tracks per album. I have no doubt it can be done, but I've been messing around with existing scripts for a while and it is beyond my pea brain. Solving this I'm sure is mere toddler's play for our good (god) forum friend zybex.
Here is the code I have for the tracks at the moment:
<b><font size="130"> ifElse(isEqual(groupcount(Artist),1,2),[AlbumArtist],isEqual([AlbumArtist],),[AlbumArtist],isEqual(groupcount(Artist),1,5),Multiple Artists)<//font><//b>
<font size="100">If(isEqual(groupcount(Album),1,5),(groupcount(Album) Albums ~ [Total Tracks] Tracks,(groupcount(album) Album ~ [Total Tracks] Tracks/))<//font>
(thx in advance)
FYI: top pic shows the sub-genre/album and the thumbnail text is exactly as I want (for reference only). When I drill down one more to the artist level, I want to show total tracks, and that is where I'm running into trouble