mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #509] Credits support #311
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#311
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 @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
@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.
@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!
@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>/creditswith valid Bearer authorization and client-token headers, You'll get a JSON response.@LuckyTheCoder commented on GitHub (Sep 14, 2024):
Contrary to popular belief, I am not much of a coder (at least as of now)!
@jacksongoode commented on GitHub (Sep 25, 2024):
I'm close to finishing up a PR if you wanna check it out #526
@Pogodaanton commented on GitHub (Nov 9, 2024):
#526 has been merged. Can we close this?
@jacksongoode commented on GitHub (Nov 9, 2024):
Yep! Thanks!