ValueError from bad audio tags #1506
Closed
Labels
Milestone
Comments
Could you please write the steps to reproduce it? |
I've just created a PR #1525 that reproduces this problem in a test and fixes it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
audio/tags.py:
This raises a ValueError that is not catched when audio track has badly set year.
I suggest that if the year exceeds datetime.MAXYEAR then use datetime.MAXYEAR or 0 as the audio itself is probably not broken.
The text was updated successfully, but these errors were encountered: