mirror of
https://git.sr.ht/~phw/scotty
synced 2025-07-01 07:41:57 +02:00
Documented general configuration and usage
This commit is contained in:
parent
d6ca8d33f7
commit
0b1806367f
3 changed files with 87 additions and 14 deletions
|
@ -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 = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue