I used MusicBrainz to check files in an album against their records. There’s 12 files and although their track numbers are the same as the ones in the results pane, they are in a different order in my pane. Is there a way to make them ‘auto sort’ instead of moving files up and down in the pane to match?
The sort order for user files in the results' pane is the same as presented in Mp3Tag's main window.
If -as you detailed- you are cross-checking already tagged files, sorting by TRACKNUMBER should produce a list according to the order of MusicBrainz's database entry.
It's also a good troubleshooting tip in these instances to check the MB album page in a browser and visually confirm if the track titles and track numbers (and/or other data) are matching.
I do random checks at the moment to ensure tracks are what they should be. But how do you sort? I’ve never seen a control for sorting by any variable?
You can sort by any column in the File List of Mp3tag.
Just click on the column header TRACK for example, to sort by TRACK numbers.
Or click on the column header ALBUM to sort by ALBUM names.
There is also the menu View -> Sort by to do the same.
If you want to sort by multiple fields, you can customize one of your columns and fill these fields into the definition "Sort by".
For example, if you think that TRACK should first sort by ALBUM and then by the tracknumber, you could use something like
%album%$num(%track%,3)
Please note:
Clicking on another column header than TRACK - for the above example - (to sort the content of that other column in ascending or descending sort order) will always override your Sort by definitions.
This is correct for one media albums.
For albums containing more than one media I would suggest to sort by DISCNUMBER and TRACK to get the tracks listed as
disc 1 and track #1
disc 1 and track #2
disc 1 and track #3
...
disc 2 and track #1
disc 2 and track #2
disc 3 and track #3
I found it eventually. Because I’ve usually got many windows open when tagging, I run MP3tag in a small window, and had never realised that there was a whole list of columns. I feel like I’ve been blind the whole time!
I just whizzed through an album in seconds. Thanks for the heads up!
I didn’t know about this feature either. I thought I was being really efficient using MP3tag but I’ve been running on empty really. Thanks for your help.
Yes, you are absolutely correct. I wasn't considering multiple-media releases in my previous reply.
However the sorting order should be 1st- TRACK and 2nd- DISCNUMBER; so that you get your tracks listed as
1.01
1.02
1.03
...
2.01
2.02
2.03
...
...
which is the order usually followed by most websources (including MusicBrainz).
