Hi, I would like to add a rule to the "Rule Based Mapping" in the "ID Tag Processing" DSP, which modifies the "Encoded by" field by adding the name of the encoder to it:
IF Encoded by=[anyvalue]
SET Encoded by=[Encoded by] & [Encoder]
The desired result should be to set the Encoded By field to: dBpoweramp Release 16.2 & Lame 3.99.5
However the above rule is not working. Specifically, the value of [Encoded by] doesn't get replaced with "dBpoweramp Release 16.2". I end up with this instead: [Encoded by] & LAME 3.99.5
Interestingly, the field name "Encoded by" (directly after "IF" and "SET") works quite fine, which tells me that this is the correct name of this field.
So why doesn't it work as [Encoded by] then?
I've also tried [Encodedby] and [Encoded] but no luck. What's the correct name of this variable"
IF Encoded by=[anyvalue]
SET Encoded by=[Encoded by] & [Encoder]
The desired result should be to set the Encoded By field to: dBpoweramp Release 16.2 & Lame 3.99.5
However the above rule is not working. Specifically, the value of [Encoded by] doesn't get replaced with "dBpoweramp Release 16.2". I end up with this instead: [Encoded by] & LAME 3.99.5
Interestingly, the field name "Encoded by" (directly after "IF" and "SET") works quite fine, which tells me that this is the correct name of this field.
So why doesn't it work as [Encoded by] then?
I've also tried [Encodedby] and [Encoded] but no luck. What's the correct name of this variable"
Comment