Can you modify PadNumber() to apply default padding with argument 0 (or -1 or something)?
There is currently no way to "unpad" numbers. PadNumber() can only
increase padding, not decrease it. I'd really prefer to see it be bi-directional, but at the least, 0 should remove all the padding, and let you start over.
When I had
my calamity this weekend, I discovered something annoying (something
else annoying):
* Fill Properties from Filename does not unpad numbers imported for [Episode] and [Season].
* RMCF, of course,
does pad those to two digits.
So, when I re-imported, and had to do Fill Properties from Filename on some of them, they picked up [Episode] and [Season] numbers that were padded to two digits. Annoying.
So, try to undo this for me. It is easy to test. Go to your Library and select some TV Show episodes. Open the Tagging AW, and type this in the [Episode] field box:
=PadNumber([Episode], 3)Now, undo it. I hope when you did it, you selected only episodes 1-9 of a series, because then you can use =RemoveLeft([Episode], 2) on them. I couldn't figure out any other way. I didn't, of course, have only episodes 1-9 of series, I had a whole pile of them. A few, because they were part of Documentary series with 3-digit episode numbers, so some were padded to three digits, and I had three "tiers" of RemoveLeft() I had to use.
If there is some other way (which I still haven't thought of), it isn't very intuitive.
PadNumber([Field], 0) should pad them to no padding. If it isn't super difficult, PadNumber() should be able to both increase and
decrease padding.