1pw-metadata(1) General Commands Manual pw-metadata(1)
2
3
4
6 pw-metadata - The PipeWire metadata
7
9 pw-metadata [options] [id [key [value [type ] ] ] ]
10
12 Monitor, set and delete metadata on PipeWire objects.
13
14 Metadata are key/type/value triplets attached to objects identified by
15 id. The metadata is shared between all applications binding to the same
16 metadata object. When an object is destroyed, all its metadata is
17 automatically removed.
18
19 When no value is given, pw-metadata will query and log the metadata
20 matching the optional arguments id and key. Without any arguments, all
21 metadata is displayed.
22
23 When value is given, pw-metadata will set the metadata for id and key
24 to value and an optional type.
25
27 -r | --remote=NAME
28 The name the remote instance to use. If left unspecified, a
29 connection is made to the default PipeWire instance.
30
31 -h | --help
32 Show help.
33
34 --version
35 Show version information.
36
37 -l | --list
38 List available metadata objects
39
40 -m | --monitor
41 Keeps running and log the changes to the metadata.
42
43 -d | --delete
44 Delete all metadata for id or for the specified key of object id.
45 Without any option, all metadata is removed.
46
47 -n | --name
48 Metadata name (Default: 'default').
49
51 pw-metadata
52
53 Show metadata in default name.
54
55 pw-metadata -n settings 0
56
57 Display settings.
58
59 pw-metadata -n settings 0 clock.quantum 1024
60
61 Change clock.quantum to 1024.
62
64 The PipeWire Developers
65 <https://gitlab.freedesktop.org/pipewire/pipewire/issues>; PipeWire is
66 available from <https://pipewire.org>
67
69 pipewire(1), pw-mon(1), pw-cli(1),
70
71
72
73
74PipeWire 1.0.0 pw-metadata(1)