Added last.fm support to scrobble data, fixes #138

This commit is contained in:
emeric
2026-06-09 22:56:59 +02:00
parent 709a1509b6
commit f8aa2ed17d
33 changed files with 1548 additions and 45 deletions
+6
View File
@@ -61,6 +61,12 @@ listenbrainz-max-sync-feedback-count = 1000;
# How often to resync feedbacks (0 to disable sync)
listenbrainz-sync-feedbacks-period-hours = 1;
# Last.fm API and authorization URLs
lastfm-api-base-url = "https://ws.audioscrobbler.com";
lastfm-auth-base-url = "https://www.last.fm";
# How often to submit pending scrobbles (0 to disable)
lastfm-submit-period-hours = 1;
# Acousticbrainz root API
acousticbrainz-api-base-url = "https://acousticbrainz.org";