-
-
Notifications
You must be signed in to change notification settings - Fork 64
Last.FM Scrobbling #55
Comments
Does the desktop app scrobbler not do it? |
I've read that it does, at least one the regular client, but I probably should've mentioned I'm on linux. I recognize from another request though that that's not your top priority right now, so shrug. |
I could likely make a scrobbler module with a config option. Signing in would be a interesting task however. |
the official last.fm scrobbler on windows is not working with Apple Music Electron. |
Ill see what I can do. |
Took a while but this feature is now available! https://github.com/cryptofyre/Apple-Music-Electron/releases/tag/v2.4.0 ab61d4a |
The API key being invalid is just the standard no callback error from LastFM's API. I didn't want to setup a callback website so copying the key from the URL is fine. |
Right true it does seem to use the API key and generate session.json successfully, however I'm not seeing it actually scrobble anything, with dev tools enabled I don't see any requests made to LFM and looking in the log file it appears to log in successfully but not log anything indicating a scrobble attempt at all - neither an error nor success message. |
I just looked into that and fixed it. Beta 2 should be out shortly. |
Beta 2 is out and should fix your scrobbling problems. |
It does function now. Just a few suggestions for improvement -
|
It'd be quite neat to have I think :) I'm assuming it won't be too hard to handle considering the information in Discord Rich Presence is close enough to what is needed for scrobbling (knowing when a track is playing, what that track is, etc.)
The text was updated successfully, but these errors were encountered: