1PW-METADATA(1)              General Commands Manual             PW-METADATA(1)
2
3
4

NAME

6       pw-metadata - The PipeWire metadata
7

SYNOPSIS

9       pw-metadata [options] [id [key [value [type ] ] ] ]
10
11

DESCRIPTION

13       Monitor, set and delete metadata on PipeWire objects.
14
15       Metadata  are key/type/value triplets attached to objects identified by
16       id. The metadata is shared between all applications binding to the same
17       metadata object. When an object is destroyed, all its metadata is auto‐
18       matically removed.
19
20       When no value is given, pw-metadata will query  and  log  the  metadata
21       matching  the optional arguments id and key. Without any arguments, all
22       metadata is displayed.
23
24       When value is given, pw-metadata will set the metadata for id  and  key
25       to value and an optional type.
26

OPTIONS

28       -r | --remote=NAME
29              The name the remote instance to use. If left unspecified, a con‐
30              nection is made to the default PipeWire instance.
31
32       -h | --help
33              Show help.
34
35       --version
36              Show version information.
37
38       -m | --monitor
39              Keeps running and log the changes to the metadata.
40
41       -d | --delete
42          Delete all metadata for id or for the specified key of object id
43
44          Without any option, all metadata is removed
45

AUTHORS

47       The                PipeWire                Developers                <‐
48       https://gitlab.freedesktop.org/pipewire/pipewire/issues>;  PipeWire  is
49       available from https://pipewire.org
50

SEE ALSO

52       pipewire(1), pw-mon(1), pw-cli(1),
53
54
55
56
57                                                                PW-METADATA(1)
Impressum