[GH-ISSUE #252] Related content for a song #198

Closed
opened 2026-02-27 22:08:33 +03:00 by kerem · 1 comment
Owner

Originally created by @sigma67 on GitHub (Jan 19, 2022).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/252

Originally assigned to: @sigma67 on GitHub.

YouTube Music recently started showing a "Related" category for the currently playing song next to "Up next" and "Lyrics".

The function signature should be called get_related_content(browseId). The browseId also needs to be returned by get_watch_playlist, it is contained in the response of the next endpoint, identifiable by the letters MPTR...

The response may continue various types of similar content, including: songs, playlists, artists, other albums of the same artist and an artist description.

Please thumbs up if you would use this feature. PRs are welcome, please comment if you would like to tackle this.

Originally created by @sigma67 on GitHub (Jan 19, 2022). Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/252 Originally assigned to: @sigma67 on GitHub. YouTube Music recently started showing a "Related" category for the currently playing song next to "Up next" and "Lyrics". The function signature should be called `get_related_content(browseId)`. The browseId also needs to be returned by `get_watch_playlist`, it is contained in the response of the `next` endpoint, identifiable by the letters `MPTR..`. The response may continue various types of similar content, including: songs, playlists, artists, other albums of the same artist and an artist description. Please thumbs up if you would use this feature. PRs are welcome, please comment if you would like to tackle this.
kerem 2026-02-27 22:08:33 +03:00
Author
Owner

@sigma67 commented on GitHub (May 10, 2022):

Turns out most code from #251 can be reused for this one. Beautiful.

<!-- gh-comment-id:1122308273 --> @sigma67 commented on GitHub (May 10, 2022): Turns out most code from #251 can be reused for this one. Beautiful.
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/ytmusicapi#198
No description provided.