Well found it out by myself, just did this path configs:
paths:
default: %asciify{$albumartist}/%asciify{$album%aunique{}}/$track - %asciify{$title}
singleton: %asciify{$artist}/Singles/%asciify{$title}
comp: %asciify{$albumartist}/%asciify{$album%aunique{}}/$track %asciify{$artist} - %asciify{$title}
albumtype:compilation: %asciify{$albumartist}/%asciify{$album%aunique{}}/$track %asciify{$artist} - %asciify{$title}
and yeah, did also asciifying as I don't want special characters on my linux filesystem. :)