mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[GH-ISSUE #32] Add favourite artist to taste #24
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#24
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 @allanin on GitHub (Jun 24, 2020).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/32
You can choose your favourite artist with this url: https://music.youtube.com/tasteprofile
According to Google it changes to recommendations.
Please add a way to add artists to this list via your api.
@sigma67 commented on GitHub (Jun 24, 2020):
This requires two new methods
get_tasteprofileandset_tasteprofile, both using the browse endpoint.The get uses the browseId
FEmusic_tastebuilder, while the set usesFEmusic_homeand takes selected and impression values from the get method as arguments.@YashMakan commented on GitHub (Jun 14, 2021):
any improvement in this issue? I want to implement this feature.
@sigma67 commented on GitHub (Jun 15, 2021):
Feel free, I don't think anyone else is working on it. Likely the best location is the library mixin/parser
@sigma67 commented on GitHub (Aug 24, 2022):
Contributed by @adrinu in #289