Closed SharkyFlou closed 1 year ago
No response
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
Would be called like that : GetPlaylistDetails(string:acces_token,string:paylist_id){...} Return a JSON with everything.
GetPlaylistDetails(string:acces_token,string:paylist_id){...}
Would allows to display mutliple interesting information about playlists.
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