Convert - Tag-Filename

The filename is currently track number followed by title. I would like to change it to Disc Number, track number and title. When I use the Convert %discnumber%%track%%title% on the first track 01, the preview shows the 01 tracks as 11. How can I fix this?

Thank you.


Try
$num(%discnumber%,2)$num(%track%,2)%title%
or
$num(%discnumber%,2)$num(%track%,2) - %title%
or
$num(%discnumber%,2)_$num(%track%,2) - %title%
instead

The first option I believe is the best. But instead of having 001, how can I change it so that I can get just 01?

Thank you.

David

Where do you see that number?
$num(%xyz%,2) gives the numberic value of field XYZ with 2 digits. So I wonder why you did not get 4 digits.

I have it worked out. The problem was when I did Convert, Tag Filename the file name contained the 01 with the file name, so when I did the change it included the extra zero.

Thank you.

David

If you use COnvert>Tag-Filename then a completely new filename is created and nothing left from the old filename.
So your description does not really look like the solution to your problem.
If you need further assistance, then please show a screendump that shows at least a single file, its track number, disc number and title as well as the window for Convert>Tag-Filename with the format string that you use.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.