When you add several values for a metadata field and separate them with a semicolon, the values are put into separate fields. For example George; Eddie; Bootsy results in:
ARTIST=George
ARTIST=Eddie
ARTIST=Bootsy
This works for all the standard meta fields in dMC. But if you try the same for a custom field, like PRODUCER, only the characters prior to the semicolon will be saved. Everything after semicolon is lost, no new field, nothing.
Why is this? Is it just something forgot to code correctly or is it not possible to function the same way as the standard metadata fields?
ARTIST=George
ARTIST=Eddie
ARTIST=Bootsy
This works for all the standard meta fields in dMC. But if you try the same for a custom field, like PRODUCER, only the characters prior to the semicolon will be saved. Everything after semicolon is lost, no new field, nothing.
Why is this? Is it just something forgot to code correctly or is it not possible to function the same way as the standard metadata fields?
Comment