]> git.sesse.net Git - mlt/blobdiff - src/modules/xml/consumer_xml.yml
Add no_meta property to xml consumer.
[mlt] / src / modules / xml / consumer_xml.yml
index 736973f3a258411e292e3fa85982cb84a0ead7d1..efe10c21fe48a4c030920709845398b27cb9751c 100644 (file)
@@ -52,7 +52,17 @@ parameters:
   - identifier: root
     title: Base path
     type: string
-    description:
+    description: >
       If a file name in the XML is relative, but not relative to the current
       XML file's directory, then you can set the directory to which it is
       relative here.
+
+  - identifier: no_meta
+    title: Exclude meta properties
+    type: integer
+    description: >
+      Set this to disable the output of properties with the prefix "meta."
+    minimum: 0
+    maximum: 1
+    default: 0
+    widget: checkbox