What do you mean exactly with 'name'-field? The title of a song? The filename?
If the tracknumber is part of the filename and you want to have the title includes the entire filename, you can just use the Converter (ALT-2) "Filename to Tag".
Use a formatstring like this:
%title%
(If you would like to fill the single tags with the appropriate values, you would choose for your example
02 push - universal nation
%track% %artist% - %title%)
basically the ipod seems to display "name" as it's main info. not the actual filename, but the "name" id3 tag.
so if the "name" tag doesn't display the 02 part of "02 artist - title.mp3", i need to copy the 02, into tjhe "name" tag.
i just tried selecting 20 files in al album and calling them %track% %title% and it renamed all 20 files with actually %track% %title% as the name. (!!!!!!)
the alt-2 seems to have the [OK] box greyed out
tools - auto number wizard didnt change the "name " tag
ok tack number does not seem to show on the ipod screen, the only fields showing are name (not filename) an artist. so im going to have to be able to insert the track number into the "name" field
when i manually type %track% into the title field, it inserts the string %title% into the it
is there a differnet button i need to press rather than the save button to m ake it the actual track number?
also is there a way to do this in mass - to insert %track% into file i've shift-selected with the mouse, and have %track% come up as the actual number rather than " %track% " ?
Sorry, but I can't follow. There is no tag called NAME in the id3tag-specification.
On the left side of Mp3tag you can see the most used available id3-tags. (If you don't see this values, press CTRL+Q).
Which of this fields should contain your tracknumber and title?
%title%
%artist%
%album%
%year%
%track%
%comment%
or something else, visible on the extended tag view with ALT+T?
Really glad I found this thread, as I have just acquired a 2021 Toyota, and it's media player amazingly still has exactly this problem !
Improvement suggestion: %track% - %title% only works for albums with fewer than 10 tracks. I used: $ifgreater(%track%,9,,0)%track% - %title% and that works for up to 99 tracks.