-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Music Players
github-actions[bot] edited this page Aug 9, 2026
·
1 revision
Lists every player Edith can see, what state each is in, and which one the other commands would target.
ed music players [--json]
| Name | Type / values | Default | What it does |
|---|---|---|---|
--json |
flag | off | Emit JSON on stdout. |
{
"active": {
"artist": null,
"durationSeconds": 212,
"elapsedSeconds": 41,
"isPlaying": true,
"name": "Edith",
"player": "builtin",
"running": true,
"title": "alpha-song.mp3",
"volume": 0.7
},
"player": "builtin",
"players": [
{
"artist": null,
"durationSeconds": 212,
"elapsedSeconds": 41,
"isPlaying": true,
"name": "Edith",
"player": "builtin",
"running": true,
"title": "alpha-song.mp3",
"volume": 0.7
},
{
"artist": null,
"durationSeconds": 0,
"elapsedSeconds": 0,
"isPlaying": false,
"name": "Spotify",
"player": "spotify",
"running": false,
"title": null,
"volume": null
},
{
"artist": null,
"durationSeconds": 0,
"elapsedSeconds": 0,
"isPlaying": false,
"name": "Apple Music",
"player": "apple",
"running": false,
"title": null,
"volume": null
}
]
}The document is the same shape ed music status --json emits. This command has
no --player, because listing one player is not a list, and it never fails for
want of a running player:
$ ed music players
PLAYER STATE PLAYBACK TRACK
builtin - -
spotify running playing active Kerala
apple - -
The fourth column has no heading and holds active on exactly one row, or on no
row at all when nothing is running. The built-in player reports its track as a
file name rather than a title, because that is what the app broadcasts.
-
ed music, the rest of this group - All
edcommands
Auto-generated from docs/, edit the docs in the repo, not the wiki.
CLI reference
Companion
- Deploy
- Concepts
- Concepts Memory
- Concepts Ingestion
- Concepts Search
- Concepts Chat
- Concepts Learning
- Concepts Brain
- Concepts Friend
- Hosts
- Stack
- Status
- Doctor
- Search
- Index
- Ingest
- Episodes
- Sync
- Observations
- Reflect
- Beliefs
- Ask
- Extract
- Claims
- Corroborate
- Runs
- Chat
- Conversations
- Forget
- Export
- Import
- Erase
- Wipe
- Episode
- Nightly
- Reason
- Personas
- Council
- Lenses
- Core
- Why
- Hypotheses
- Predictions
- Commitments
- Discrepancies
- Calibration
- Inquire
- Entities
- Eval
- Standup
- Machines
- Baselines
- Connectors
- Facts
- Correct
- Weekly
- Db
Guides