A simple command-line Spotify controller for Raspberry Pi / Linux ARM64.
curl -sL https://raw.githubusercontent.com/ShawnPana/spotify-cli/main/install.sh | bashYou'll need a Spotify Developer App with redirect URI http://127.0.0.1:8888/callback. The installer will prompt for your Client ID and Secret.
See SKILL.md for full documentation.
spotify search "song name" # Search for songs
spotify play "song name" # Play a song
spotify pause # Pause
spotify resume # Resume
spotify next # Next track
spotify prev # Previous track
spotify status # Show current track
spotify devices # List devicesMIT