I always renumber the Track Tag of albums-title to contain a leading zero. Once done, I apply variations of these two basic Tag-Filename Format String to rename the files:
%track%. %title% (single-disc albums)
OR
%discnumber%-%track%. %title% (multi-disc albums)
My question is this: How does one combine these two format strings into one action, or similar? At the moment, I apply first the one, and then the other Format String. Is there a shortcut, which can do all simultaneously?
Thank you.