[Tutorial] Exporting your "Weekly Exploration" to any music service

Exporting your “Weekly Exploration” to any music service

Navigate to your Recommendations page

image

Click the JSON info button

Save the results to a file: playlist.json

Get the artists and titles from this using jq:

cat playlist.json | jq -r '.track[] | "\(.creator) - \(.title)"'

Go to TuneMyMusic’s playlist importer:

Select the “Free Text” option

image

Paste the output from the jq command

Convert your playlist and then select your music service

And then start the transfer!

3 Likes