Skip to content

mopidy/mopidy-scrobbler

Repository files navigation

Mopidy-Scrobbler

Latest PyPI version Travis 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:

python3 -m pip install Mopidy-Scrobbler

Or, if available, install the Debian/Ubuntu package from apt.mopidy.com.

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