I guess that makes sense but is there a way to bring the musical file track names I’ve changed into the MC library? For example bring them into the file path and then MC pull them out as the track names?
There are a number of ways to do this, people have given you some examples already. I use MP3tag for my 99% of my tagging. It has the ability to build tags from 'fields' eg track number, filename, path etc etc as well as change the tag based of the filename or construct a filename based on tags; pad numbers etc etc. So a number of operations can be done at once. All my filenames are of this format:
$num(%track%,2) %artist% - %title%
01 Blue Nile, The - A Walk Across the Rooftops.flac
$num(%track%,3) %artist% - %title%
001 Blue Nile, The - A Walk Across the Rooftops.flac
It can auto renumber tracks (padding leading zeroes) and reset counters on a new directory so you can do entire directory 'tree' in one go.
I can extract tags from 'unconventional' filenames: eg %track% %dummy% - %title% - %artist%
You can even string these operations together in macros ('Actions') eg.
Case conversion
Grammartron - Smart Case and Grammar Restorer #1 - Tags
Grammartron - Smart Case and Grammar Restorer #2 - Filenames
Grammartron - Smart Case and Grammar Restorer #3 - Parent Directory
Title Case - Artist + Album +Title
Title Case - Filenames
The 'grid' layout gives a great overview of the tag status of your entire collection at once in a sortable table. (Sorting the table makes it easy to spot anomalies (eg tracks with cover art that's not '1').
Maybe I should do a video on MP3Tag. . . . I have thought of doing one on 'tagging/metadata' in the past. . . But as I'm on MC 24 and feel no motivation to upgrade there seems little point.
Spike