Export your spotify playlists, and import them into tidal
For those wanting to leave Spotify for Tidal, take your playlists with you!
About
Unlike other migration tools this is free, i built it for myself and for others to use.
Because your playlists are yours, you should keep them wherever you go, and not have to pay
πΆπΉπ»π»πΈπΊπ₯π·ππ€πͺπ§
πͺπͺππΊπͺ©πͺπͺ
FAQ
Let's talk about trust π€
- When giving api access it specifies which rights you are giving the app. This also counts for other apps you use on the internet, check what rights you give them and if you trust them with that access
- Spotify only needs read access to your playlists, as we are only exporting them. So nothing can happen here
- Tidal needs Write access, in order to create new playlists and add new items
- The advantage of doing this in a client side app, is that your authentication tokens don't go anywhere. They aren't sent or stored anywhere
- Plus this is open-source - you can find the code here
- If there are any problems just file an issue
Why does it not find all the songs? π¬
Different reasons, some songs just aren't on Tidal. Also were using ISRC codes to look up the
songs, but sometimes Tidal still picks out some version on another album.
I added a custom search for songs not found this way, but that is slower. Still some songs can be found this
way
Why is it so slow? π’
The tidal api limits how many requests we can make per second, so we need to go slow to not overstep these
limits. Tidal also only allows 20 items per request, so we can migrate just 20 songs at a time...
But i mean, its free and it works, just need to wait a couple of seconds.