Can anyone tell me how I can get a field value into the "Replace matches with:" value of a "Repalce with regular expression" Action?
E.g. to prepend ALBUM ARTIST to ARTIST.
Thanks.
Can anyone tell me how I can get a field value into the "Replace matches with:" value of a "Repalce with regular expression" Action?
E.g. to prepend ALBUM ARTIST to ARTIST.
Thanks.
To prepend ALBUM ARTIST to ARTIST you can use an action Format value. Placeholders are not supported at Replace matches with for regular expressions.
Best regards,
Florian
To prepend ALBUM ARTIST to ARTIST you can use an action Format value.
Thanks.
Placeholders are not supported at Replace matches with for regular expressions.
OK. How about adding a function $ph(placeholder)?