I have made the following action for each artist i own to match them with a specific genre if this is not already set on Soundtrack:
Action Type: FORMAT VALUE
Source Format: %GENRE%
Format string: $if($and($neql(%genre%,Soundtrack),$eql(%artist%,Artist1)),Genre1,%genre%)
The last thing i cant figure out is to add another condition to the else function so afterwards i can filter the ones that are not met by the if statement. So besides changing the genre when the artist is not present i want to replace a field e.g. %land% with the text (new). I already tried adding the text (new) behind the genre but then it adds (new) to the genre in any case the genre is not changed and keeps adding to it when the keep calling the action:
$if($and($neql(%genre%,Soundtrack),$eql(%artist%,Artist1)),Genre1,%genre% (new))
Anyone who has a solution for this?
Thanks in advance
: