mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 23:28:26 +02:00
Document built-in plugins
This commit is contained in:
parent
44394275ec
commit
355b607f25
5 changed files with 78 additions and 1 deletions
|
@ -5,6 +5,7 @@ PLUGIN = plugins.get_plugin_config(
|
|||
name="listenbrainz",
|
||||
label="ListenBrainz",
|
||||
description="A plugin that allows you to submit your listens to ListenBrainz.",
|
||||
homepage="https://docs.funkwhale.audio/users/builtinplugins.html#listenbrainz-plugin", # noqa
|
||||
version="0.1",
|
||||
user=True,
|
||||
conf=[
|
||||
|
|
|
@ -7,7 +7,7 @@ PLUGIN = plugins.get_plugin_config(
|
|||
"A plugin that enables scrobbling to ListenBrainz and Last.fm. "
|
||||
"It must be configured on the server if you use Last.fm."
|
||||
),
|
||||
homepage="https://dev.funkwhale.audio/funkwhale/funkwhale/-/blob/develop/api/funkwhale_api/contrib/scrobbler/README.rst", # noqa
|
||||
homepage="https://docs.funkwhale.audio/users/builtinplugins.html#scrobbler-plugin", # noqa
|
||||
version="0.1",
|
||||
user=True,
|
||||
conf=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue