Selbi182 / SpotifyBigPicture

A Java/JavaScript-based fullscreen interface displaying your current music on Spotify in a beautiful little browser page
GNU General Public License v3.0
55 stars 6 forks source link

Feature Request: Liked Song Icon #28

Closed GupaNupa closed 1 year ago

GupaNupa commented 1 year ago

A feature to denote a liked song along the bottom (near controls/clock)

Selbi182 commented 1 year ago

Coming in the next release :)

Selbi182 commented 1 year ago

I have some bad news, unfortunately. There is no simple way to check if the currently played song is liked or not. The only way to do that would be fetching the ENTIRE list of liked songs, which can take a long time, especially if you're like me and have multiple thousands of songs liked.

I'm afraid I have to close this with a "Won't do", because I really don't want to invest so much time into such a simple feature. Sorry...

That is another reason why I hate Spotify. For some reason, the seemingly simplest features aren't exposed to the API in a sensible way.