Having studied the information on the Internet and on your site, I still could not find the answer to my question.
Tell me, please, is it possible to use your program to combine values from two fields into one field and, if the first and second fields contain the same values, they are deleted?
could you still show a screenshot from the extended tags dialogue from a single of these files?
I suspect that you have to use $meta_sep(field1,; ) instead of the simple %field1%
Yes, your script works now, thank you very much! But I had to manually rework the fields to merge the values. Is there any way to speed up this process?
The expression in Convert>Tag-Tag for FIELD3 could look like this:
Format string: $reverse($regexp($regexp(';'$reverse(%artist%; %composer%),'\s*(;[^;]+)(?=(\s*\1|;.*?\1))',),'^\s*;+|;+\s*$',))
$meta_sep() does not seem to be necessary as (at least in this file) there are no multi-value fields.
So I don't know what you had to rework.
I get the following result:
Thank you, I don't understand why such a difficult script is needed if the previous simple one works exactly the same way/ But still, could you, if it's not too much trouble, answer my last question on how to quickly and automatically combine the separated values so that the first script works as it should?