HugoLAMOUREUX / Spotidata

Web application linked to Spotify that shows some statistics about your music tastes and miscellaneous informations
MIT License
4 stars 5 forks source link

New backend functionnality : GetPlaylistDetails #3

Closed SharkyFlou closed 1 year ago

SharkyFlou commented 1 year ago

Start Date

No response

Implementation PR

No response

Reference Issues

No response

Summary

Get playlist mood (energetic, sad etc), top genre (and percentages), top subgenre (percentages), most repeated artist, average tempo and length.

Average popularity, hapiness, speechiness etc More info here : https://developer.spotify.com/documentation/web-api/reference/#/operations/get-several-audio-features

Basic Example

Would be called like that : GetPlaylistDetails(string:acces_token,string:paylist_id){...} Return a JSON with everything.

Drawbacks

Would allows to display mutliple interesting information about playlists.

Unresolved questions

No response