Picard script for new multivalued tag "Label - Catalognumber"

Hi

Given for example the release High Hopes. Label(s)/Catalognumber(s) are supposed to be entered in pairs
image

Is it somehow possible in picard to get this paired information back (via a script/plugin) in a new multivalued variable … lets say “label-catno” ?

It’s not clear to me what you’re actually asking for. Are you asking for “Row 1; Row 2; Row 3; Row 4” as a 4-entry value in a field called “Label - Catalognumber”?

The multivalued field (separator “;”) should be called “Label - Catalognumber” with in this case 4 entries:

Columbia - 88843015461; Sony Music - 88843015461; Columbia - 88843021652; Sony Music - 88843021652

Without this functionality the currenty populated “label” and “catalognumber” fields cannot be associated with each other

You would need to write your own webservice client (which could be a Picard plugin), as the default behavior in Picard does not allow what you want.