Grouping Tracks

I sorted my songs to albums and now I see it makes other folders like this, it makes folders from an album called Duets

image

I would like for the other tracks to be in the Artist / Album / Duets /

image

image

image

This is what I am using

$upper($firstalphachar(%albumartistsort%,nonalpha=“#”))/%artistsort%/$left($if2(%date%,%originaldate%,0000),4) - %album%/$if($gt(%totaldiscs%,1),Disc %discnumber%/,)$num(%tracknumber%,2) - %title%

You use %albumartistsort% in the firstalphachar function, then you use %artistsort% for the folder name. Switch that %artistsort% to %albumartistsort% and it should work fine.

3 Likes

It worked fine, thank you

1 Like