I have a playlist, created from Magic Nodes, that shows albums with a weighted average of 3 stars or better. See below.
<Group|Name:Album Ratings|Show tracks:No>\Albums with weighted avg. track rating >= 3 stars and at least 5 rated tracks|Icon:Top level|Filter:Songs.IDAlbum In (SELECT IDAlbum FROM Songs WHERE Rating >= 0 GROUP BY IDAlbum HAVING Sum(SongLength * Rating) / Sum(SongLength) >= 60 AND Count(Rating) >= 5)|Child of:Playlists|Position:Child\<Album|Sort by:Avg(Rating)|Statistic:Count(All)>
Is there a way to run a report that would then list these albums and their associated weighted rating? I don't even know where this information is stored (I'm going to guess in the database) and I have no idea how to retrieve it.
I think it would be cool to see the actual numerical rating for the albums in this playlist. Is it possible?


