You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
916 B
29 lines
916 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
|
|
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
|
|
<kcfgfile name="kaudiocreatorrc">
|
|
<parameter name="encoder" />
|
|
</kcfgfile>
|
|
|
|
<group name="$(encoder)">
|
|
<entry name="encoderName" type="String">
|
|
<label>Name of the encoder</label>
|
|
<default>Unknown Encoder</default>
|
|
</entry>
|
|
<entry name="commandLine" type="Path">
|
|
<label>Command line to invoke encoder</label>
|
|
<default>app.exe %f %o</default>
|
|
</entry>
|
|
<entry name="extension" type="String">
|
|
<label>File extension</label>
|
|
<default>wav</default>
|
|
</entry>
|
|
<entry name="percentLength" type="Int">
|
|
<label></label>
|
|
<default>2</default>
|
|
</entry>
|
|
</group>
|
|
</kcfg>
|