mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #281] Choosing to get album tracks in "song mode" #217
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#217
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 @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_albumfunction?@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.
@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...)
@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.