Documented general configuration and usage

This commit is contained in:
Philipp Wolfer 2023-12-09 17:41:38 +01:00
parent d6ca8d33f7
commit 0b1806367f
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
3 changed files with 87 additions and 14 deletions

View file

@ -71,7 +71,7 @@ identifier = ""
backend = "spotify"
# You need to register an application on https://developer.spotify.com/
# and set the client ID and client secret below.
# When registering use "http://127.0.0.1:2222/callback/spotify" as the
# When registering use "http://127.0.0.1:2369/callback/spotify" as the
# callback URI and enable "Web API".
client-id = ""
client-secret = ""
@ -81,7 +81,7 @@ client-secret = ""
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
# When registering use "http://127.0.0.1:2369/callback/deezer" as the
# callback URI.
client-id = ""
client-secret = ""
@ -92,7 +92,7 @@ backend = "lastfm"
username = ""
# You need to register an application on https://www.last.fm/api/account/create
# and set the API ID and shared secret below.
# When registering use "http://127.0.0.1:2222/callback/lastfm" as the
# When registering use "http://127.0.0.1:2369/callback/lastfm" as the
# callback URI.
client-id = ""
client-secret = ""