Synchronize starred tracks with ListenBrainz 'loves'. fixes #163
This commit is contained in:
+6
-2
@@ -36,10 +36,14 @@ http-server-thread-count = 0;
|
||||
|
||||
# ListenBrainz root API
|
||||
listenbrainz-api-base-url = "https://api.listenbrainz.org";
|
||||
# How many listens to retrieve when syncing (0 disables sync)
|
||||
# How many listens to retrieve when syncing (0 to disable sync)
|
||||
listenbrainz-max-sync-listen-count = 1000;
|
||||
# How often to resync listens (0 disables sync)
|
||||
# How often to resync listens (0 to disable sync)
|
||||
listenbrainz-sync-listens-period-hours = 1;
|
||||
# How many feedbacks to retrieve when syncing (0 to disables sync)
|
||||
listenbrainz-max-sync-feedback-count = 1000;
|
||||
# How often to resync feedbacks (0 to disable sync)
|
||||
listenbrainz-sync-feedbacks-period-hours = 1;
|
||||
|
||||
# Acousticbrainz root API
|
||||
acousticbrainz-api-base-url = "https://acousticbrainz.org";
|
||||
|
||||
Reference in New Issue
Block a user