A comma-separated list of labels (key/value pairs) to add to the output produced by HPE Media Server. You can use this parameter to add custom metadata to the output. You can use system macros in the label values.
Macro | Description |
---|---|
%currentTime.TIME_FORMAT%
|
The time, according the clock on the HPE Media Server host, at which the macro is expanded. (Replace TIME_FORMAT with one of the time formats. For example, use %currentTime.iso8601% to obtain a timestamp in ISO 8601 format). |
%system.hostname%
|
The host name of the machine that HPE Media Server is running on. |
%system.platform%
|
The name of the operating system that HPE Media Server is running on. |
%uuid%
|
A unique ID. |
The time macros described here represent the time (according to the machine hosting HPE Media Server) when the output files are written to disk.
Type: | String (comma-separated list) |
Default: | |
Required: | No |
Configuration Section: | TaskName or Output |
Example: |
This example adds the following fields to each record in the pre-XML produced by HPE Media Server: <output> <metadata> ... <engineDetails> ... <labels> <label name="key1" value="value1"/> <label name="key2" value="value2"/> </labels> </engineDetails> </metadata> ... </output> Your XSL template must then transform this information into the required format. |
See Also: |
|