Copy tag from one track to empty field on another track

Not that I know - as MP3tag does not group files together that have the same data in a tag field.
So it would be down to your export script to get the data for an album only from 1 file.
Perhaps

is not the best criterion as the files should be treated by ALBUM and not by TRACK.
Have you tried $loop(%album%,1) or even $loop(%albumartist% %album%,1) for the filtered files?

no of course i haven't :grinning:
This is the icing on the cake
Thank you very much!

so to sum it up for the next person in need.

Even though telling me first filling a tag value of the same field from another track isn't possible, the following works. My example was/is %label% works of course for other tag fields too
First create export file:

$filename(New export file.txt,utf-8)$loop(%albumartist% %album%,1)%label%$loopend()

Second filter your files with the mp3tag filter

LABEL PRESENT

Third export with the above export file with the path

%_folderpath%\00 csv tag dump of label.csv
set the flag "One file per Directory"

Forth
delete mp3tag FILTER setting

Fivth
select your files again or use a filter like

NOT LABEL PRESENT

Sixth

use quick action import text file

set tag field LABEL
use path %_folderpath%\00 csv tag dump of label.csv

Done!

A shorter filter would be
label MISSING

The original statement is still valid as right now you do not import the data from another tag field but from a text file outside the metadata of another file.
Other suggestions in this thread were to rename the folder or use the tag panel.
All these had in common that the new data had to be visible from the individual file and therefore not be incorporated in other files.
The only exception would have been the approach via the tag panel that collects the data from all the selected files.

the tag panel advice i didn't get it.
There, if tags with differen t values are selected you have three options


and value is one value valid for all selected files, which means overwriting different values with one value. Didn't see this as an solution.

This is also true for the solution with the text file as it assumes that there is only 1 contents in LABEL for 1 album and that gets exported to the text file and then imported to all the filtered files.

yeah, but because the flexibility of the %_folderpath% variable you can select 2000 files and it still works. With the tag panel you can select ONE album