(Yes, I've searched. No, I've not found an applicable answer.)
I need to INSERT a sequential number at the beginning of each title field for tracks in a folder. The existing title needs to remain. I've manually sorted the files in MP3tag.
The track numbers are correct, and I am aware of the string "$num(%track%,3)", but don't know how to INSERT the string at the beginning of each title tag.
You can try Convert Tag -> Tag
Field:
TITLE
and a Format string: $num(%track%,3) %title%
or $num(%track%,3) - %title%
if you want to separate the number from the existing title.
With Convert Tag -> Tag you can see the result in the preview immediately and you can adjust it to your needs.