diff --git a/man/meson.build b/man/meson.build index b8565a8e9..b18214e28 100644 --- a/man/meson.build +++ b/man/meson.build @@ -14,6 +14,7 @@ manpages = [ [ 'pw-cli', '1' ], [ 'pw-dot', '1' ], [ 'pw-profiler', '1' ], + [ 'pw-metadata', '1' ], [ 'pw-mididump', '1' ], [ 'pw-mon', '1' ] ] diff --git a/man/pw-metadata.1.xml.in b/man/pw-metadata.1.xml.in new file mode 100644 index 000000000..f35e01235 --- /dev/null +++ b/man/pw-metadata.1.xml.in @@ -0,0 +1,79 @@ + + + + + + + + + + pw-metadata [options] [id [key [value [type ] ] ] ] + + + +

Monitor, set and delete metadata on PipeWire objects.

+ +

Metadata are key/type/value tripplets attached to objects identified + by id. The metadata is shared between all applications + binding to the same metadata object. When an object is destroyed, all its + metadata is automatically removed.

+ +

When no value is given, pw-metadata will query and + log the metadata matching the optional arguments id + and key. Without any arguments, all metadata is displayed.

+ +

When value is given, pw-metadata will set the + metadata for id and key to value and + an optional type.

+
+ + + + + + + + + + + + + + + +
+

The PipeWire Developers <@PACKAGE_BUGREPORT@>; PipeWire is available from

+
+ +
+

+ , + , + , +

+
+ +