Add support for liking songs #625
Replies: 13 comments
-
Don't think anyone has actively looked into it. |
Beta Was this translation helpful? Give feedback.
-
@ashthespy Pretty much all that's there doesn't work anymore. All the communication except for metrics, audio key (and some other) are done through HTTPS. BTW, the new API provides a feedback on whether the song is liked/disliked:
I once also saw the endpoint to make the choice, but I'm not seeing it now. |
Beta Was this translation helpful? Give feedback.
-
Hm, there are two UI elements at work here aren't there? A favourite/saved song and a liked/disliked radio song. AFAIK they're two different things. One adds to your collection, the other feeds the recommendation engine and adds to a playlist? Though I have no idea if that playlist is likely to be a separate client action or not. |
Beta Was this translation helpful? Give feedback.
-
I am looking for ages to find a program/library that allows it. I wanted to build a simple button that would then just like the current playing song that I could attach to my desk. @willstott101 I was referring to the |
Beta Was this translation helpful? Give feedback.
-
There should indeed be two options, but when you click the heart button, it'll return |
Beta Was this translation helpful? Give feedback.
-
From what I recall, |
Beta Was this translation helpful? Give feedback.
-
You didn't find an endpoint to actually set |
Beta Was this translation helpful? Give feedback.
-
It used to be in the context info, but I can look it up again. Hopefully it is via Hermes. |
Beta Was this translation helpful? Give feedback.
-
I found a working endpoint for dailymixes:
Where |
Beta Was this translation helpful? Give feedback.
-
For the like/unlike (aka thumbs up/down)
For the liked songs, I only found some references via the webgate:
The webSDK makes the same calls, but to |
Beta Was this translation helpful? Give feedback.
-
Haha, thanks guys, really appreciate your help! |
Beta Was this translation helpful? Give feedback.
-
These are the official endpoints the new API sends for the Release Radar playlist:
|
Beta Was this translation helpful? Give feedback.
-
Any updates on this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it currently possible to like the song that is being played?
I couldn't find any relevant API for it.
Beta Was this translation helpful? Give feedback.
All reactions