funkwhale/api/funkwhale_api/contrib/scrobbler
Petitminion 878cb32b96 userfollow and favorite listening activities 2024-04-17 18:18:14 +02:00
..
README.rst [plugin, scrobbler] Use last.fm API v2 for scrobbling if API key and secret are provided 2020-08-26 12:26:27 +02:00
__init__.py Plugins infrastructure 2020-07-03 10:59:12 +02:00
funkwhale_ready.py userfollow and favorite listening activities 2024-04-17 18:18:14 +02:00
funkwhale_startup.py Document built-in plugins 2021-10-21 22:12:03 +00:00
scrobbler.py docs: fix spelling errors (pre-commit) 2022-11-24 01:43:36 +01:00

README.rst

Scrobbler plugin
================

A plugin that enables scrobbling to ListenBrainz and Last.fm.

If you're scrobbling to last.fm, you will need to create an `API account <https://www.last.fm/api/account/create>`_
and add two variables two your .env file:

- ``FUNKWHALE_PLUGIN_SCROBBLER_LASTFM_API_KEY=apikey``
- ``FUNKWHALE_PLUGIN_SCROBBLER_LASTFM_API_SECRET=apisecret``