mopidy / mopidy-scrobbler

Mopidy extension for scrobbling played tracks to Last.fm
https://mopidy.com/ext/scrobbler/
Apache License 2.0
66 stars 14 forks source link

Make scrobbler work with Libre.fm, etc #5

Open kingosticks opened 10 years ago

kingosticks commented 10 years ago

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 so that it can be used with other services than Last.fm.

kingosticks commented 9 years ago

For reference, version v1.0.0 has the updated libre.fm endpoint and is available on PyPi. It'll also be available in Ubuntu 15.04 (April 2015) but this doesn't help older Ubuntu installations. Maybe an updated python-pylast could be hosted on apt.mopidy.com, or mopidy-scrobbler could be removed from apt.mopidy.com and made purely available through pip? I don't know what makes more sense.

EDIT: I tell a lie, apt.mopidy.com already hosts python-pylast so maybe we could just get that package updated.

noonien commented 4 years ago

Any update on this?

jodal commented 4 years ago

I haven't heard any request for Libre.fm support for very many years, so I don't know if there is any actual demand for this.

Since we upgraded Mopidy to Python 3 this winter, we're once again back on the latest pylast version, so that blocker is at least gone now.

pinusc commented 3 years ago

I would very much like mopidy to support libre.fm It's not necessarily a priority, since as the apis are interchangeable it can be fixed client-side by overriding the host files... but it's just nice to have programs interface with libre.fm on their own.