Skip to content

Mopidy extension for scrobbling played tracks to Last.fm

License

Notifications You must be signed in to change notification settings

mthssdrbrg/mopidy-scrobbler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

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, typically found at ~/.config/mopidy/mopidy.conf:

[scrobbler]
username = alice
password = secret

The following configuration values are available:

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

Project resources

Credits

Changelog

v1.1.1 (2014-12-29)

  • Updated to work with None as the default value of track_no in Mopidy's Track model. This was changed in Mopidy 0.19.5. (Fixes: #7)

v1.1.0 (2014-01-20)

  • Updated extension API to match Mopidy 0.18.

v1.0.0 (2013-10-08)

  • Moved extension out of the main Mopidy project.
  • Added test suite.

About

Mopidy extension for scrobbling played tracks to Last.fm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%