by ZvezdanD » Sat Nov 20, 2010 3:13 am
Magic Nodes add-on has several nodes within its Album Ratings group, e.g. "Albums with avg. track rating >= 4 stars", "Albums with avg. track ratings >= 3 and less than 4" and so on. Each album within those nodes has displayed the average rating next to its name. Albums also could be sorted by that value (if you modify Sort by quelifier), and you could also add your own nodes with similar filters and/or different sub-nodes.
RegExp Find & Replace add-on has the preset "Assign weighted average Rating of album to <Into Field>..." where you could define into which field you want to store that information, e.g. Custom 1. Of curse, using this preset you would get all tracks from some album with same "Album rating" value.
Honestly, I cannot see a point for users to enter such information manually. In my opinion, this is something which should be automatically calculated based on individual Track Rating values. Let say that I have one album with one track rated 5 stars and 6 tracks rated 2 stars each. I think it is most convenient to rate such album using average ratings of all such tracks (5 + 6 * 2) / 7 = 2.42 stars. Even more better, you could use the weighted average ratings where longer tracks has greater weight in calculation. For example, if I have one album with one track of 20 minutes rated 5 stars and 6 tracks of approx. 4 minutes rated 2 stars each, the weighted average would be (20 * 5 + 6 * 4 * 2) / (20 + 6 * 4) = 3.36 stars.
Magic Nodes add-on has several nodes within its Album Ratings group, e.g. "Albums with avg. track rating >= 4 stars", "Albums with avg. track ratings >= 3 and less than 4" and so on. Each album within those nodes has displayed the average rating next to its name. Albums also could be sorted by that value (if you modify [i]Sort by[/i] quelifier), and you could also add your own nodes with similar filters and/or different sub-nodes.
RegExp Find & Replace add-on has the preset "Assign weighted average Rating of album to <Into Field>..." where you could define into which field you want to store that information, e.g. Custom 1. Of curse, using this preset you would get all tracks from some album with same "Album rating" value.
Honestly, I cannot see a point for users to enter such information manually. In my opinion, this is something which should be automatically calculated based on individual Track Rating values. Let say that I have one album with one track rated 5 stars and 6 tracks rated 2 stars each. I think it is most convenient to rate such album using average ratings of all such tracks (5 + 6 * 2) / 7 = 2.42 stars. Even more better, you could use the weighted average ratings where longer tracks has greater weight in calculation. For example, if I have one album with one track of 20 minutes rated 5 stars and 6 tracks of approx. 4 minutes rated 2 stars each, the weighted average would be (20 * 5 + 6 * 4 * 2) / (20 + 6 * 4) = 3.36 stars.