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.Dismiss alert
There is currently an issue in the metadata ID3 year.
If an mp3 file has an unsupported YEAR format (like 2023.01.01) the metadata read will fail with "Encountered an invalid timestamp: Expected a separator"
There is currently an issue in the metadata ID3 year.
If an mp3 file has an unsupported YEAR format (like 2023.01.01) the metadata read will fail with "Encountered an invalid timestamp: Expected a separator"
The fix for it is either
downgrade lofty to version 0.20.1 -> mp3 invalid timestamp Serial-ATA/lofty-rs#466
upgrade lofty to latest version 0.22.4 and use rust edition 2024