mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #730] How to get "category" tags for albums? #439
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#439
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 @josh-ashkinaze on GitHub (Sep 24, 2021).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/730
Which object has "category" as an attribute? Here is a simple script to get all albums by the Talking Heads. Yet for each album object, I can't view the actual genre/categories of the album.
@stephanebruckert commented on GitHub (Sep 29, 2021):
Not all releases/artists have a genre unfortunately
@Peter-Schorn commented on GitHub (Sep 29, 2021):
The album object does not have a genre field. The artist object does (but it may be empty). See the object index.
@stephanebruckert commented on GitHub (Sep 29, 2021):
@Peter-Schorn albums also have a
genresfield, see here https://developer.spotify.com/console/get-album/?id=0sNOF9WDwhWunNAHPD3Baj (although it's empty here)@Peter-Schorn commented on GitHub (Sep 29, 2021):
I didn't realize that. The documentation for AlbumBase does not include a
genrefield. This must be a bug.@stephanebruckert commented on GitHub (Oct 23, 2021):
Hope these answers helped @josh-ashkinaze