blob: bd5fc9bc9e770e685825dc90a279d3d229409787 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0"?>
<application>
<metadata>
<entry name="name">mtx-flac</entry>
<entry name="detail">ConTeXt Flac Helpers</entry>
<entry name="version">0.10</entry>
</metadata>
<flags>
<category name="basic">
<subcategory>
<flag name="collect"><short>collect albums in xml file</short></flag>
</subcategory>
</category>
</flags>
<examples>
<category>
<title>Example</title>
<subcategory>
<example><command>mtxrun --script flac --collect somename.flac</command></example>
<example><command>mtxrun --script flac --collect --pattern="m:/music/**")</command></example>
</subcategory>
</category>
</examples>
</application>
|