-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Music Volume
github-actions[bot] edited this page Aug 9, 2026
·
1 revision
Sets the active player's volume as a fraction from 0 to 1.
ed music volume <level> [--json] [--player <name>]
| Name | Type / values | Default | What it does |
|---|---|---|---|
level |
number from 0 to 1 | required | The volume to set, as a fraction. |
--json |
flag | off | Emit JSON on stdout. |
--player |
builtin, spotify, apple
|
whichever is active | Force one player. |
{
"action": "volume set",
"name": "Spotify",
"player": "spotify"
}ed music volume 0.4
ed music volume 1 --player spotify
ed music volume 0.25 --json
The level is checked before anything is sent: outside 0 to 1 exits 2 with
volume must be between 0 and 1, and a value that is not a number exits 2 as a
parse failure. Spotify and Apple Music take a percentage, so the fraction is
multiplied by 100 and rounded on the way out and divided by 100 on the way back
in status. The JSON reports only what was done and to whom; read the level
back with ed music status --json.
-
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