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?
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:
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.
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