How to assign track numbers and total tracks with action

I want to add an action that will format track field like this: 1/10

The Auto Numbering Wizard seems allow me to do this only for certain files. I will check “assign track numbers” and “save total count of tracks”, with the proper numeric information in the “begin at track number” and “save total count of tracks” boxes. It still will format the track field as “1 2 3 4” instead of “1/10 2/10 3/10 4/10”. I would like to be able to add an action that formats the tracks as “track number/all tracks” to my action group so that I can just get everything taken care of in one go. I hope that I explained this properly, any advice would be greatly appreciated. Thanks so much! :slight_smile:

You could try e.g. this
Format string: %_counter%/%_total_files%

There is no way to reset the counter on conditions, it only works, if you select the correct amount of files.

What audio format are these files? Note the for m4a files this is not possible. The spec for the Track and Disc fieldsis that they are to be integer values only, so the slash character is invalid.

As @MotleyG already wrote this is not possible for m4a files. If you use “save total count of tracks” in Mp3tag with these files the total amount of tracks is written in the tagfield TOTALTRACKS. You can see this field if you mark a file and open the the extended tag-view with ALT-T.

Yes, this is exactly what I was looking for. Thank you kindly!!:pink_heart:

Okay, this makes a lot of sense, I was wondering why it wasn’t working on certain formats. I didn’t piece together that it is most often when organizing M4A files that this issue presents itself. Thanks so much for the reply!

Thank you for the reply!