mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-26 04:26:14 -05:00
[lbrainz] Add ListenBrainz integration
- Support submitting listens (scrobble) to ListenBrainz. - Add JSON API endpoints to manage ListenBrainz auth token.
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
#ifdef LASTFM
|
||||
# include "lastfm.h"
|
||||
#endif
|
||||
#include "listenbrainz.h"
|
||||
|
||||
#define PIDFILE STATEDIR "/run/" PACKAGE ".pid"
|
||||
#define WEB_ROOT DATADIR "/htdocs"
|
||||
@@ -833,6 +834,7 @@ main(int argc, char **argv)
|
||||
#ifdef LASTFM
|
||||
lastfm_init();
|
||||
#endif
|
||||
listenbrainz_init();
|
||||
|
||||
/* Start Remote pairing service */
|
||||
ret = remote_pairing_init();
|
||||
|
||||
Reference in New Issue
Block a user