Changelog
- Now when a single track fails, the parent download is not stopped (like a playlist or an album)
- Reworked authentication flow, integrated spotizerr-auth
- Credentials are now stored in
creds/accounts.db
. - Implemented region specification per account, preparing for region-based features.
- Spotify api keys are now global, not account-exclusive.
Migration
If migrating from >=2.2.1, you will have to re-setup your credentials. I recommend backing up the ./data/creds dir, since all necessary info for migration is contained there.
- Deezer arl: under
./creds/deezer/{accunt name}/credentials.json
- Spotify search creds api:
./creds/spotify/{account name}/search.json
- Spotify credentials blob:
./creds/spotify/{account name}/credentials.json
Re-enter those in the UI or, in the case of spotify, you can use the new util spotizerr-auth to make the process WAY less painful than before.