Mopidy-Scrobbler

Mopidy extension for scrobbling played tracks to Last.fm


Keywords
lastfm, mopidy, mopidy-frontend, python
License
Apache-2.0
Install
pip install Mopidy-Scrobbler==1.1.1

Documentation

Mopidy-Scrobbler

Latest PyPI version CI build status Test coverage

Mopidy extension for scrobbling played tracks to Last.fm.

This extension requires a free user account at Last.fm.

Installation

Install by running:

sudo python3 -m pip install Mopidy-Scrobbler

See https://mopidy.com/ext/scrobbler/ for alternative installation methods.

Configuration

The extension is enabled by default when it is installed. You just need to add your Last.fm username and password to your Mopidy configuration file:

[scrobbler]
username = alice
password = secret

The following configuration values are available:

  • scrobbler/enabled: If the scrobbler extension should be enabled or not. Defaults to enabled.
  • scrobbler/username: Your Last.fm username.
  • scrobbler/password: Your Last.fm password.

Project resources

Credits