Copy track to title

I have some mp3's where I need to copy the track # to the title field. I understand how to do that part but I need to drop the leading zero from the track number in the title field.

Hi!

How exactly are you copying the track number to the title field? You could use $mid() to skip characters.

Regards
Sebastian

I'm using the action menu. Below is the config for the action.
Field: Title
Format string: %track%

Use Format string: $num(%track%,1)