No description
- Go 99%
- Makefile 1%
| .github | ||
| cmd | ||
| internal | ||
| .gitattributes | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
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.
Getting started
Create a Spotify application to get your CLIENT_ID and CLIENT_SECRET from the Spotify Developer Dashboard.
Next you need to choose you variant of the application.
- Terminal App (lazysps)
- CLI App (sps)
Install you prefered variation from releases.
Just run the application and follow the instructions.
License
This project is licensed under the MIT License - see the LICENSE file for details.
