How do I get Picard to add data for engineer and producer tags?

I tried:

$set( producer, %producer% )
It didnt work

What am I doing wrong? What am I missing?

1 Like

You don’t have to setup anything, Picard will write producer and engineer tags to the files if the data is available on MusicBrainz.

And the code you posted does essentially nothing :slight_smile: It just sets the engineer variable to the value of the engineer variable, changing nothing at all :wink:

1 Like

I tagged Common - Finding Forever through Picard, but theres not ‘producer’ or ‘engineer’ tag saved in the ID3tag even though the site has those fields populated for all the songs with a producer.

I see,the credits are per track in this case. You have to enable “Use track relationships” in options for these to work. “Use release relationships” should also be enable, but I think it is by default.

1 Like

Worked perfect, highly appreciated!