Skip to content

Commit

Permalink
Breaking change: new rootlist storage format
Browse files Browse the repository at this point in the history
  • Loading branch information
mikez committed Dec 10, 2023
1 parent ac3627f commit 967caf4
Show file tree
Hide file tree
Showing 2 changed files with 645 additions and 128 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!WARNING]
> **BREAKING CHANGE**. Spotify changed the cache storage tech as of 2023-11-30. The code was substantially rewritten. Please help test the new setup and report any issues in [this thread](https://github.com/mikez/spotify-folders/issues/10).
---

Get your Spotify folder hierarchy with playlists into a JSON file.

**Requirements**: Spotify for Mac, Linux, or Windows.
Expand All @@ -8,6 +13,8 @@ curl -L https://git.io/folders > /usr/local/bin/spotifyfolders
chmod +x /usr/local/bin/spotifyfolders
```

If your folder hierarchy is stored in a compressed format, you may receive additional instructions on how to install the "snappy" decompression library.

## Get your entire folder hierarchy

Simply run
Expand Down
Loading

0 comments on commit 967caf4

Please sign in to comment.