Skip to content

Releases: owenthereal/spotctl

Allow specifying device

27 Dec 04:39
Compare
Choose a tag to compare

Spotify's API returns HTTP 202: Accepted (body empty) if the device is temporarily unavailable, e.g., the Spotify app is closed and reopened. A fix is provided to guess the device ID: #4. At the same time, it allows specifying device by name if there are multiple devices available.

First stable release of `spotctl`

26 Dec 03:21
Compare
Choose a tag to compare

This is the first stable release of spotctl 🎉. Currently spotctl allows you to:

$ spotctl -h
A command-line interface to Spotify.

Usage:
  spotctl [command]

Available Commands:
  help        Help about any command
  login       Login with your Spotify credentials
  logout      Clear your local Spotify credentials
  next        Skip to the next track
  pause       Pause Spotify playback
  play        Resume playback or play a track, album, artist or playlist by name
  player      Show the live player panel
  prev        Return to the previous track
  repeat      Toggle repeat playback mode
  shuffle     Toggle shuffle playback mode
  status      Show the current player status
  version     Show version.
  vol         Set or return volume percentage

Flags:
  -h, --help   help for spotctl

Use "spotctl [command] --help" for more information about a command.

See a demo here:

asciicast

Enjoy and Merry Christmas🎄 !