Gappie - your 1st example/image is darn close to what I'm looking for except, obviously, by song... and instead of "3 Albums", "x plays" (and I wouldn't need total time).
Is MC summing the times? Or are you doing that externally?
What do you mean by "user input"? If it's simple I might go for it since I don't expect this to change for me *that* often.
mc is indeed summing the times.
the user input for getting the albums is, in my case the total tracks on an album (i have a plug that calculates some stuf and writes that in the tags). i needed that anyway for the calculation and thought it looked nice in Theater View info template. but any way. when tracks total are there, then you need to make a calculated field too with the rule:
If(isequal([track #],[Tracks Total],2),[Tracks Total],0)
which actually says that when its the last track on the album to give the track no, otherwise a 0.
now there is something we could work with: using this under a thumb, will give the average track # per album of the artist (because mc does not take the value 0 in account, for mc the avg for 0,1,3 is 2). track# devided by this average gives the album total.
now when you want to add the track totals by hand, only for this, it would be enough to do that for the last track of the album
(making smartlists to see if everything is ok a bit easier) (nope).
the rest seems difficult but when you go that way its the least work, i could help there a bit to get it right.
gab