How to rename files

There are lots of topics about problems with renaming files,
but none of them explains how to rename files, and i could
not find any info about that in the documentation either.

All i want is to rename files into tracknumber - Songtitle
So it will look like “01 - Sultans Of Swing”

I edited the string into this:
$if2(%albumartist%,%artist%)/%album%/$num(%tracknumber%,2) -$if(%compilation%, %artist% -,) %title%

But how do i start renaming the files?

Ah, i got it now, i need to hit the SAVE button.
There were still artist names added to the title so i edited the string into this:
$if2(%albumartist%,%artist%)/%album%/$num(%tracknumber%,2) - %title%

Working fine now! :slight_smile:

3 Likes

11 posts were split to a new topic: Why does Picard append “(1)” to file names?