You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
def convert_taglist(taglist):
...
date = datetime.date(
value.get_year(), value.get_month(), value.get_day())
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:
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: