Numbering several tracks from different albums in a row

Hi there!

First of all i want to congratulate you all for the amazing Application and Respective Community that you are developing!

My problem is the following:

I have a folder wich contains several files from different albums renamed in this fashion:

1 - Artist - Title.mp3
4 - Title.mp3
2 - Whatever.mp3

And i want to convert all this files to the following fashion:

01 - Artist - Title.mp3
04 - Title.mp3
02 - Whatever.mp3

Is this possible? Can i create a action to this or some regular expression?

I'm sorry if this explanation is incoherent, i can't explain it better so i hope you understand... :slight_smile:

Thanks in advance!

Regards,
Pedro Vieira

Moderation: Removed excessive use of empty lines.

Action #1:
Action type: Replace with regular expression
Field: _FILENAME
Regular expression: ^(\d - )
Replace matches with: 0$1

[ ] case-sensitive comparison

Thank you very much i guess that will do fine!

Is there some topic where i can learn more about syntax in regular expressions? The existent ones seem kinda vague...

I noticed that the program lacks the Portuguese (Portugal) translation, i can do it for you if you want to, just tell me what do i need to fill!

Take care! :slight_smile: