ZvezdanD wrote:I am still not sure if I understand your intention.
The Intention is that is difficult to construct a genre tree. There are a lot of suggestions/opinions out there, e.g.
The Discogs Style Guide is a good example. But to utilize it I have to save Discogs Genre in for instance Grouping or in Custom1, but doing so I'm "hardcoded" to Discogs style guide. So my idea was to save all genre incl. styles like "Disco" in the genre field and then let Magic Nodes build up the Tree. Since the main genre is included for every song the end result will be the same as if I had stored them in a separate tag/field. For Every title I have 3-6 genre/styles stored in the multi-item genre tag, so there is enough for a 2-3 level
Magic Genre Tree. I have approx. 25 000 MP3 but only a small part is in MM since I still is evaluating this product

.
This is an example using 2 different nodes. The example is not the best (only 9 albums), but if you look at genre Hip Hop you can see that I in total have 67 songs with genre Hip Hop but but only 31 that is both Hip Hop and Electronic.
1:Node (automatic)
Code: Select all
My Sorted Genres\<Genre|Sort by:Count(All) Desc|Show sort key:0|Statistic:Count(All)>
2:Node (Top level - Electronic - is hardcoded)
Code: Select all
<Group|Name:My genres and sub-genres>\Electronic|Filter:'; ' || Songs.Genre || '; ' LIKE '%; Electronic; %'|Statistic:Count(All)\<Genre|Sort by:Count(All) Desc|Show sort key:0|Statistic:Count(All)>
What I looking for is to merge node 2 with node 1 (automatic)