Categorygithub.com/ItsOnlyGame/my-spotify-playlist-sorter-go
module
0.0.0-20241110155613-62b14af1b458
Repository: https://github.com/itsonlygame/my-spotify-playlist-sorter-go.git
Documentation: pkg.go.dev

# README

Spotify playlist sorter

This script sorts your Spotify playlist.

Sorting of the playlist follows these rules:

  1. Duplicate tracks will be removed.
  2. Tracks are sorted into groups of albums, that are ordered in the manner of the album.
  3. Albums are grouped by artist and release date. (Artist is determined from the album rather than the track)
  4. 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