-
Notifications
You must be signed in to change notification settings - Fork 126
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
Fix last.fm API key #48
Comments
Hi, The API keys are not included in the code ("LASTFM_API_KEY " in the url is a placeholder). I think they were removed because the app is open source and last.fm recommends not distributing keys. (However, according to this this thread, I think it would be permissible to include keys in the Sonora code.) Anyway, if you want to scrobble with Sonora, here is what you need to do:
Hopefully, that makes sense. This took me forever to figure out myself (especially step 2), mainly because I'd never touched a line of code before and therefore had no clue what I was doing. However, my Sonora scrobbler now works, and it's actually pretty easy to set up once you have the above info. Cheers! |
Hi macchina, Thanks for the info! Will do this for the time being. :) It does make sense that they don't want to spread the API key... will await for a response from Indragie. |
Hey guys, Thanks for pointing this out. I'll have to think a bit about whether publicizing the API key is the best option, but I'll get back to this soon! |
Wouldn't it be an option to only include the API key AND secret in the comiled version that is made available through getsonora.com? |
@indragiek Or make it possible to enter my personal API key and secret in the preferences window? |
+1 florianeckerstorfer's idea |
After downloading the latest version of sonora (to get rid of the expiry message), last.fm integration has stopped working. Sonora's preferences tab showed I was connected, but the songs would not scrobble.
After clicking on Sign out and then Sign in (which, by the way, is still a Sign Out button) I get taken to last.fm/s homepage and greeted with this warning:
(Check the URL!)
I miss my scrobbling. :( Please bring it back!
The text was updated successfully, but these errors were encountered: