repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | name: spotify-player |
| #3 | description: Terminal Spotify playback/search via spogo (preferred) or spotify_player. |
| #4 | homepage: https://www.spotify.com |
| #5 | metadata: {"clawdbot":{"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)"}]}} |
| #6 | --- |
| #7 | |
| #8 | # spogo / spotify_player |
| #9 | |
| #10 | Use `spogo` **(preferred)** for Spotify playback/search. Fall back to `spotify_player` if needed. |
| #11 | |
| #12 | Requirements |
| #13 | - Spotify Premium account. |
| #14 | - Either `spogo` or `spotify_player` installed. |
| #15 | |
| #16 | spogo setup |
| #17 | - Import cookies: `spogo auth import --browser chrome` |
| #18 | |
| #19 | Common CLI commands |
| #20 | - Search: `spogo search track "query"` |
| #21 | - Playback: `spogo play|pause|next|prev` |
| #22 | - Devices: `spogo device list`, `spogo device set "<name|id>"` |
| #23 | - Status: `spogo status` |
| #24 | |
| #25 | spotify_player commands (fallback) |
| #26 | - Search: `spotify_player search "query"` |
| #27 | - Playback: `spotify_player playback play|pause|next|previous` |
| #28 | - Connect device: `spotify_player connect` |
| #29 | - Like track: `spotify_player like` |
| #30 | |
| #31 | Notes |
| #32 | - Config folder: `~/.config/spotify-player` (e.g., `app.toml`). |
| #33 | - For Spotify Connect integration, set a user `client_id` in config. |
| #34 | - TUI shortcuts are available via `?` in the app. |
| #35 |