-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat: Scrobbling from phone (Android) to multi-scrobbler ? (not a bug) #204
Comments
MS does not currently have endpoints for general scrobbling. It's something I've played with in the past and there's even an old branch that implements a Listenbrainz endpoint but I haven't fully implemented this kind of feature yet. There's more designing that's required before the LZ branch is merged and it hasn't been a priority. I'll think about how best to approach this. In the meantime there is a direct scrobble integration for Webscrobbler or you could use last.fm/LZ as a source to relay scrobbles to another scrobbler. |
@iluvatyr please try out docker image To configure it use either ENV like
or as a file config with [
{
"name": "MyLZ",
"enable": true,
"data": {
}
}
] Then, in your android app use one of these for your custom listenbrainz URL:
If the app does not allow specifying the full URL then it's probably appending Please keep in mind that for scrobbling to work your phone must be able to reach the MS dashboard. |
I downloaded the specified docker image and added the listenbrainz endpoint. In my android app (pano scrobbler) I need to add an authentication token too though. What would that be? |
If a token is required then use any value you want and add this to config: As ENV
or config [
{
"name": "MyLZ",
"enable": true,
"data": {
"token": "anything"
}
}
] |
Thank you! I'm not sure what I'm doing wrong now though. I also added the token I specified.
My reverse proxy tracks following url when I hit this: Using https://mscrob.mydomain.com/api/listenbrainz gives a 405 error. |
Interesting...looks like I may have missed some part of the listenbrainz api, based on that url. |
@iluvatyr Please upda te to the newest |
Hello,
it is not really a bug, but I am a bit confused since I cannot find any option on how to scrobble from my (android)- phone to multi-scrobbler.
Does multi-scrobbler offer some endpoints that are commonly used so that it is possible to scrobble to multi-scrobbler via them (like maloja does) ? I want to use multiscrobbler as the "central station" for all my scrobbles and without this option, I can't do that.
I am using pano-scrobbler-android-app to scrobble some from some apps on my android phone and I'm not sure how I would scrobble to multi-scrobbler. It only offers a custom listenbrainz URL. Or are there other apps that can scrobble to multi-scrobbler?
Thanks for any help
The text was updated successfully, but these errors were encountered: