Page 1 of 1

Filter Specific Track Numbers To Add Leading Zeros

Posted: Sun Jul 09, 2017 3:26 pm
by TRegina
I would like to change all one digit track numbers to two digit track numbers.
For example, I want to filter all track # 1s in my collection and mass change them to "01".
I can do it through the manage collections - add new collection menu and setting the criteria to "Track # = '1'".
However, I would have to set this up nine times for all nine digits, or go in and change the criteria each time to change the track number.
Is there an easier way to do this?
Perhaps using the RegExp script?

Re: Filter Specific Track Numbers To Add Leading Zeros

Posted: Sun Jul 09, 2017 3:41 pm
by dtsig
Yes .. regexp has a script for this. there was an post earlier like this so look there

Re: Filter Specific Track Numbers To Add Leading Zeros

Posted: Sun Jul 09, 2017 4:13 pm
by rivorson
Preset number 80 in the free version of RegExp.

Re: Filter Specific Track Numbers To Add Leading Zeros

Posted: Sun Jul 09, 2017 4:16 pm
by TRegina
Thanks. The script works a lot faster than my method.