With various artists albums can I get the name of the artist to follow rather than precede the track title under the "title" column?
I tried switching the placement of %title% and %artist% in the last command in the following code found in the playlist title formatting settings but it did not appear to make any difference.

//if 'artist' is different from 'album artist', append the former to the title
$if($strcmp(%album artist%,%artist%),$puts(title,%title%),
$puts(title,%title% '//' %artist%)),

The reason i would like to have it switched is that for classical tracks with very long symphony/artists names the track title becomes only partially visible.

Haydns