DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
185 stars 114 forks source link

Playlist Exchange Script #212

Open DhanushNehru opened 7 months ago

DhanushNehru commented 7 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

ruchit-t commented 7 months ago

@DhanushNehru, Thanks for this! Could you please assign this to me?

ruchit-t commented 7 months ago

Is your feature request related to a problem? Please describe. Many people often change from one music app to another. For example, a person who used to like YouTube Music for a long time now wants to start using Spotify instead. But when you have a lot of playlists and songs, it's not easy to move them all from Spotify to YouTube Music. Doing it manually can take many hours, and that's not enjoyable!

Describe the solution you'd like This python script in PR #215 takes the YT Music songs, and playlists link from the user, processes it using libraries like YTmusicAPI, Spotipy, FuzzyWuzzy and Pandas, and creates a new playlist at the destination music platform, i.e. Spotify

@DhanushNehru, could you please review the changes and merge the same? Thanks!