Spotify Multiple Playlist Shuffler
- Enter the playlist URLs separated by whitespace. Album and individual track URLs are also okay.
- Get your Spotify Access Token here. You don't need scopes other than
user-modify-playback-state
.
- This tool simply adds songs to your queue, so you must already have an active Spotify device.
- It may take a while to finish shuffling if the total number of songs is large.
- The songs are shuffled using the Fisher–Yates algorithm.