Could not find in support if this was asked before. I have a bunch of mp4 tracks that were converted to MP3. I am tagging them with %title% - %artist%. The original track has a track number in front. When I go to change the tag it does not remove the track number on all the tracks. Even if I do it by individual track I cannot permanetly remove the track number from certain tracks. Example - Existing tag is 1 - Title - Artist, Trying to change to Title - Artist. I am using the convert format string to do this. It just does not seem to work on all the tracks. Anyone have any suggestions? Thanks in advance
Just to get this clear: the filename is not a "tag". It is something that the OS needs to identify a file. Tags are embedded in the files and can be all different from the filename.
So: what do you want to change? The filename or parts of the fields in the metadata?
Please show us with a screenshot which function you use and which parameters you have entered.
Also see e.g. here:
want to change the filename. I have included the screenshot you requested.
Per the screenshot, the last 5 songs are how I want the first 7 songs re-named. MP3 Tag did rename the bottom five but I can't change the top 7. I don't want to re-name each file individually.
Even if I re-name the title I cannot change the filename.
Thank you for your assistance.
Do you want to keep the number in the tag TITLE?
Or would you prefer to first clean up the TITLE (removing the track number) and then rebuild the filename with the new content in TITLE?
And what do you want to do with the trailing underscore in the TITLE of track #4 and #6?
The most easy steps would be:
Use Convert Filename -> Tag with
%TRACK% - %TITLE% - %ARTIST%
for the 7 tracks with a leading track number in TITLE.
Then use your convert Tag -> Filename with
%TITLE% - %ARTIST%
Just as a side info:
This way, you don't see the track order anymore in your windows file explorer.
You would have to enable the column with the track number to get the track sort order back.
That would destroy the existing tracknumber in the form "1/12" like to be seen in the first track.
So if all the tracks are correctly numbered like this I would take %dummy% instead of %track%
%dummy% - %title% - %artist%
Good catch @poster.
We still don't know if @AWSHO care about the TRACK numbers at all.
If this 12 tracks are the correct one for the Chicago album, AWSHO could also use the Autonumbering wizard to rebuild the TRACK number with the number of total tracks (for example from 1/12 to 12/12).
Your format string accurately uses the data from TITLE.
For whatever reason some TITLE fields contain a leading number.
If you want to get rid of this first and then rename the files, try
Convert>Tag-Tag for TITLE
Format string: $replace(%title%,$num(%track%,1) - ,)
The preview should show whether you get rid of the leading number and the hyphen in the field TITLE.
