mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-26 07:46:00 +03:00
[GH-ISSUE #446] get_album tracks have the same artists as the album #331
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#331
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 @polvallverdu on GitHub (Sep 27, 2023).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/446
I'm running the get_album() method, but the returned tracks have the same artists as the album (should not be like that). Adding these tracks to a playlist and fetching the playlist, returns the tracks with the artists correctly. Fetching the album as a playlist throws and Exception.
Here's the response I'm getting from the album:
@polvallverdu commented on GitHub (Sep 27, 2023):
I'm currently getting a watch list from the playlist id, and replacing it on my end.
@sigma67 commented on GitHub (Sep 28, 2023):
I fail to see the issue. The album page has no other artists listed. Pressing play on each song yields the exact same artists as well.
https://music.youtube.com/playlist?list=OLAK5uy_lTKcq1Yz7483nhKdxgozC1Nv-MwbTMt10
@polvallverdu commented on GitHub (Sep 28, 2023):
My bad, just picked the first one I saw on my testing. I'm aware that ytmusic in general doesn't include feat.'s as artists. Here's the one that I had trouble with:
music.youtube.com/playlist?list=OLAK5uy_ntAXirPpegZcd-oQptqpbBe-SWTPyAfEk
@sigma67 commented on GitHub (Sep 28, 2023):
Ok I can acknowledge that, that doesn't seem right.
@sigma67 commented on GitHub (Oct 3, 2023):
It seems there's two different types of views, one with artists and one without:
https://music.youtube.com/browse/MPREb_BdDqjcHkOwb
#257