JeevanJames / Id3

Library to read, modify and write ID3 & Lyrics3 tags in MP3 files. Provides an extensible framework for retrieving ID3 information from online services.
Apache License 2.0
41 stars 17 forks source link

Recording date frame issues #9

Open JeevanJames opened 6 years ago

JeevanJames commented 6 years ago

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.

spottedmahn commented 4 years ago

Wonder why this is flagged as a bug, seems like a feature request 🤔

JeevanJames commented 4 years ago

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.