mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #145] display genre #1003
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1003
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 @sewnie on GitHub (Feb 22, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/145
Is your feature request related to a problem? Please describe.
completely optional and low-priority: display the genre above
playback_metadataDescribe the solution you'd like
retrieve genre from spotify api endpoint
api.spotify.com/v1/artistsDescribe alternatives you've considered
i have to remember each song
Additional context
im sorry for opening so many issues and overwhelming you or something
@sewnie commented on GitHub (Feb 22, 2023):
https://github.com/Shinyhero36/Spicetify-Genre/blob/master/genre.js
@sewnie commented on GitHub (Dec 29, 2023):
i neeeeeeeeeeeeeed
@teddywaweru commented on GitHub (May 17, 2025):
seems that genres are attached to albums and artist objects, not individual tracks(based on what I can tell from rspotify).
@KUHLwasStolen commented on GitHub (Aug 5, 2025):
@sewnie you were probably thinking about something along the lines of this, right?
(genre is "deathcore" here)
The first genre is retrieved from the first artist on the track, as there may be multiple artists associated to a track and multiple genres associated to an artist.
Suggestions on how to handle this are welcome!
@sewnie commented on GitHub (Aug 5, 2025):
that's quite nice!
@sewnie commented on GitHub (Aug 31, 2025):
yay! thank you @KUHLwasStolen