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
This release doesn't bring new features (except the --show-not-found flag).
But the project has been completely refactored to reduce memory consumption and increase speed, from 2 to 5 times faster in my tests.
Lots of dependencies have been removed too, to rely more on node native modules, more unit tests added, and it has been converted to ESM to use a more modern JS and make it more future-proof.
feat: datetime format added as an option by @rombat in #10
It appears that MusicBee can output different datetime format, so this allows you to set one matching what's used in your CSV.
Thanks to @sterling-tenn for the input.
fix: newer versions of Additional Tagging & Reporting Tools have new headers and rating system, resulting in validation errors
Thanks to @psagat for the input !