Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support YYYY-MM-DD + and any other string for year column #7844

Closed
mixxxbot opened this issue Aug 22, 2022 · 3 comments
Closed

Support YYYY-MM-DD + and any other string for year column #7844

mixxxbot opened this issue Aug 22, 2022 · 3 comments

Comments

@mixxxbot
Copy link
Collaborator

Reported by: daschuer
Date: 2015-02-04T15:37:21Z
Status: Fix Released
Importance: Wishlist
Launchpad Issue: lp1418083
Tags: soundsource


This is required, to be complaint with most tag formats.

"
The release date formatted according to ISO 8601. Might
be followed by a space character and arbitrary text.
http://age.hobba.nl/audio/mirroredpages/ogg-tagging.html
"
Once we are starting to write the tags back to the file, this is required for not deleting MM and DD from user files due to a Mixxx round trip.

@mixxxbot
Copy link
Collaborator Author

Commented by: uklotzde
Date: 2015-02-04T17:57:16Z


I'm already working on a solution that is needed for reading and writing ID3v2.3.0 TYER/TDAT tags. This code will be reusable for the verification and normalization of any 'Year' string according to ISO 8601.

@mixxxbot
Copy link
Collaborator Author

Commented by: uklotzde
Date: 2015-02-08T12:12:32Z


Will be fixed in #⁠1156569 (https://bugs.launchpad.net/mixxx/+bug/1156569) that also contains lots of tagging improvements.

The overview for browsing will only display the calendar year that is also used for column sorting. The complete date/time information formatted according to ISO 8601 is still available for editing and will be stored in the corresponding tag if possible (ID3v2.3.0 only supports a date without a time stamp).

@mixxxbot
Copy link
Collaborator Author

Issue closed with status Fix Released.

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
@mixxxbot mixxxbot added this to the 2.1.0 milestone Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant