TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

FreeYourMusic lets users migrate their playlists off Spotify

377 pointsby bartoszhernasover 4 years ago

36 comments

zoltarover 4 years ago
I think something like this still works with a client id, secret, and a playlist:<p><pre><code> TOKEN=$(curl --basic --user $ID:$SECRET -X POST -d grant_type=client_credentials https:&#x2F;&#x2F;accounts.spotify.com&#x2F;api&#x2F;token | jq -r .access_token) curl -H &quot;Authorization: Bearer $TOKEN&quot; https:&#x2F;&#x2F;api.spotify.com&#x2F;v1&#x2F;playlists&#x2F;$PLAYLIST&#x2F;tracks | tee playlist-$PLAYLIST.json | jq -rc &#x27;.items[].track | &quot;\(.artists[0].name) -- \(.name)&quot;&#x27; | sort</code></pre>
评论 #24777739 未加载
评论 #24778555 未加载
评论 #24790956 未加载
slothtropover 4 years ago
This, on top of songs disappearing from my playlists, rendered unavailable.<p>I organize everything in foobar now, both local music and streaming playlists with the help of extensions. You can add Youtube sources to your playlists. Even if the links break, you can automatically fix them, keep the name and structure. Have not tried the app versions.
评论 #24782196 未加载
评论 #24781623 未加载
评论 #24781286 未加载
评论 #24780711 未加载
评论 #24782545 未加载
评论 #24783191 未加载
CravingLogicover 4 years ago
If you just want a csv of all your playlists right now, instead of potentially &quot;30 days&quot;. This repo works well.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;pavel-aicradle&#x2F;exportify" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pavel-aicradle&#x2F;exportify</a>
评论 #24791023 未加载
harsha930over 4 years ago
Spotify is so much better than apple music, and this is probably minimal compared to what apple music does to convert&#x2F;retain users from Spotify.<p>Think of all the barriers apple music has created (apple watch app for a long time was the only one that supported offline, apple music is preinstalled, when you hit play and no apps are currently playing it will go to apple music, probably much more).<p>My main thought though is that Spotify is much better anyway, why give people the ability to export their curated playlists and use somewhere else. They’ve built that service that helped you discover all those songs — if you created all those playlists from scratch with no help from Spotify’s algorithm (discover&#x2F;recommendations) good for you but I doubt that’s most people.
评论 #24776405 未加载
评论 #24779327 未加载
评论 #24776397 未加载
评论 #24791978 未加载
Hnrobert42over 4 years ago
This seems less like an article and more like an advertisement.
评论 #24776596 未加载
selykgover 4 years ago
I&#x27;m one of those speak with my wallet kind of people. So when I seen news of this yesterday I wrote into their support saying I was not pleased with it.<p>Their response was some random canned response about how you can still export your data. I&#x27;m not a fan of lock in, and I&#x27;m even less thrilled about not actually responding to my actual questions and instead giving me some canned BS.<p>I responded back telling them thanks for not even reading my question and responding with a canned response, then asked for instructions on how to delete my account. I haven&#x27;t heard back. For what it&#x27;s worth I wasn&#x27;t rude in any of this, I was straight and to the point, but I was not rude. Now they seem to be simply ignoring me.<p>I&#x27;m definitely not spending my money with this service any more. I used to feel a tiny bit sad for them competing with Apple and their whole complaint against Apple and payment stuff. But after seeing this shitty set of responses from them I just no longer care, it feels like they&#x27;ve brought at least some of this on themselves.<p>As a sidenote, I&#x27;m sort of fed up with customer support in general these days. Snippeted answers are great when they make sense. I.e. a user is asking a simple question, you can take the approach of some personalization sprinkled with snippets to make your life easier and your messaging more consistent. But when you have an unhappy, or upset customer, the last thing you should do is throw in some canned response that doesn&#x27;t even address their concerns.
评论 #24776132 未加载
评论 #24776150 未加载
评论 #24777371 未加载
评论 #24776212 未加载
crazygringoover 4 years ago
So if people are hating on Spotify now...<p>...what&#x27;s the alternative? People hate Google, they hate Amazon... I remember people <i>used to</i> hate Apple Music years ago because it was missing tons of basic functionality.<p>Is it better? Is Apple Music the &quot;accepted&quot; streaming platform now? Do they all suck in their own way? Or is there another platform that&#x27;s the good one now?
评论 #24781774 未加载
评论 #24782489 未加载
评论 #24781766 未加载
评论 #24781887 未加载
评论 #24781811 未加载
评论 #24782228 未加载
评论 #24782137 未加载
评论 #24782736 未加载
Confiksover 4 years ago
So the other day Spotify decided to block API access to SongShift [1], which used their API to transfer playlists to other services. By doing that, they removed a method which was valid under GDPR article 20 subsection 2 to transfer personal data directly from one controller to another. FreeYouMusic is using another process without cooperation or consent from Spotify, and doesn&#x27;t include all personal data.<p>I&#x27;ve been exchanging emails with Spotify to demand that they re-enable the API or allow for some other method to transfer my personal data directly to another controller. So far they&#x27;ve just sent me boilerplate back telling me about their GDPR article 20 subsection 1 process. You can read the full conversation here [2].<p>I fully intend to file a complaint with the Dutch civil court if they don&#x27;t allow me to exercise my rights under the law. It would be good to have some precedent here. As they&#x27;ve already shown it to be technically feasible (a requirement of the law), and enabling the process is literally a boolean away, I think such a complaint would have a high chance of success.<p>Additionally, in my opinion their GDPR article 20 subsection 1 process is currently also in violation, because they take up to 30 days (counting 2 now) before emailing you the ZIP with your personal data. This is arguably &quot;undue delay&quot; (which is prohibited under the GDPR). If it comes to a case, removing this delay will certainly be part of the demands.<p>[1] <a href="https:&#x2F;&#x2F;songshift.com&#x2F;blog&#x2F;spotify_transfers" rel="nofollow">https:&#x2F;&#x2F;songshift.com&#x2F;blog&#x2F;spotify_transfers</a><p>[2] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24764371" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24764371</a>
评论 #24778624 未加载
评论 #24780119 未加载
syshumover 4 years ago
Spotify has followed the same model as many other companies, like Netflix<p>They are open with data, have good API&#x27;s etc until they get market dominance then they stop supporting many of those same things.<p>They have dropped their support for Linux Clients, they closed most of their API&#x27;s, and various other things<p>It is a repeating pattern with companies that are disrupting a market
评论 #24776123 未加载
csunbirdover 4 years ago
Funnily, they recommend Spotify as the best music streaming platform here:<p><a href="https:&#x2F;&#x2F;freeyourmusic.com&#x2F;en&#x2F;blog&#x2F;best-music-streaming-platform" rel="nofollow">https:&#x2F;&#x2F;freeyourmusic.com&#x2F;en&#x2F;blog&#x2F;best-music-streaming-platf...</a>
评论 #24775921 未加载
DangerousPieover 4 years ago
I have been looking to move away from Spotify for a while now due to their lacklustre support for iOS devices. Is there a good comparison between Spotify, Apple Music and Amazon Prime Music somewhere, especially in terms of their coverage?
评论 #24775915 未加载
评论 #24777161 未加载
评论 #24776337 未加载
评论 #24775860 未加载
InfinityByTenover 4 years ago
<a href="https:&#x2F;&#x2F;freeyourmusic.com&#x2F;en&#x2F;transfer-spotify-to-spotify" rel="nofollow">https:&#x2F;&#x2F;freeyourmusic.com&#x2F;en&#x2F;transfer-spotify-to-spotify</a><p>This is the best of the lot.
评论 #24778559 未加载
评论 #24777907 未加载
taplandover 4 years ago
There are some problems like this that I’ve ended up solving with a scrolling capture screenshot (ShareX on Windows) and the first fitting google result for an OCR service.
评论 #24782411 未加载
fsfloverover 4 years ago
Consider using bandcamp.com if you want to &quot;vote with your wallet&quot;.
adnanhover 4 years ago
Funny how they didn&#x27;t vet the generated content: <a href="https:&#x2F;&#x2F;freeyourmusic.com&#x2F;en&#x2F;transfer-spotify-to-spotify" rel="nofollow">https:&#x2F;&#x2F;freeyourmusic.com&#x2F;en&#x2F;transfer-spotify-to-spotify</a>
评论 #24776257 未加载
评论 #24776301 未加载
评论 #24776269 未加载
therealmarvover 4 years ago
Any github repositories and code which provide Spotify playlist-&gt;txt&#x2F;csv&#x2F;json&#x2F;xml ?<p>ANSWER to myself: Seems there is at least a simple drag&amp;drop solution with the select all on desktop app -&gt; LibreOffice <a href="https:&#x2F;&#x2F;www.quora.com&#x2F;How-do-I-export-my-Spotify-playlist-as-a-text-file" rel="nofollow">https:&#x2F;&#x2F;www.quora.com&#x2F;How-do-I-export-my-Spotify-playlist-as...</a>
评论 #24783837 未加载
评论 #24791047 未加载
评论 #24797444 未加载
codazodaover 4 years ago
This exact problem has prevented me from creating playlists in the first place. I&#x27;m a non-iphone Apple Music user, but the same still applies. I have no playlists because I assume I&#x27;ll lose all that curation work someday. So, I just don&#x27;t do it.<p>I wonder how many others are the same way and how that negatively affects their revenue.
评论 #24782490 未加载
blunteover 4 years ago
I haven&#x27;t studied the fine print on this service, but I wonder about the (high?) value of knowing a person&#x27;s music tastes in this level of detail. I have hundreds of playlists on spotify, and I bet you can state a lot of things about me by knowing what music I like.
评论 #24777891 未加载
评论 #24782529 未加载
评论 #24777319 未加载
CivBaseover 4 years ago
This sort of nonsense is why I switched to a self-hosted Emby media server.
cafed00dover 4 years ago
Can confirm. This app works like a charm.<p>I remember attempting to move over from Spotify to Apple Music in 2017. Used some other apps at that time. Didn’t work so well. So I gave up and used Spotify for a few years. And then switched afresh to Apple Music in 2019.<p>Today, though, I found freeyourmusic and I was super impressed by their pricing.<p>Figured I’d give it a shot and I am convinced this is the best $10 I have ever spent!
marketingProover 4 years ago
Need this for Google play&#x2F;youtube music.<p>Worst case I use OCR&#x2F;mechanical turks in the future because I took screenshots.
评论 #24779676 未加载
评论 #24776233 未加载
arthtyagiover 4 years ago
<a href="https:&#x2F;&#x2F;soundiiz.com&#x2F;pricing" rel="nofollow">https:&#x2F;&#x2F;soundiiz.com&#x2F;pricing</a> This gives you exactly what they claim to work on without charging half as much. Basically, it&#x27;s free if all you wanna do is transfer music.
jscholesover 4 years ago
&gt; As we don’t use the official Spotify SDK, we’re not bound to their Terms of Service.<p>I&#x27;m not sure how this can be true. Their terms of service specifically ban users from reverse engineering unofficial parts of the product.<p>Either way, I&#x27;d be interested to know how it actually works.
评论 #24781067 未加载
评论 #24817815 未加载
dawnerdover 4 years ago
I’m just waiting for an open source solution. All these closed source payment requires apps kinda scare me with the permissions they need - Like you just know they’re hacked together scripts that are likely storing and transmitting your tokens in plain text.
Tipewryterover 4 years ago
It would probably be easy to write a bookmarklet that extracts your music into csv.<p>Then you can save it and upload it to wherever you like.<p>You probably would have to write a second little script to convert the csv into the format of the service you want to upload it to.
tbodtover 4 years ago
&gt; For a limited time, you can redeem the code SPOTIFYSUCKS and get 42.069% off on all plans.<p>Nice
antiheroover 4 years ago
Damn, just spent a fiver on Soundiiz, which is quite nice in all honesty.<p>It did the trick! <a href="https:&#x2F;&#x2F;soundiiz.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;soundiiz.com&#x2F;</a>
1zaelover 4 years ago
&quot;For a limited time, you can redeem the code SPOTIFYSUCKS and get 42.069% off on all plans.&quot; - I applaud, you good sir. I applaud you.
bloakover 4 years ago
I&#x27;ve not used any of these services but I&#x27;d be interested to know what the portable identifiers look like. Can anyone explain?
bakerkretzmarover 4 years ago
<a href="https:&#x2F;&#x2F;savemyspot.ca&#x2F;" rel="nofollow">https:&#x2F;&#x2F;savemyspot.ca&#x2F;</a>
funcDropShadowover 4 years ago
Doesn&#x27;t the GDPR require that users have the ability to download their data?
评论 #24775734 未加载
评论 #24775685 未加载
评论 #24775718 未加载
quattrofanover 4 years ago
Hilarious. You don&#x27;t own shit with streaming, if you want to own buy mp3s or CDs and rip. You&#x27;ll own it and it will sound vastly better especially if it&#x27;s from a CD.
评论 #24779712 未加载
Vespasianover 4 years ago
I guess I&#x27;m lucky that this particular problem is not one that bothers me much.<p>My playlists tend to be<p>a) quite short ~30 songs I listen on repeat until the mood changes and &#x2F; or work requires a different rhythm and<p>b) are not that many. Only around 10 in active use at any time. I tend to delete older lists to not clutter &quot;my library&quot;<p>This leads me to the conclusion that a one time (GDPR) data dump would be sufficient to migrate the data over time.<p>Since Music is quite fungible, the one benefit Spotify offers over other services is their recommendation engine which is arguably better than the competition.
评论 #24782499 未加载
xtatover 4 years ago
spotify has chosen the &quot;become you the thing you hate&quot; path
loopdoendover 4 years ago
Perfect, I have been wanting to get off of Spotify ever since they teamed up with Joe Rogan.
评论 #24775796 未加载
评论 #24775682 未加载
评论 #24776063 未加载
pkvliveover 4 years ago
Is it better? Is Apple Music the &quot;accepted&quot; streaming platform now? Do they all suck in their own way? Or is there another platform that&#x27;s the good one now? Http:&#x2F;&#x2F;pkvlive.com