-
Notifications
You must be signed in to change notification settings - Fork 2
Transfer your Spotify playlists to Apple Music with this shortcut
NumNum edited this page Mar 28, 2024
·
6 revisions
- This shortcut can be used to transfer any kind of TXT file to Apple Music.
- Hey! If you find a way to export your playlist in TXT with other services (like Deezer, Soundcloud, Tidal...), it will also work !
ℹ️ This process requires Excel and some external tools. It could surely be optimized to be faster (if you find an easier way to filter and concatenate the CSV file).
⚡️ However, it is FREE and UNLIMITED!
- Spotify (free or premium account)
- Exportify --> Website to export Spotify playlists into CSV
- Editcsvonline --> Easy website to convert CSV into Excel row
- Excel --> To merge CSV fields
- TXT to AppleMusic shortcut --> Will create the new playlist into Apple Music
- Connect with your Spotify account on: https://exportify.net/#playlists
- Select "Export" on your target playlist
- Open the website: https://www.editcsvonline.com
- Import the downloaded file with the "Open" button
- Copy the columns "Track Name" and "Artist Name(s)"
- Paste the two columns into Excel
- Remove columns headers (like the screenshot)
- Select new column and type the formula :
=CONCAT(A1;" ";A2)
- Now you should have one column like this:
song_name artist
ℹ️ Adding the song name and the artist will help the shortcut to find the good song on Apple Music
- Copy the column and paste to a Notepad, or keep it in clipboard
-
Now you're ready to run the shortcut!
Please read the main tutorial: https://github.com/NumNumV/TXT-to-AppleMusic-Shortcut/wiki