funkwhale/api/funkwhale_api/contrib/scrobbler
petitminion 9804de3650 User follow with trackfavorite and listening activity (#1810 and #2075) 2024-12-06 14:17:21 +00:00
..
README.rst
__init__.py
funkwhale_ready.py User follow with trackfavorite and listening activity (#1810 and #2075) 2024-12-06 14:17:21 +00:00
funkwhale_startup.py
scrobbler.py Supporting multi-artist per tracks/albums (#1568) 2024-08-29 14:11:35 +00: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``