-
When favoriting a song, the song provider should also like the song (if available). Ideally, also, make favorite buttons available on the player. Thanks for considering this! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
That should already be happening. What provider did you use? |
Beta Was this translation helpful? Give feedback.
-
Hi, sorry for the late response, I'm using ytmusic. I've been searching around the source code, I believe the function used within the ytmusicapi would be rate_song: https://ytmusicapi.readthedocs.io/en/stable/reference.html#ytmusicapi.YTMusic.rate_song but searching in the source code for the helpers and ytmusic provider, I can find rate_playlist references: https://github.com/music-assistant/server/blob/bf9b16dc61c558bf784f6e13a55cf6e5eecff7c4/music_assistant/server/providers/ytmusic/helpers.py#L179 But no rate_song function calls. This matches my experience of using the program, where I can like a playlist and see that reflected within youtube, but liking a song does not cause youtube to have a corresponding like. |
Beta Was this translation helpful? Give feedback.
I’ll push it to an issue from here