[GH-ISSUE #281] Choosing to get album tracks in "song mode" #217

Closed
opened 2026-02-27 22:08:39 +03:00 by kerem · 3 comments
Owner

Originally created by @SubjunctiveQuaver on GitHub (Jul 7, 2022).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/281

By default, YouTube Music puts albums in "video mode", so it plays music video versions when available. These versions are shown in the album details when requested by the API.

But there is also a "song mode" which always keeps album tracks, which I would prefer for a project I am working on (and it removes the need to re-search for song versions; sometimes the track titles change etc.), if it can be implemented into the API somehow? Or is there a way to access these from the existing output of the get_album function?

Originally created by @SubjunctiveQuaver on GitHub (Jul 7, 2022). Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/281 By default, YouTube Music puts albums in "video mode", so it plays music video versions when available. These versions are shown in the album details when requested by the API. But there is also a "song mode" which always keeps album tracks, which I would prefer for a project I am working on (and it removes the need to re-search for song versions; sometimes the track titles change etc.), if it can be implemented into the API somehow? Or is there a way to access these from the existing output of the `get_album` function?
kerem closed this issue 2026-02-27 22:08:39 +03:00
Author
Owner

@sigma67 commented on GitHub (Jul 11, 2022):

I believe this depends on whether you are signed into a premium account or not. Non-premium accounts are served videos whereas premium accounts are served songs by default.

<!-- gh-comment-id:1180208870 --> @sigma67 commented on GitHub (Jul 11, 2022): I believe this depends on whether you are signed into a premium account or not. Non-premium accounts are served videos whereas premium accounts are served songs by default.
Author
Owner

@SubjunctiveQuaver commented on GitHub (Jul 18, 2022):

That's annoying! So I suppose you would need an authenticated account? (Also not sure since it's definitely a setting in YT music premium, not sure if it will by default return song mode...)

<!-- gh-comment-id:1186852875 --> @SubjunctiveQuaver commented on GitHub (Jul 18, 2022): That's annoying! So I suppose you would need an authenticated account? (Also not sure since it's definitely a setting in YT music premium, not sure if it will by default return song mode...)
Author
Owner

@sigma67 commented on GitHub (Jul 18, 2022):

I'm not aware of a setting to show videos instead of songs, please point it out?

If you are authenticated doesn't matter, only if you have premium or not.

<!-- gh-comment-id:1186876098 --> @sigma67 commented on GitHub (Jul 18, 2022): I'm not aware of a setting to show videos instead of songs, please point it out? If you are authenticated doesn't matter, only if you have premium or not.
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#217
No description provided.