InnerTune icon indicating copy to clipboard operation
InnerTune copied to clipboard

Support to audio scrobbler

Open airon90 opened this issue 3 years ago • 3 comments

Good project! I'd like to have a native support to audio scrobblers, like ListenBrainz and Libre.fm

airon90 avatar Apr 12 '22 03:04 airon90

I downloaded the Last.fm app. Most of the other music apps in my phone can be scrobbled, but my app can't. I've been trying to send broadcasts such as com.android.music.* to let other apps know what is playing, but in vain. Are you using SLS or any app to scrobble music?

z-huang avatar May 09 '22 15:05 z-huang

No, I used SLS in the past, when I used Vanilla Music as music player. Then I started using NewPipe and SLS didn't recognize it as music player

airon90 avatar May 10 '22 07:05 airon90

I suggest you to implement it directly in your app as SLS is not maintained anymore. Listenbrainz API: https://listenbrainz.readthedocs.io/en/latest/users/api/core/ Libre.fm API not available right now Last.fm API: https://www.last.fm/api/scrobbling

airon90 avatar May 10 '22 07:05 airon90

I found that pScrobbler is an alternative of SLS. After 657722c3e2b109c2e6fe842a105cdb957740496e, this app can be recognized as a music app by pScrobbler. I prefer this feature to be provided by other apps since I want things to be as simple as possible.

z-huang avatar Sep 22 '22 08:09 z-huang