gonic icon indicating copy to clipboard operation
gonic copied to clipboard

Support libre.fm

Open gjabell opened this issue 5 years ago • 5 comments
trafficstars

It would be great if gonic supported libre.fm as an alternative to Last.fm. Libre.fm should implement the same scrobbling API as Last.fm, so the only differences would need to be the authentication flow.

If this is something you'd consider adding to the project I'd be happy to help with the implementation!

gjabell avatar May 18 '20 22:05 gjabell

hey yeah I think this would be a nice addition. perhaps creating a "scrobble" abstraction that will try submit to all of lastfm, librefm, etc that exist

sentriz avatar May 19 '20 13:05 sentriz

Great! If I have some free time this week I'll take a crack at implementation.

gjabell avatar May 19 '20 14:05 gjabell

Would also be nice if the scrobble abstraction can also update local playcounts when submission mode is used so clients like DSub can update the playcount if they are used offline.

Duncaen avatar May 31 '20 14:05 Duncaen

That should be pretty easy to add :) I will be moving soon and won't have much time to work on this for a few weeks, but hopefully I can get some code up before too long

gjabell avatar Jun 04 '20 00:06 gjabell

yeah I think this would be a nice addition. perhaps creating a "scrobble" abstraction that will try submit to all of lastfm, librefm, etc that exist

Any updates on this?

This would be relevant to my work in progress to add ListenBrainz scrobbling support in my repo at https://github.com/sentriz/gonic/compare/master...spezifisch:master (it's working, but I need to do some cleanup before I would create an issue for this).

spezifisch avatar Sep 15 '20 14:09 spezifisch