[GH-ISSUE #509] Credits support #311

Closed
opened 2026-02-28 14:32:04 +03:00 by kerem · 7 comments
Owner

Originally created by @LuckyTheCoder on GitHub (Aug 7, 2024).
Original GitHub issue: https://github.com/jpochyla/psst/issues/509

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

Originally created by @LuckyTheCoder on GitHub (Aug 7, 2024). Original GitHub issue: https://github.com/jpochyla/psst/issues/509 **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
kerem closed this issue 2026-02-28 14:32:04 +03:00
Author
Owner

@jacksongoode commented on GitHub (Aug 7, 2024):

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.

<!-- gh-comment-id:2273837656 --> @jacksongoode commented on GitHub (Aug 7, 2024): 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.
Author
Owner

@jacksongoode commented on GitHub (Aug 8, 2024):

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!

<!-- gh-comment-id:2274831014 --> @jacksongoode commented on GitHub (Aug 8, 2024): 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!
Author
Owner

@kingosticks commented on GitHub (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.

<!-- gh-comment-id:2284075539 --> @kingosticks commented on GitHub (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.
Author
Owner

@LuckyTheCoder commented on GitHub (Sep 14, 2024):

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)!

<!-- gh-comment-id:2350802157 --> @LuckyTheCoder commented on GitHub (Sep 14, 2024): > 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)!
Author
Owner

@jacksongoode commented on GitHub (Sep 25, 2024):

I'm close to finishing up a PR if you wanna check it out #526

<!-- gh-comment-id:2372678398 --> @jacksongoode commented on GitHub (Sep 25, 2024): I'm close to finishing up a PR if you wanna check it out #526
Author
Owner

@Pogodaanton commented on GitHub (Nov 9, 2024):

#526 has been merged. Can we close this?

<!-- gh-comment-id:2466063370 --> @Pogodaanton commented on GitHub (Nov 9, 2024): #526 has been merged. Can we close this?
Author
Owner

@jacksongoode commented on GitHub (Nov 9, 2024):

Yep! Thanks!

<!-- gh-comment-id:2466073138 --> @jacksongoode commented on GitHub (Nov 9, 2024): Yep! Thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#311
No description provided.