Index: server/Slim/Schema.pm =================================================================== --- server/Slim/Schema.pm (revision 15693) +++ server/Slim/Schema.pm (working copy) @@ -2321,6 +2321,7 @@ if ($attributes->{'ARTIST'} && $attributes->{'ALBUMARTIST'}) { $attributes->{'TRACKARTIST'} = delete $attributes->{'ARTIST'}; + $attributes->{'TRACKARTISTSORT'} = delete $attributes->{'ARTISTSORT'}; $log->debug(sprintf("-- Contributor '%s' of role 'ARTIST' transformed to role 'TRACKARTIST'", $attributes->{'TRACKARTIST'},