File: settings.xml.in

package info (click to toggle)
kodi-audiodecoder-fluidsynth 20.2.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 532 kB
  • sloc: cpp: 196; makefile: 9
file content (20 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<settings version="1">
  <section id="addon" label="-1" help="-1">
    <category id="main" label="128" help="-1">
      <group id="1" label="-1">
        <setting id="soundfont" type="path" label="30000" help="30001">
          <default>"@SOUND_FONT@"</default>
          <constraints>
            <allowempty>true</allowempty>
            <masking>.sf2|.sf3</masking>
          </constraints>
          <control type="button" format="file"/>
        </setting>
        <setting id="scantext" type="boolean" label="30002" help="30003">
          <default>true</default>
          <control type="toggle" />
        </setting>
      </group>
    </category>
  </section>
</settings>