Skip to content

fix: improve metaphony date parsing#857

Open
ludmila-lovelace wants to merge 3 commits into
zyrouge:mainfrom
ludmila-lovelace:fix/improve-date-parsing-logic
Open

fix: improve metaphony date parsing#857
ludmila-lovelace wants to merge 3 commits into
zyrouge:mainfrom
ludmila-lovelace:fix/improve-date-parsing-logic

Conversation

@ludmila-lovelace

@ludmila-lovelace ludmila-lovelace commented Apr 20, 2026

Copy link
Copy Markdown
  • Using LocalDate to parse a partial date (i.e. yyyy or yyyy-MM) will always fail as they are not considered valid dates. Instead, use Year and YearMonth to parse partial date tags.
  • In the case of a partial date, the year value will be preserved but not the date value
    • Example below:
image image

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.

[Bug] Release year is missing for tracks with MPEG-1 codec

1 participant