mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[GH-ISSUE #392] Albums And Singles Not Available On Artist Page #304
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#304
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 @MarshallARoss on GitHub (May 9, 2023).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/392
Describe the bug
An update to youtube music has nested the albums and singles in a "Top Releases" row with a "see more" click through.
To Reproduce
Steps to reproduce the behavior:
Additional context
Calling the "get_artist" function returns the Songs, Videos, and Related sections but not the "Top Releases"
@sigma67 commented on GitHub (May 10, 2023):
I don't have this update. Can you provide a screenshot?
@MarshallARoss commented on GitHub (May 10, 2023):
Sure thing! Here's an example new artist page - with "Top Releases" instead of "Albums and Singles"
https://music.youtube.com/channel/UClmXPfaYhXOYsNn_QUyheWQ
@MarshallARoss commented on GitHub (May 10, 2023):
Clicking "more" brings you to:
https://music.youtube.com/browse/MPADUClmXPfaYhXOYsNn_QUyheWQ
@MarshallARoss commented on GitHub (May 10, 2023):
Did some digging and for me it's only an issue if I authenticate.
@sigma67 commented on GitHub (May 10, 2023):
Yeah that would make sense, your account seems to be selected as part of their A/B testing. We'll have to wait for a broader rollout before we can implement it.
@MarshallARoss commented on GitHub (May 10, 2023):
Thank you - I'll hack together auth & non-auth pieces on my end. Appreciate all your amazing work!
@sigma67 commented on GitHub (May 22, 2023):
This update will require translating the string
Top releasesto all supported languages, as that's how the content is currently detected. See here:github.com/sigma67/ytmusicapi@d9f9fcc147/ytmusicapi/parsers/i18n.py (L18-L23)@sigma67 commented on GitHub (May 29, 2023):
Seems pretty experimental to me still. On my main account I'm now getting
Discographyfor Ed Sheeran, with aMorelink to a new page with filters forAlbumsandSongs.@sigma67 commented on GitHub (Jul 2, 2023):
I'm not seeing
DiscographyorTop releasesanymore. Maybe the feature was cancelled? Are you seeing it still?