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

Release Date tag support #1648

Merged
merged 10 commits into from
Nov 1, 2023
Merged

Release Date tag support #1648

merged 10 commits into from
Nov 1, 2023

Conversation

certuna
Copy link
Contributor

@certuna certuna commented Apr 22, 2023

Smal fix for the Release Date (TDRL) frame as per id3v2.4, and in other formats.

This makes it in line with most other tag libraries/editors, see also mp3tag, TagLib, kid3, mutagen:
date -> TDRC
originaldate -> TDOR
releasedate -> TDRL

It fails the test for pr-544, but that's 'correct': if you look at the test file pr-544-id3v24.mp3, it has a value in TDRL (=releasedate), while the test written for it tests the empty TDRC (= date) frame -> logically it fails. It worked before, because TDRL was erroneously mapped to date instead of releasedate)

I can do two things:

  • I can resubmit the test file with a value in date (TDRC) instead (then the test will work again)
  • I can rewrite that test to check for releasedate

@Borewit Borewit merged commit 8e968b2 into Borewit:master Nov 1, 2023
@Borewit
Copy link
Owner

Borewit commented Nov 1, 2023

Sorry very my late reply @certuna, looks good to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants