The Artist name comes first. Help


Okay so the problem is the artist name comes first rather than the song title in the “name” tab.

How do i make the song title come up first.
Help.

I am not fully sure I understand the question, but I think you want you file names to be named with the title first and artist last?

If that’s the case just switch the last part of the naming script around. The default is:

$if(%_multiartist%,%artist% - ,)%title%

Change this to

%title%$if(%_multiartist%, - %artist%,)

This assumes you want to have nothing else changed.

1 Like