Make Picard write the Original Release Year into the Date field

So, I have a Dylan CD. https://musicbrainz.org/release/9ffb96b1-02fb-4f4c-a592-519a50851357/details
The vynl was originally released in 1970. The ‘Original Year’ is correct, but Picard is tagging it as 2009 when this particular CD was release. There seems to have been a plug-in to fix this, but I can’t find it and even if I did, it was the older API?

Is there a simple fix please?
Thanks
D

Add a script in Options > Scripting:

$set(date,$if2(%originaldate%,%date%))
2 Likes

Thanks!
It seems to have worked automatically…

How do I have other tags like composer updated into the MP3 file automatically.

Enable both “Use release relationships” and “Use track relationships” in Options > Metadata

1 Like

Thanks again!
Sort of think these should be the defaults!

And will those settings write the mbid and other musicbrainz values into TXXX tags?

David

Those are written by default.

Thanks… are there any bits of software to verify this with - other than Picard

You can use some other tag editor. E.g. on Windows you could use MP3Tag.

1 Like