Skip to content

Individual artist for each track on compilation #133

Answered by AnssiAhola
kenzoJEP asked this question in Support
Discussion options

You must be logged in to vote

Hey @kenzoJEP
Could you show the code you are using when trying to access the artist(s) ?

It should work just like this

for track in release.tracklist:
   print(track.artists)

There's also credits property you can check

print(track.credits) # this is an list of Artist objects

Also could you tell us the specific compilation/release you are trying to access?
Could help us track down the issue.

Cheers!
-Anssi

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by JOJ0
Comment options

You must be logged in to vote
1 reply
@AnssiAhola
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants