mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #57] Audio Features Integration #43
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shiftgeist on GitHub (May 28, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/57
Spotify has a lot of metadata. It'd be nice to view them to some degree.
Example:
Docs: https://developer.spotify.com/documentation/web-api/reference/#endpoint-get-several-audio-features (page is very slow for me)
@zrthxn commented on GitHub (Aug 17, 2021):
What would a user want to do with these primarily?
I think spotify uses these to recommend tracks, so will that be the main use? Find other tracks with similar metrics?
@shiftgeist commented on GitHub (Aug 17, 2021):
@zrthxn yes recommending tracks and finding similar tracks like done on (everynoise.com) is that I thought of.
@jpochyla commented on GitHub (Aug 18, 2021):
I have a local branch with knobs for some of the recommendation parameters, more work is needed, though.
@zrthxn commented on GitHub (Aug 18, 2021):
@jpochyla could you create a remote branch for this? I'd like to try to build something for this, maybe something like "tracks similar to..." or playlists of a similar type
@jpochyla commented on GitHub (Aug 18, 2021):
Similar tracks have been in master for a while (right click on track). I've pushed preliminary support for the parameter knobs in
a0ae674462. I'm leaving this open, as some of the parameters don't have any knob yet, and we might also want to visualise audio properties of existing tracks.