change settings.xml to new style

This commit is contained in:
Alwin Esch 2020-06-07 19:14:08 +02:00
parent e7449d9537
commit 1736207a46
1 changed files with 16 additions and 3 deletions

View File

@ -1,5 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings>
<!-- Octonet Server Address -->
<setting id="octonetAddress" type="text" label="30000" default="" />
<settings version="1">
<section id="pvr.octonet">
<category id="main" label="128" help="-1">
<group id="1" label="-1">
<!-- Octonet Server Address -->
<setting id="octonetAddress" type="string" label="30000" help="-1">
<level>0</level>
<default></default>
<constraints>
<allowempty>true</allowempty>
</constraints>
<control type="edit" format="string" />
</setting>
</group>
</category>
</section>
</settings>