Implemented a Scrobbling service + ListenBrainz scrobbler. fixes #118

This commit is contained in:
emeric
2021-04-06 19:59:12 +02:00
parent c29c4d576a
commit acf81e3f1a
49 changed files with 1662 additions and 177 deletions
+4 -1
View File
@@ -34,7 +34,10 @@ deploy-path = "/";
# Number of threads to be used to dispatch http requests (0 means auto detect)
http-server-thread-count = 0;
# Acoustic brainz's root API
# ListenBrainz root API
listenbrainz-api-url = "https://api.listenbrainz.org/1/";
# Acousticbrainz root API
acousticbrainz-api-url = "https://acousticbrainz.org/api/v1/";
# Authentication