Skip to content
forked from pungentee/greyris

CLI app for sorting playlists in Spotify

License

Notifications You must be signed in to change notification settings

prologic/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

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.6%
  • Makefile 2.4%