CharlieS1103 / spicetify-extensions

extensions for spotify i'm creating
MIT License
540 stars 70 forks source link

Show audio feature stats on other objects with Song Stats #33

Open schradert opened 1 year ago

schradert commented 1 year ago

Is your feature request related to a problem? Please describe.

No problems, just more ideas :)

Describe the solution you'd like

Showing the distribution of audio features of a playlist, album, etc. would be so cool. It could be as simple as writing out median and range, but it would be legendary to somehow throw in a Plotly strip chart that will tell you the value of a song when you hover over the marker. Not sure how possible this is in Spicetify to be honest since I haven't developed an extension for it yet.

Describe alternatives you've considered

Going ham on an app is obviously an alternative for displaying charts, but there is something to be said about the convenience of having these visuals in the Spotify interface.

Additional context

Naturally I'm willing to contribute! Just gauging interest first in case.

schradert commented 1 year ago

Thinking about it more, it's possible this will send too many API requests to properly work. It seems like there is no way to bulk query audio features. Unless all of this is stored in a separate database that supports bulk querying audio features, I don't think this will take off.