Deezer authentication and loves export

This commit is contained in:
Philipp Wolfer 2023-11-23 15:30:43 +01:00
parent f447a259d4
commit 3a364b6ae4
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
11 changed files with 685 additions and 0 deletions

View file

@ -76,6 +76,16 @@ backend = "spotify"
client-id = ""
client-secret = ""
[service.deezer]
# Read listens and loves from a Deezer account
backend = "deezer"
# You need to register an application on https://developers.deezer.com/myapps
# and set the client ID and client secret below.
# When registering use "http://127.0.0.1:2222/callback/deezer" as the
# callback URI.
client-id = ""
client-secret = ""
[service.dump]
# This backend allows writing listens and loves as console output. Useful for
# debugging the export from other services.