Rename Function

Hi guys,

I am using the standard rename to rename some of my mp3 files. A large amount of the collection I can use the following which works fine: {mp3track} - {mp3artist} - {mp3title}.mp3 except for the first 9 tracks.

Is there any possible way to use the same command to give an output as shown below (Fig 1) rather than that shown in Fig 2. In other words I want all files to be preceded with 2 numbers rather than one.

Fig 1:
08 - Frank Zappa - Disco Boy.mp3
09 - Frank Zappa - Fine Girl.mp3
10 - Frank Zappa - I'm the Slime.mp3
11 - Frank Zappa - Joe's Garage.mp3

Fig 2:
8 - Frank Zappa - Disco Boy.mp3
9 - Frank Zappa - Fine Girl.mp3
10 - Frank Zappa - I'm the Slime.mp3
11 - Frank Zappa - Joe's Garage.mp3

Many thanks,

Roly

{mp3track|#2} will pad it to two digits. See Various simple rename presets #11: Sort Music by Tags for an example.

Superb, thanks leo. The samples are excellent.