An open API service indexing awesome lists of open source software.

https://github.com/toby/spotifymigrate

Export your Spotify playlists
https://github.com/toby/spotifymigrate

Last synced: 11 months ago
JSON representation

Export your Spotify playlists

Awesome Lists containing this project

README

          

# Spotify Migrate

## About
Spotify has a playlist API but unfortunately it's broken and doesn't
support pagination. This is a workaround for exporting all playlists.

[Example Output](https://gist.github.com/toby/07ae152682fbd513ccbe)

## Usage
1. Create an empty RTF file in TextEdit.
2. Enter the name of each playlist on its own line.
3. Copy and paste the tracks for each playlist from the Spotify desktop app into the RTF file under the correct playlist title.
4. Make sure there is a blank line between each playlist.
5. Convert the RTF file to plain text.
6. Pipe that text file into standard in for this script `swift main.swift < playlists.txt > playlists.md`
7. Enjoy your MarkDown playlists and wait for Apple to add a search API to Apple Music.