Help with script please :)

It’s quite simple when you know the way it works!

Links to the documentation: %tag%, $function().

Here’s how I accomplished your naming scheme. Just replace the “C:\MyMusic” in the destination directory field with your own base path.

You may want to add %tracknumber% somewhere there. Or even $num(%tracknumber%,2) for padding the small numbers with zeros.

%albumartist%/
%album%/
%artist%
 - 
%title%
$if(%bpm%, \(%bpm% bpm\))

Here’s the same in an image form. This example sets some constants so the script becomes more readable. (Learnt this from the tagger script thread.)

4 Likes