Help Wizard

Step 1

NEXT STEP

Playing a playlist in reverse order

Playing a playlist in reverse order

Hello,

 

In the Netherlands there's a "Top 2000 Songs" each year and theres a playlist for it, but it's from #1-2000, it's being broadcasted on the radio but there's commentary and advertisements inbetween the songs which annoys me a little. I would love to listen to it from 2000 to 1 on spotify but I can't find any way of turning around the order other than adding every song in reverse order to a new playlist.

 

note: The songs are not sorted by time added so I can't use that to change the order 

Reply
7 Replies

Took me 2 hours but I ended up reversing the entire playlist by adding every song to a new playlist individually anyway.

 

Here it is:

https://open.spotify.com/user/1183869808/playlist/62NGaR0TNmvOyAzsUCfkNH

Thanks for the effort! Was looking for a way to do the exact same..

Hartelijk dank. Ik zocht hetzelfde.
Ik kwam nog wel dit tegen https://github.com/nachowski/PlayInReverse waarmee het automatisch zou moeten kunnen. Niet geprobeerd, nadat ik jouw handmatig omgezette lijst had gevonden. Thanx

 

PS Ik zou de titel van de playlist veranderen in Top 200 Editie 2017 Juiste Volgorde - het probleem was juist dat hij in omgekeerde volgorde was gepost. Jij hebt 'm in de juiste volgorde gezet.

This annoyed me also a lot!

I have used the Spotify REST API to do this 😉

I have placed a Linux bash script on GitHub: https://github.com/FitzgeraldKrudde/spotify-reverse-playlist

The script creates a new playlist with all tracks in the reversed order. You just have to provide the id of the playlist (and the id of the user if the playlist is not yours).

Hi how would one use this in windows?  Asks for base64 binary when running using BASH.

Hi,

I haven't tried on Windows (I am only running Linux) but I guess you need
to download a windows binary for base64 command..

Suggested posts