What problem does it solve?
This Skill enables terminal-based Spotify playback control, allowing developers and power users to manage music without leaving the command line.
Core Features & Use Cases
- CLI control: Use spotify_player for a responsive TUI and quick playback commands.
- Daemon + UI option: Combine spotifyd with spotify-tui for headless playback management.
- Web API integration: Interact programmatically with the Spotify Web API to fetch current track, play/pause, and search tracks.
Quick Start
Launch spotify_player to open the TUI and control playback, or run spotifyd in the background with spotify-tui to manage playback from a terminal session. If using the Web API, obtain a valid OAuth token and make authenticated requests like curl -H "Authorization: Bearer $SPOTIFY_TOKEN" "https://api.spotify.com/v1/me/player/currently-playing".