This client-side app allows you to automatically fetch all your Spotify likes and create a new playlist from them.
You can't share your liked tracks on Spotify right now. The only way is to create a playlist and add all these likes to it. The problem is you can't (right now) select multiple tracks at once to add to a playlist. This app makes it easy (no, you won't need to click 800 times to add every track).
No, there is no server involved here. Everything happens in your browser. It's between Spotify and you only.
Sadly, no. I don't think it's possible with Spotify's web API right now. You will have to create a new playlist.
- Create an app on Spotify's dashboard.
- Add
localhost:5173/callback
as redirect URI. - Clone this repo.
cp .env.example .env
- Add your app client id into your
.env
file. npm install
npm run dev
- You can now access the app, going to
https://localhost:5173
.
For now no, but if Spotify approves my app it should be possible soon (pending request).