Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
/ greyris Public archive

CLI app for sorting playlists in Spotify

License

Notifications You must be signed in to change notification settings

pungentee/greyris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greyris

This console utility will help you sort your Spotify playlists

Sorting rules: by author name -> by album release date -> by track number in the album

Requires

  • Installed Go
  • Spotify App with a Redirect URI that has the value http://localhost:8080/callback (Required for proper authentication)
  • The playlist you want to sort must be yours

Install

$ go install github.com/Pungentee/greyris@latest

Usage

# sort playlist
$ greyris [link]
$ greyris [alias] 
$ greyris all # sorts all aliases
$ greyris [link] all # combine

# add alias
$ greyris add [name] [link]
$ greyris add [name] [link] [name] [link]... # add multiple aliases 

# print list of all aliases
$ greyris list

# remove alias
$ greyris remove [alias]
$ greyris remove [alias] [alias]... # remove multiple aliases 

About

CLI app for sorting playlists in Spotify

Resources

License

Stars

Watchers

Forks