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
Fixing brittle imports (#45)
Fixes several bugs with the importers. It now parses the HTML which is a
little more reliable than a regexp.
I have also replaced the tests with a jest test suite.
Adding "Quick Fix" module (#44)
Quick Fix discovers common cleanup actions like replacing the wrong type
of brackets or removing common strings on many of the tracks. It will
continue to be extended with future versions.
Import from Spotify (#33)
You can now import from a Spotify album URL. Rather than register an
application (basically, doing it the correct way) Spotify provides the
JSON in the HTML page itself so we don't have to manage secrets.