2022-04-25 17:23:49 +01:00
|
|
|
# pw-cli
|
|
|
|
|
2023-12-28 15:41:47 +00:00
|
|
|
> Manage a PipeWire instance's modules, objects, nodes, devices, links and much more.
|
2024-05-09 21:10:04 +01:00
|
|
|
> More information: <https://docs.pipewire.org/page_man_pw-cli_1.html>.
|
2022-04-25 17:23:49 +01:00
|
|
|
|
|
|
|
- Print all nodes (sinks and sources) along with their IDs:
|
|
|
|
|
|
|
|
`pw-cli list-objects Node`
|
|
|
|
|
|
|
|
- Print information about an object with a specific ID:
|
|
|
|
|
|
|
|
`pw-cli info {{4}}`
|
|
|
|
|
|
|
|
- Print all objects' information:
|
|
|
|
|
|
|
|
`pw-cli info all`
|