listenbrainz: added a listens synchronizer. fixes #142
This commit is contained in:
+6
-2
@@ -35,10 +35,14 @@ deploy-path = "/";
|
||||
http-server-thread-count = 0;
|
||||
|
||||
# ListenBrainz root API
|
||||
listenbrainz-api-url = "https://api.listenbrainz.org/1/";
|
||||
listenbrainz-api-base-url = "https://api.listenbrainz.org";
|
||||
# How many listens to retrieve when syncing (0 disables sync)
|
||||
listenbrainz-max-sync-listen-count = 1000;
|
||||
# How often to resync listens (0 disables sync)
|
||||
listenbrainz-sync-listens-period-hours = 1;
|
||||
|
||||
# Acousticbrainz root API
|
||||
acousticbrainz-api-url = "https://acousticbrainz.org/api/v1/";
|
||||
acousticbrainz-api-base-url = "https://acousticbrainz.org/api";
|
||||
|
||||
# Authentication
|
||||
# Available backends: "internal", "PAM", "http-headers"
|
||||
|
||||
Reference in New Issue
Block a user