Vexcited / better-spotify-genres

A fork of Spotify-Genres from Tetrax-10 to support latest Spotify.
MIT License
40 stars 2 forks source link

[Feature request] Playlist Genres #3

Open stebo02 opened 10 months ago

stebo02 commented 10 months ago

I hope feature requests are welcome here. Similar to artist genres, I would love to see a list of the (most common) genres that are present in a playlist. It could be displayed below the playlist description. However if this is too hard to accomplish I understand.

Vexcited commented 10 months ago

Hello ! Of course, feature requests are welcome here and I thank you for doing one.

I don't think it's too hard to do, I just wonder if there's any request rate limit on the Last.FM API I'm using to request the genres. Because if your playlist has like 200 songs, I'd have to make 200 requests (1 request per song to get the genre of it).

I'll also have to investigate and see if Spotify doesn't have a similar property in their API.