Added last.fm support to scrobble data, fixes #138
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user