funkwhale/api/funkwhale_api/contrib/scrobbler
Agate 1d36df3f69 [plugin/scrobbler] Fixed scrobbling issues due to invalid payload 2020-08-26 17:46:30 +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
funkwhale_ready.py [plugin/scrobbler] Fixed wrong caching of session key 2020-08-26 17:27:19 +02:00
funkwhale_startup.py [plugin, scrobbler] Use last.fm API v2 for scrobbling if API key and secret are provided 2020-08-26 12:26:27 +02:00
scrobbler.py [plugin/scrobbler] Fixed scrobbling issues due to invalid payload 2020-08-26 17:46:30 +02: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``