How to make loop of artist within file
Hi guys,
I searched few hours and looked up some topics but didn't get what I exactly want.
Actually I have album as:
Track01 - Artist1, Artist2
Track02 - Artist2, Artist3
Track03 - Artist4, Artist3
Track04 - Artist1, Artist4
Track05 - Artist3, Artist4
I want to put all of the artists from artist field into ALBUMARTISTSORT field as a loop as:
Artist1, Artist2, Artist3, Artist4
or make the loop as they are as:
Artist1, Artist2, Artist2, Artist3, Artist4, Artist3, Artist1, Artist4, Artist3, Artist4
When I export the tag I use this syntax as:
$loop(%_filename_ext%) $replace(%artist%,&,&), $loopend()
and it makes the loop perfectly but I want to put it within the file with any action.
I already had a look at the topic as:
but didn't get what I want.
Please suggest me how to do.
Thanks in advance.