Id3
Id3 copied to clipboard
Recording date frame issues
According to the spec, the recording date is actually a combination of the TDAT frame (which contains the day and month in DDMM format) and the TYER frame (which contains the year as a numeric string).
Instead of exposing both separately, it would be useful to have a composite kind of frame property that can encapsulate both frames and get/set the value as a DateTime.
Wonder why this is flagged as a bug, seems like a feature request 🤔
Wonder why this is flagged as a bug, seems like a feature request 🤔
@spottedmahn You're right. I've removed the Bug tag and marked it as an Enhancement.
Thank you.