Command Reference
All commands require the daemon to be running.
Daemon Management
spotiline daemon start # Start background daemon
spotiline daemon stop # Stop background daemon
Playback Control
spotiline play # Resume playback
spotiline pause # Pause playback
spotiline next # Skip to next track
spotiline prev # Previous track
spotiline seek <seconds> # Jump to position
spotiline volume <0-100> # Set volume
Search
spotiline search "query" [--type track|album|artist|playlist] [--play]
Examples:
spotiline search "lofi beats"
spotiline search "Daft Punk" --type artist
spotiline search "Starboy" --play # Play first result
Queue
spotiline queue <spotify:track:...>
Status
spotiline status # Human-readable
spotiline status --json # Pure JSON (for AI agents)