ytmusicapi icon indicating copy to clipboard operation
ytmusicapi copied to clipboard

Add favourite artist to taste

Open allanin opened this issue 4 years ago • 3 comments

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.

allanin avatar Jun 24 '20 12:06 allanin

This requires two new methods get_tasteprofile and set_tasteprofile, both using the browse endpoint.

The get uses the browseId FEmusic_tastebuilder, while the set uses FEmusic_home and takes selected and impression values from the get method as arguments.

sigma67 avatar Jun 24 '20 21:06 sigma67

any improvement in this issue? I want to implement this feature.

YashMakan avatar Jun 14 '21 19:06 YashMakan

Feel free, I don't think anyone else is working on it. Likely the best location is the library mixin/parser

sigma67 avatar Jun 15 '21 06:06 sigma67

Contributed by @adrinu in #289

sigma67 avatar Aug 24 '22 07:08 sigma67