

Both platforms have over 10 million paid subscribers between them. Spotify is among the best music streaming services in the world.


Follow the prompts in the Free Your Music app to select your playlist from one service and transfer it to another.In order to transfer your playlist from Spotify to Apple, you can use an app called Free Your Music.Spotify and Apple Music are both popular music streaming services.The songs that do not get transfered over are printed out on the console for you to add them yourself if you wish.© nikkimeel / Key Points At this time the program transfers over 90% of the songs most of the time. Some songs don't have the exact same title in both services which results in the script failing to retrieve an identifier for some songs. The script I'm using to retrieve the Spotify identifier for an Apple Music song simply compares the title, artist, and or album depending on search results. Follow the intended dirctions and BAM! Your Apple Music playlists are now Spotify playlists!

Type in python3 musicMove.py to start the program. Run the program by using the terminal and navigating to the directory you cloned this repo into. Copy the value of Username to the username variable in spotify_accessor.py.Copy the value to the client_secret variable in spotify_accessor.py. Find Client ID and copy the value to the client_id variable in spotify_accessor.py.Under Redirect URIs, enter and select Add.Configure Spotify developer application and variables Install spotipy (use pip3 install spotipy)ģ. Save the resulting file as whatever you would like in the same directory as the directory you cloned this repo into. You do this buy selecting File -> Library -> Export Playlist. The first step is to select the playlist you want to import over and export it as an XML file. Some simple python 3 scripts to help import your Apple Music playlists into Spotify playlists.
