[GH-ISSUE #145] display genre #1003

Closed
opened 2026-03-14 12:57:03 +03:00 by kerem · 6 comments
Owner

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_metadata

Describe the solution you'd like
retrieve genre from spotify api endpoint api.spotify.com/v1/artists

Describe alternatives you've considered
i have to remember each song

Additional context
im sorry for opening so many issues and overwhelming you or something

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_metadata` **Describe the solution you'd like** retrieve genre from spotify api endpoint `api.spotify.com/v1/artists` **Describe alternatives you've considered** i have to remember each song **Additional context** im sorry for opening so many issues and overwhelming you or something
kerem 2026-03-14 12:57:03 +03:00
Author
Owner

@sewnie commented on GitHub (Feb 22, 2023):

https://github.com/Shinyhero36/Spicetify-Genre/blob/master/genre.js

<!-- gh-comment-id:1440735289 --> @sewnie commented on GitHub (Feb 22, 2023): https://github.com/Shinyhero36/Spicetify-Genre/blob/master/genre.js
Author
Owner

@sewnie commented on GitHub (Dec 29, 2023):

i neeeeeeeeeeeeeed

<!-- gh-comment-id:1871992756 --> @sewnie commented on GitHub (Dec 29, 2023): i neeeeeeeeeeeeeed
Author
Owner

@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).

<!-- gh-comment-id:2888045226 --> @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).
Author
Owner

@KUHLwasStolen commented on GitHub (Aug 5, 2025):

@sewnie you were probably thinking about something along the lines of this, right?

Image

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

<!-- gh-comment-id:3155464989 --> @KUHLwasStolen commented on GitHub (Aug 5, 2025): @sewnie you were probably thinking about something along the lines of this, right? <img width="1075" height="214" alt="Image" src="https://github.com/user-attachments/assets/bcb76d0b-40c8-453c-a66e-b86d85fdb460" /> (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!
Author
Owner

@sewnie commented on GitHub (Aug 5, 2025):

that's quite nice!

<!-- gh-comment-id:3155478463 --> @sewnie commented on GitHub (Aug 5, 2025): that's quite nice!
Author
Owner

@sewnie commented on GitHub (Aug 31, 2025):

yay! thank you @KUHLwasStolen

<!-- gh-comment-id:3240375392 --> @sewnie commented on GitHub (Aug 31, 2025): yay! thank you @KUHLwasStolen
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/spotify-player#1003
No description provided.