mirror of
https://git.sr.ht/~phw/scotty
synced 2025-06-05 04:58:33 +02:00
Update changelog and README
Clarify that some services are not suited for full listen history export
This commit is contained in:
parent
c29b2e20cd
commit
b18a6c2104
3 changed files with 29 additions and 2 deletions
|
@ -106,6 +106,8 @@ client-secret = ""
|
|||
|
||||
[service.spotify-history]
|
||||
# Read listens from a Spotify extended history export
|
||||
# NOTE: The Spotify API does not allow access to the full listen history,
|
||||
# but only to recent listens.
|
||||
backend = "spotify-history"
|
||||
# Path to the Spotify extended history archive. This can either point directly
|
||||
# to the "my_spotify_data_extended.zip" ZIP file provided by Spotify or a
|
||||
|
@ -122,7 +124,9 @@ ignore-skipped = false
|
|||
ignore-min-duration-seconds = 30
|
||||
|
||||
[service.deezer]
|
||||
# Read listens and loves from a Deezer account
|
||||
# Read listens and loves from a Deezer account.
|
||||
# NOTE: The Deezer API does not allow access to the full listen history,
|
||||
# but only to recent listens.
|
||||
backend = "deezer"
|
||||
# You need to register an application on https://developers.deezer.com/myapps
|
||||
# and set the client ID and client secret below.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue