mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 19:51:09 +00:00
Update cheatsheets
This commit is contained in:
38
tldr/linux/pw-metadata
Normal file
38
tldr/linux/pw-metadata
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pw-metadata
|
||||
|
||||
> Monitor, set, and delete metadata on PipeWire objects.
|
||||
> See also: `pipewire`, `pw-mon`, `pw-cli`.
|
||||
> More information: <https://docs.pipewire.org/page_man_pw-metadata_1.html>.
|
||||
|
||||
- Show metadata in `default` name:
|
||||
|
||||
`pw-metadata`
|
||||
|
||||
- Show metadata with ID 0 in `settings`:
|
||||
|
||||
`pw-metadata {{-n|--name}} {{settings}} {{0}}`
|
||||
|
||||
- List all available metadata objects:
|
||||
|
||||
`pw-metadata {{-l|--list}}`
|
||||
|
||||
- Keep running and log the changes to the metadata:
|
||||
|
||||
`pw-metadata {{-m|--monitor}}`
|
||||
|
||||
- Delete all metadata:
|
||||
|
||||
`pw-metadata {{-d|--delete}}`
|
||||
|
||||
- Set `log.level` to 1 in `settings`:
|
||||
|
||||
`pw-metadata --name {{settings}} {{0}} {{log.level}} {{1}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pw-metadata --help`
|
||||
Reference in New Issue
Block a user