65 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2025-12-20 12:22:15 +01:00
---
name: spotify-player
2026-01-03 04:47:14 +01:00
description: Terminal Spotify playback/search via spogo (preferred) or spotify_player.
2025-12-20 21:12:48 +01:00
homepage: https://www.spotify.com
metadata:
{
"openclaw":
{
"emoji": "🎵",
"requires": { "anyBins": ["spogo", "spotify_player"] },
"install":
[
{
"id": "brew",
"kind": "brew",
"formula": "spogo",
"tap": "steipete/tap",
"bins": ["spogo"],
"label": "Install spogo (brew)",
},
{
"id": "brew",
"kind": "brew",
"formula": "spotify_player",
"bins": ["spotify_player"],
"label": "Install spotify_player (brew)",
},
],
},
}
2025-12-20 12:22:15 +01:00
---
2026-01-03 04:47:14 +01:00
# spogo / spotify_player
2025-12-20 12:22:15 +01:00
2026-01-03 04:47:14 +01:00
Use `spogo` **(preferred)** for Spotify playback/search. Fall back to `spotify_player` if needed.
2025-12-20 12:22:15 +01:00
2025-12-20 12:54:15 +01:00
Requirements
2025-12-20 12:54:15 +01:00
- Spotify Premium account.
2026-01-03 04:47:14 +01:00
- Either `spogo` or `spotify_player` installed.
spogo setup
2026-01-03 04:47:14 +01:00
- Import cookies: `spogo auth import --browser chrome`
2025-12-20 12:22:15 +01:00
2025-12-20 12:54:15 +01:00
Common CLI commands
2026-01-03 04:47:14 +01:00
- Search: `spogo search track "query"`
- Playback: `spogo play|pause|next|prev`
- Devices: `spogo device list`, `spogo device set "<name|id>"`
- Status: `spogo status`
spotify_player commands (fallback)
2025-12-20 12:54:15 +01:00
- Search: `spotify_player search "query"`
- Playback: `spotify_player playback play|pause|next|previous`
- Connect device: `spotify_player connect`
- Like track: `spotify_player like`
Notes
2025-12-20 12:54:15 +01:00
- Config folder: `~/.config/spotify-player` (e.g., `app.toml`).
- For Spotify Connect integration, set a user `client_id` in config.
- TUI shortcuts are available via `?` in the app.