From 58873cc4e05c4bfb7a67f7f57353bc09c25b4818 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 14 Nov 2018 20:46:05 +0000 Subject: added listenbrainz support (#954) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8429 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/scrobbler/defines.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/plugins/General/scrobbler/defines.h') diff --git a/src/plugins/General/scrobbler/defines.h b/src/plugins/General/scrobbler/defines.h index 3b7ae5f14..ac8877eb5 100644 --- a/src/plugins/General/scrobbler/defines.h +++ b/src/plugins/General/scrobbler/defines.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013-2015 by Ilya Kotov * + * Copyright (C) 2013-2018 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -23,8 +23,10 @@ #define SCROBBLER_LASTFM_URL "http://ws.audioscrobbler.com/2.0/" #define SCROBBLER_LIBREFM_URL "https://libre.fm/2.0/" +#define SCROBBLER_LISTENBRAINZ_URL "https://api.listenbrainz.org/2.0/" #define LASTFM_AUTH_URL "http://www.last.fm/api/auth/" #define LIBREFM_AUTH_URL "https://libre.fm/api/auth/" +#define LISTENBRAINZ_AUTH_URL "https://listenbrainz.org/api/auth/" #endif // DEFINES_H -- cgit v1.2.3-13-gbd6f