Filter Specific Track Numbers To Add Leading Zeros

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Filter Specific Track Numbers To Add Leading Zeros

Re: Filter Specific Track Numbers To Add Leading Zeros

by TRegina » Sun Jul 09, 2017 4:16 pm

Thanks. The script works a lot faster than my method.

Re: Filter Specific Track Numbers To Add Leading Zeros

by rivorson » Sun Jul 09, 2017 4:13 pm

Preset number 80 in the free version of RegExp.

Re: Filter Specific Track Numbers To Add Leading Zeros

by dtsig » Sun Jul 09, 2017 3:41 pm

Yes .. regexp has a script for this. there was an post earlier like this so look there

Filter Specific Track Numbers To Add Leading Zeros

by TRegina » Sun Jul 09, 2017 3:26 pm

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?

Top