-
Notifications
You must be signed in to change notification settings - Fork 16
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
Send love doesn't work on lastfm #31
Comments
Just tested this and it seems like it's not working, indeed. Any updates on why? |
You did not specify your version number and no verbose log. |
Here are some details:
mpc --verbose sendmessage mpdscribble love (which didn't return any error)
(includes the log until after the song ended) In the end, going to https://www.last.fm/user/BachoSeven you can see that the "Filme Moi" song doesn't have a love attribute. |
Using pylast, I managed to love tracks |
I looked a bit to see what caused this bug. MPD and mpdscribble handle love without issue. It is submitted to last.fm according to the API 1.2 docs. It is the So the problem comes from last.fm. But API 1.2 is deprecated. I guess the only solution would be to rewrite mpdscribble to use the last.fm API 2.0 version. |
While playing some some running
$: mpc channels
mpdscribble
$: mpc sendmessage mpdscribble love
doesn't work. No love shown on Lastfm
The text was updated successfully, but these errors were encountered: