mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 23:49:16 +02:00
Added a ListenBrainz plugin
Allows users to submit their listenings to ListenBrainz.org.
This commit is contained in:
parent
8c69b68806
commit
0dc46ea36b
6 changed files with 227 additions and 0 deletions
|
@ -94,6 +94,7 @@ Path to a directory containing Funkwhale plugins. These will be imported at runt
|
|||
sys.path.append(FUNKWHALE_PLUGINS_PATH)
|
||||
CORE_PLUGINS = [
|
||||
"funkwhale_api.contrib.scrobbler",
|
||||
"funkwhale_api.contrib.listenbrainz",
|
||||
]
|
||||
|
||||
LOAD_CORE_PLUGINS = env.bool("FUNKWHALE_LOAD_CORE_PLUGINS", default=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue