Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Credits support #509

Open
LuckyTheCoder opened this issue Aug 7, 2024 · 4 comments
Open

Credits support #509

LuckyTheCoder opened this issue Aug 7, 2024 · 4 comments

Comments

@LuckyTheCoder
Copy link

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

Describe the solution you'd like
When right clicking on a track (playing or not), you'll have to option to view credits of a song.

Describe alternatives you've considered
N/A

Additional context
N/A

@jacksongoode
Copy link
Collaborator

Definitely would want to see this! We would need some third party API to get this info since Spotify does not provide the credits as an endpoint.

@jacksongoode
Copy link
Collaborator

It would be a great first PR if you'd like to @LuckyTheCoder, my guess either MusicBrainz or Discogs could be integrated as both have free APIs. And then we would just need a button to trigger the action in a new window!

@kingosticks
Copy link

kingosticks commented Aug 12, 2024

I believe track credits can be obtained from GET https://spclient.wg.spotify.com/track-credits-view/v0/experimental/<TRACK URI>/credits with valid Bearer authorization and client-token headers, You'll get a JSON response.

@LuckyTheCoder
Copy link
Author

It would be a great first PR if you'd like to @LuckyTheCoder, my guess either MusicBrainz or Discogs could be integrated as both have free APIs. And then we would just need a button to trigger the action in a new window!

Contrary to popular belief, I am not much of a coder (at least as of now)!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants