# README
Spotify playlist sorter
This script sorts your Spotify playlist.
Sorting of the playlist follows these rules:
- Duplicate tracks will be removed.
- Tracks are sorted into groups of albums, that are ordered in the manner of the album.
- Albums are grouped by artist and release date. (Artist is determined from the album rather than the track)
- Artist groups are sorted depending on the first tracks appearance date on the playlist.
To-do: Add get started guide
# Packages
No description provided by the author