mirror of
https://git.sr.ht/~phw/scotty
synced 2025-05-02 06:37:04 +02:00
Deezer authentication and loves export
This commit is contained in:
parent
f447a259d4
commit
3a364b6ae4
11 changed files with 685 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue