DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks

Home Page:https://dhanushnehru.github.io/Python-Scripts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playlist Exchange Script

DhanushNehru opened this issue · comments

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.

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

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!