File: nl.brixit.Switcher.gschema.xml

package info (click to toggle)
pyatem 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,776 kB
  • sloc: python: 15,193; xml: 435; ansic: 256; sh: 26; makefile: 20
file content (20 lines) | stat: -rw-r--r-- 820 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
<?xml version="1.0" encoding="UTF-8" ?>
<schemalist>
    <schema id="nl.brixit.Switcher" path="/nl/brixit/Switcher/">
        <key type="s" name="switcher-ip">
            <default>"0.0.0.0"</default>
            <summary>Switcher ip address</summary>
            <description>Ip address of the BMD switcher</description>
        </key>
        <key type="s" name="midi-map">
            <default>"[]"</default>
            <summary>Midi mapping</summary>
            <description>Mapping between midi messages and gtk controls, as json (deprecated)</description>
        </key>
        <key type="s" name="connections">
            <default>"{}"</default>
            <summary>Connection data</summary>
            <description>Connection specific stored config</description>
        </key>
    </schema>
</schemalist>