sigma67 / spotify_to_ytmusic

Clone a Spotify playlist to YouTube Music
MIT License
791 stars 65 forks source link

Added playlist to like action #38

Closed guglielmobartelloni closed 2 weeks ago

guglielmobartelloni commented 1 year ago

Like songs from a playlist with python Youtube.py -l <playlist-url>

The process is the same as the creation of a new Youtube playlist but instead the songs will be liked with a 'thumbs up' so they will appear in the "Liked Songs".

Under the hood the rate song function is used rate_song

Also I updated the read me to include the new functionality

sigma67 commented 1 year ago

I suppose this is intended to transfer liked songs from Spotify? I'm having a hard time justifying this as part of a repo named "spotifyplaylist_to_ytmusic".

I could see it maybe as part of #27, but that requires changing Spotify auth first.

guglielmobartelloni commented 1 year ago

This is the opposite. It's from a Spotify playlist to YouTube liked songs.

The other way as you said needs other form of auth but this was very straightforward to implement