Spotify Player

Terminal Spotify playback and search via spogo or spotify_player

foxl-ai aecced1 799 B Updated

File contents

Spotify Player

Control Spotify from the terminal.

Setup (spogo - preferred)

brew install steipete/tap/spogo
spogo auth import --browser chrome

spogo Commands

spogo search track "query"
spogo play
spogo pause
spogo next
spogo prev
spogo status
spogo device list
spogo device set "<name|id>"

spotify_player Commands (fallback)

spotify_player search "query"
spotify_player playback play
spotify_player playback pause
spotify_player playback next
spotify_player playback previous
spotify_player connect
spotify_player like

Notes

  • Requires Spotify Premium
  • Config: ~/.config/spotify-player/app.toml
  • TUI shortcuts available via ?

foxl-ai/skills/tree/main/skills/spotify-player commit aecced182c

Frequently asked questions

npx skillmds@latest add foxl-ai/spotify-player