mirror of
https://git.sr.ht/~phw/scotty
synced 2025-06-05 12:58:33 +02:00
Implemented deezer-history backend listen import
This commit is contained in:
parent
1244405747
commit
e85090fe4a
7 changed files with 171 additions and 4 deletions
|
@ -96,6 +96,8 @@ identifier = ""
|
|||
|
||||
[service.spotify]
|
||||
# Read listens and loves from a Spotify account
|
||||
# NOTE: The Spotify API does not allow access to the full listen history,
|
||||
# but only to recent listens.
|
||||
backend = "spotify"
|
||||
# You need to register an application on https://developer.spotify.com/
|
||||
# and set the client ID and client secret below.
|
||||
|
@ -106,8 +108,6 @@ 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
|
||||
|
@ -135,6 +135,15 @@ backend = "deezer"
|
|||
client-id = ""
|
||||
client-secret = ""
|
||||
|
||||
[service.deezer-history]
|
||||
# Read listens from a Deezer data export.
|
||||
# You can request a download of all your Deezer data, including the complete
|
||||
# listen history, in the section "My information" in your Deezer
|
||||
# "Account settings".
|
||||
backend = "deezer-history"
|
||||
# Path to XLSX file provided by Deezer, e.g. "deezer-data_520704045.xlsx".
|
||||
file-path = ""
|
||||
|
||||
[service.lastfm]
|
||||
backend = "lastfm"
|
||||
# Your Last.fm username
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue