quodlibet / mutagen

Python module for handling audio metadata
https://mutagen.readthedocs.io
GNU General Public License v2.0
1.57k stars 158 forks source link

Allows TYER tags in the form of 'yyyy-mm-dd' #597

Closed phw closed 1 year ago

phw commented 1 year ago

This is an alternative implementation to #529. It allows using TYER in non-standard YYYY-mm-dd format when upgrading ID3 v2.3 to v2.4. The difference to #529 is that this patch adds tests and also considers the mm-dd part in case there is no corresponding TDAT frame. This reduces data loss even further in case of non-standard use of TYER.

phw commented 1 year ago

@abelcheung Regarding your concerns about the project you posted previously: I'm about to help out here more and get open issues closed. So I hope I can help improve the situation again.

As current maintainer of MusicBrainz Picard my main concern is on bugfixes and keeping this library working and stable. I can't promise that I will do much feature work, but definitely seeing open bugs fixed.