mopidy-scrobbler icon indicating copy to clipboard operation
mopidy-scrobbler copied to clipboard

Mopidy extension for scrobbling played tracks to Last.fm

Results 14 mopidy-scrobbler issues
Sort by recently updated
recently updated
newest added

When listening to music offline, the scrobbler naturally can't submit tracks. Likewise, when my Internet connection drops, the client stops submitting scrobbles until I restart mopidy. Scrobbled tracks should be...

C-enhancement

… not scrobble This should fix #28, however I've been testing it today and found that even with the Spotify web app scrobbling enabled, I don't see double scrobbles from...

From original issue https://github.com/mopidy/mopidy/issues/401: > The scrobbler frontend currently only works with Last.fm. The underlying library, pylast, also supports Libre.fm and maybe other API-compliant services. We should generalize our frontend...

C-enhancement

I intend to use Mopidy as part of a multi-room audio setup with Snapcast, so that my partner and I can be listening to the same music in different rooms...

Scrobbling from Spotify to Last.FM is now done by a web 'app' - you simply enable scrobbling on your Spotify account and all tracks you play on Spotify on any...

See https://github.com/mopidy/mopidy/issues/306 for original request.

C-enhancement

Add possibility to encrypt your stuff. Using as is is very insecure

C-enhancement

**Update:** Support Libre.fm. If a session key does not exist yet, the user is prompted to do create one using their Web browser. Please note that changes to the configuration...

Hello, I noticed that the plugin was not scrobbling when i was behind a proxy. So, i made this small change so that the pylast object uses mopidy config's proxy...

The extension does not count the actual time a track has been played, but only checks the time position at the end of playback to do the math. The problem...

C-bug