Year in new v3.32

Hello,

I believe something has changed from the previous v3.31f.

Despite the year format in musicbrainz (yyyy-mm or yyyy-mm-dd) I could see in column year just the year (yyyy) in v3.31f

Now in v3.32 I see in column year exactly the date imported from musicbrainz.

I did not changed the setting. Value $meta_sep(year,\\) - Field %year%

How can I just save the year like in the v3.31f ?

Thank you fro the help

MM

Try an action of the type "Format value" or Convert>Tag-Tag for YEAR
Format string: $num(%year%,1)

Thank you.

I solved with Format value “Year“: $left(%year%,4)