Implemented deezer-history backend listen import

This commit is contained in:
Philipp Wolfer 2025-05-25 15:34:56 +02:00
parent 1244405747
commit e85090fe4a
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
7 changed files with 171 additions and 4 deletions

View file

@ -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