Spotisort is a small script to sort Spotify playlists by release date. It allows your playlist to stay tidy and keep new releases always on top.
- Spotipy module (
pip3 install spotipy
) - A Spotify app
- Wrap Genius module (
pip3 install wrap-genius
) [optional] - A Genius token (optional)
git clone https://github.com/alessiocelentano/spotisort
Remember to edit config.ini
with the data you got from the Spotify app. The Redirect URI inserted has to be whitelisted in the Spotify app settings as in figure.
# Genius search active (if configured). Incomplete release date will be searched on Genius.
$ ./spotisort
# Don't search release dates on Genius. Faster but less accurate.
$ ./spotisort --no-genius
# or
$ ./spotisort -ng
MIT