after tagging my songs in mediamonkey with the proper date i refresh mp3tag an the following fields are updated:
Date and Year
My problem is, the field date is populated with DDMM
What i want is to move values in Year and Date over to RELEASETIME in the format YYYY.MM.DD
Also, my current songs have YYYYDDMM in RELEASETIME field. I just moved values in Year and Date over to RELEASETIME field. What expression can i use to convert those to YYYY.MM.DD?
The ID3v2 frame TDRL (tag-field RELEASETIME) is a timestamp field and its format is based on a subset of ISO 8601.
Therefore the separator character "." (dot) seems not be correct.
The full date time format looks like this: "YYYY-MM-DDTHH:MM:SS".
The precision can be reduced by removing as many time indicators as needed, starting at the right edge.