How to add a catalogue# to a folder name?

Hi,
I´m new with MB Picard and I have an issue to rename folders for EPs. If a band has one EP with one title, but several versions with several remixes. Example:
Depeche Mode - Behind the Wheel 2 remixes
Depeche Mode - Behind the Wheel 2 different remixes
Depeche Mode - Behind the Wheel 4 different remixes
Depeche Mode - Behind the Wheel 6 different remixes
By default, all those 4 EPs go to the same folder.

Is there a way to add the catalogue number at the end of the folder name?

1 Like

You should be able to do this by using the %catalognumber% tag in your naming script. See the Documentation for more information.

3 Likes

Thanks,
If anyone needs it :
$if2(%albumartist%,%artist%)/
$if(%albumartist%,%album% %catalognumber%/,)
Your folder name will look like this: Awesome EP Name CatNr303

3 Likes