-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrobbling support #445
Comments
i support! |
This is similar to #466 as both will offer to create a personal musical profile |
But this will require extra logging into last.fm or listenbrainz |
Please try to make it platform agnostic as much as possible. Also keen for support for Maloja |
I'm really looking for the lastfm integration, it's the one thing that keeps me from using spotube on a wider scale. |
Unfortunately, I'm unable to make time in my tight schedule 😓 . I'd love if any kind person can pick this up & create a PR 😇 Resources
lib/provider/proxy_playlist/proxy_playlist_provider.dart is the file where playback related stuffs are handled. Also, an entry will be needed to be entered in To store the LastFM credentials the AuthenticationProvider can be utilized. Also, to let the user enter credentials we will need a new Login Page for LastFM. You can follow the components/desktop_login/login_form.dart for inspiration.
|
Is there any plan for enabling listenbrainz scrobbling support? Or a self hosted version of maloja like mentioned before? |
I tried to create an API client for listenbrainz but their docs is so confusing I didn't even manage to get the base url for the API 😅 |
The API Root URL is mentioned here: https://listenbrainz.readthedocs.io/en/latest/users/api/index.html. It's Then the user can create a token and save that in spotube, so that spotube can make the "Submitting Listens" requests. |
Is there an existing issue for this?
Pain
I would like to be able to send my scrobbles to last.fm and ideally listenbrainz too.
Suggested solution
Develop a stand alone scrobble integration.
Useful resources
No response
Additional information
The current workaround on mobile is to use an app, but it's a bit more difficult on desktop.
The text was updated successfully, but these errors were encountered: