-
-
Notifications
You must be signed in to change notification settings - Fork 40
Feature request: last.fm scrobbling support #11
Comments
I don't quite follow. Can you elaborate more? |
Most music players already support last.fm scrobbling. The extension I linked to above implements last.fm scrobbling for chrome. |
Cool, thanks for the extra info. This seems like a worthwhile feature but also I have no idea how much time investment is involved. There seems to be an API for publishing to LastFM via an API key. http://node-modules.com/search?q=last+fm https://github.com/jammus/lastfm-node How were you imagining the integration going? (e.g. GUI based login, provide a CLI flag, provide an environment variable) |
GUI based login is how it is usually done. |
Alright, cool. I am going to mark this issue as a "help wanted". If anyone decides to start working on this, please send some prototype screenshots (e.g. screenshot/mock what the user is going to see -- easiest via HTML/CSS) before completing the full integration to prevent both excess work and frustration by both parties. |
I'll take a look at this at some point soon. I've integrated the last.fm API into dozens of apps, though mostly in PHP so I may be punching above my weight a bit. Though the difficult part (for me) will be getting the auth flow right - the rest should be relatively simple. When I find some free time I'll mock something up. Though if someone stumbles across this in the meantime and fancies a crack, go right ahead. |
I think doing auth like chrome extensions do(ex: scroblr) would be best. |
I would love this feature. I used to use a Firefox Add-on by @fuzeman called "GoogleMusicScrobbler" (Github source). Perhaps some concepts can be borrowed from there (note: it's licensed under MPL 2.0) |
Cheers for the tips guys, I'll be sure to check them out! |
This can be used as a reference: https://github.com/cgravolet/scroblr
The text was updated successfully, but these errors were encountered: